양북94 계모임을 위한 사이트
git clone https://github.com/jeongminkyo/94YB.git
cd 94YB
ruby -v
The ouput should start with something like ruby 2.2.4
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.2.4
Using Bundler
bundle install
Using Figaro:
See config/application.yml.sample and contact the developer: [email protected] (sensitive data).
rails db:create db:migrate db:seed
rails s