Created
September 17, 2009 03:48
-
-
Save godfat/188337 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
#!/bin/sh | |
gem install rake | |
rake app:install | |
./start.sh |
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
#!/bin/sh | |
rake app:install:remote host=10.0.0.124 \ | |
[email protected]:scrazy/cas.git \ | |
cd=~ \ | |
branch=origin/stable \ | |
script=./install.sh |
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
why didn't it show all my content? | |
is gist broken currently? |
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
#!/bin/sh | |
rake app:deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment