Skip to content

jeongminkyo/94YB

Repository files navigation

YB94

yb94.name

양북94 계모임을 위한 사이트

Screenshots


Install

Clone the repository

git clone https://github.com/jeongminkyo/94YB.git
cd 94YB

Check Ruby version

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

Install dependencies

Using Bundler

bundle install

Set environment variables

Using Figaro:

See config/application.yml.sample and contact the developer: [email protected] (sensitive data).

Initialize the database

rails db:create db:migrate db:seed

Serve

rails s