常用命令
rvm get stable
rvm get stable --auto-dotfiles
rvm install jruby
rvm use @projectname --create
rvm use @projectname
cd project
jruby -S bundle install
jruby -S bundle exec app.rb
基本流程
jruby -S bundle exec rackup -p 9292 config.ru
常用命令
rvm get stable
rvm get stable --auto-dotfiles
rvm install jruby
rvm use @projectname --create
rvm use @projectname
cd project
jruby -S bundle install
jruby -S bundle exec app.rb
基本流程
jruby -S bundle exec rackup -p 9292 config.ru