This is a repository for RJC website.
- Ruby 2.1.1
rbenv install 2.1.1
- Rails 4.1.1
- PostgreSQL 9.3.4
Clone this repo:
git clone [email protected]:juggler/rjc.git
cd rjc
Install dependencies and setup db:
bundle install
bundle exec rake db:setup
Run rails server:
bin/rails s
- Admin panel on
/admin
- 'Static' pages
main
,/about
,/creators
and/contacts
- Events
/events/:id
pages - Registration page on
/registrations/new