Skip to content

Instantly share code, notes, and snippets.

@flaugabriel
Created November 28, 2018 16:32
Show Gist options
  • Save flaugabriel/14ed778c5d2413c7368ac19b330bca1b to your computer and use it in GitHub Desktop.
Save flaugabriel/14ed778c5d2413c7368ac19b330bca1b to your computer and use it in GitHub Desktop.
cd /youapfolder
gem install bundler
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt-get update
apt-get install nodejs -y
bundle update
rails assets:precompile RAILS_ENV=production
rails s -b 0.0.0.0 -e production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment