Skip to content

Instantly share code, notes, and snippets.

@argami
Created August 17, 2012 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argami/3378443 to your computer and use it in GitHub Desktop.
Save argami/3378443 to your computer and use it in GitHub Desktop.
Xiki on 1.8.7
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