-
Notifications
You must be signed in to change notification settings - Fork 0
Serverside setup
uniom edited this page Jan 13, 2013
·
42 revisions
(rvmインストール手順)[https://rvm.io/rvm/install/]
$ rvm get head
$ rvm reload
$ rvm install 1.9.3
$ git clone -depth 1 [email protected]:Araki/CouplingServer.git`
$ bundle install --path=vendor/bundle`
$ /usr/local/mysql/bin/mysqld`
$ bundle exec rake db:migrate`
$ bundle exec rails server`