Created
March 10, 2016 03:53
-
-
Save tuananh/f944ca755d9992dc4aec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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