Skip to content

rujc/rujc-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a42eb4 · Oct 28, 2014
Oct 20, 2014
Jan 25, 2014
Oct 28, 2014
Oct 20, 2014
Apr 9, 2014
Jan 25, 2014
Apr 20, 2014
Jun 6, 2014
Apr 2, 2014
Apr 11, 2014
Mar 11, 2014
Apr 6, 2014
May 11, 2014
Apr 6, 2014
Sep 3, 2014
Sep 3, 2014
Jul 11, 2014
Jan 25, 2014
Jan 25, 2014

Repository files navigation

RJC website

Build Status

This is a repository for RJC website.

Dependencies

  • Ruby 2.1.1
    • rbenv install 2.1.1
  • Rails 4.1.1
  • PostgreSQL 9.3.4

Quick Start

Clone this repo:

git clone git@github.com:juggler/rjc.git
cd rjc

Install dependencies and setup db:

bundle install
bundle exec rake db:setup

Run rails server:

bin/rails s

What's inside?

  • Admin panel on /admin
  • 'Static' pages main, /about, /creators and /contacts
  • Events /events/:id pages
  • Registration page on /registrations/new