godfat (owner)

Revisions

gist: 188337 Download_button fork
public
Public Clone URL: git://gist.github.com/188337.git
Embed All Files: show embed
install.sh #
1
2
3
4
5
6
#!/bin/sh
 
gem install rake
rake app:install
./start.sh
 
remote_install.sh #
1
2
3
4
5
6
7
8
#!/bin/sh
 
rake app:install:remote host=10.0.0.124 \
                         git=git@github.com:scrazy/cas.git \
                          cd=~ \
                      branch=origin/stable \
                      script=./install.sh
 
remote_install.sh.out #
1
2
why didn't it show all my content?
is gist broken currently?
start.sh #
1
2
3
4
#!/bin/sh
 
rake app:deploy