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