Skip to content

Instantly share code, notes, and snippets.

@hieu-v
Last active March 14, 2020 07:39
Show Gist options
  • Save hieu-v/6833bef6b26f6be2446e79b6774c94e4 to your computer and use it in GitHub Desktop.
Save hieu-v/6833bef6b26f6be2446e79b6774c94e4 to your computer and use it in GitHub Desktop.
cd /opt/bitnami/
sudo ./use_redmine

cd /opt/bitnami/apps/redmine/htdocs/plugins

cd /opt/bitnami/apps/redmine/htdocs/
bundle install --without development test postgresql sqlite --no-deployment
bundle install --without development test postgresql sqlite --deployment

bundle exec rake redmine:plugins RAILS_ENV=production


sudo /opt/bitnami/ctlscript.sh restart


cd /opt/bitnami/apache2/logs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment