Created
August 17, 2012 12:26
-
-
Save argami/3378443 to your computer and use it in GitHub Desktop.
Xiki on 1.8.7
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
rvm install ruby-1.8.7-p358 | |
rvm use --create 1.8.7@xiki | |
gem install bundler | |
bundle | |
gem build xiki.gemspec | |
gem install xiki-0.5.0a.gem | |
Output | |
☺ xiki status ruby-1.8.7-p358@xiki master 77c2b3f | |
xiki_process.rb: no instances running | |
xiki start | |
☺ xiki status ruby-1.8.7-p358@xiki master 77c2b3f | |
xiki_process.rb: running [pid 35761] | |
☺ xiki stop ruby-1.8.7-p358@xiki master 77c2b3f | |
xiki_process.rb: trying to stop process with pid 35761... | |
xiki_process.rb: process with pid 35761 successfully stopped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment