Last active
December 16, 2015 16:09
-
-
Save is8r/5461347 to your computer and use it in GitHub Desktop.
sqaleでlokkaの中身をリセット(注:全て消えます)
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
$ ssh -p 2222 [email protected] | |
$ cd current | |
$ RAILS_ENV=production bundle exec rake db:reset | |
$ /etc/init.d/app restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment