diff --git a/.travis.yml b/.travis.yml index a44d372..cbccb3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ addons: code_climate: repo_token: b3db5b7df9a0a1d0fd3503e72d7431ffbfa172492c2840d590ccb2fafd9172d3 rvm: - - 2.1.2 + - 2.1.3 env: - MYSQL_USERNAME=travis - APP_SECRET=2d3a08dfea079fe45bcb7f830b010eda diff --git a/INSTALL.md b/INSTALL.md index d7290d3..9e99cfa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -# Production Install (Ubuntu 13.10 x64 or Debian 7) +# Production Install (Ubuntu 14.04 x64 or Debian 7) ## Capistrano setup @@ -49,20 +49,20 @@ Switch user to deploy, and install rbenv echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc exec $SHELL - rbenv install 2.1.1 - rbenv global 2.1.1 + rbenv install 2.1.3 + rbenv global 2.1.3 echo "gem: --no-ri --no-rdoc" > ~/.gemrc gem install bundler ## Install the ENSL site -Create the `.env` file with the appropriate credentials. +Create the `.env` file by copying `.env.example` with the appropriate credentials. - touch /var/www/virtual/ensl.org/deploy/shared/.env + cp /var/www/virtual/ensl.org/deploy/shared/.env.example /var/www/virtual/ensl.org/deploy/shared/.env # Deployment Use capistrano to deploy: - bundle exec cap production deploy \ No newline at end of file + bundle exec cap production deploy