summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2015-06-07 13:38:55 -0700
committerjakefeasel <jfeasel@gmail.com>2015-06-07 13:38:55 -0700
commit1475c9cc08d13edbe4a67160cc8067d8dc8f8ba9 (patch)
tree1d10acc58fbc9dd55e1fdc18ad4f761e525e5b72
parent7d1bf51439b1fb1a35557ac9b696426cbc2df9e3 (diff)
downloadsqlfiddle2-1475c9cc08d13edbe4a67160cc8067d8dc8f8ba9.zip
sqlfiddle2-1475c9cc08d13edbe4a67160cc8067d8dc8f8ba9.tar.gz
sqlfiddle2-1475c9cc08d13edbe4a67160cc8067d8dc8f8ba9.tar.bz2
Better details for setting up the site in AWS
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c572dc2..60e8ac4 100644
--- a/README.md
+++ b/README.md
@@ -53,4 +53,8 @@ To run the commercial database software (Microsoft SQL Server 2014 Express, Orac
With a bit of preparation, you should be able to deploy the whole app into Amazon Web Services. See the comments in Vagrantfile for an example config that you can fill in with your own AWS account details. For MS SQL and Oracle support, you will have to create your own AMI with Windows, following the same steps mentioned above.
+You will need to install the vagrant-aws plugin. See the plugin site here for details: https://github.com/mitchellh/vagrant-aws
+
+Be sure to also install the "dummy" box.
+
You may also wish to have automated backups of your sqlfiddle database to S3. If so, you will need to add a .s3cfg file under vagrant_scripts. This file will not be added to the git repo (it is ignored) but if present the PostgreSQL server will automatically schedule backups to write to your account. The .s3cfg file is produced by "s3cmd" - check this site for more details: http://s3tools.org/s3cmd-howto \ No newline at end of file