Skip to content

Instantly share code, notes, and snippets.

@apeeyush
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apeeyush/ad0570b549c27f277a25 to your computer and use it in GitHub Desktop.
Save apeeyush/ad0570b549c27f277a25 to your computer and use it in GitHub Desktop.
AWS OpsWorks
TODO : Add a Javascript RunTime
passenger-config --detect-apache2
sudo yum -y install nodejs
sudo tac /var/log/httpd/error.log | less
cd /srv/www/webcam_app/current/
sudo bundle exec rake db:migrate RAILS_ENV=production
sudo tac log/production.log | less
sudo tac /var/log/httpd/error.log | less
sudo gem update rake
apt-get install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment