Created
December 11, 2014 19:40
-
-
Save bliaxiong/0b054efa0022f4380954 to your computer and use it in GitHub Desktop.
This file contains 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
export JRUBY_OPTS='--1.9 -Xcext.enabled=true -J-Xmx3120m' | |
RAILS_ENV=production rake assets:clean --trace | |
RAILS_ENV=production rake assets:precompile --trace | |
chmod -R 777 /var/jenkins/* | |
chmod -R 777 /opt/torquebox/current/jruby/* | |
chown -R torquebox:torquebox /opt/torquebox/current/jruby/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment