Skip to content

Instantly share code, notes, and snippets.

@tuananh
Created March 10, 2016 03:53
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 tuananh/f944ca755d9992dc4aec to your computer and use it in GitHub Desktop.
Save tuananh/f944ca755d9992dc4aec to your computer and use it in GitHub Desktop.
cd /var/www/discouse/plugins
# git clone the plugin you want to install
sudo /home/discourse/.rbenv/shims/bundle exec rake db:migrate /var/www/discourse RAILS_ENV=production
sudo /home/discourse/.rbenv/shims/bundle exec rake assets:precompile /var/www/discourse RAILS_ENV=production
sudo systemctl reload discourse-unicorn.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment