Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Last active January 2, 2016 14:24
Show Gist options
  • Save khoa-le/78e3808d7faf098c5ab4 to your computer and use it in GitHub Desktop.
Save khoa-le/78e3808d7faf098c5ab4 to your computer and use it in GitHub Desktop.
Log In Restart docker instance and rebuild translation cache

cd /var/docker ./launcher ssh app

Inside the container:

sudo su - discourse cd /var/www/discourse RAILS_ENV=production bundle exec rake assets:clobber assets:precompile

Exit the container with exit twice.

Restart everything: ./launcher stop app ./launcher start app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment