Do you feel like uke tonight?
Need to throw some people?
More pushups?
Find which clubs are near you and training!
- Ruby version 2.3.0
- Sqlite3 version 3.8.11.1
- Rails version 4.2.5
-
Ensure you have all of the requirements installed
-
Clone the GitHub project into your current working directory
-
Move into the project directory:
$ cd jitsu-me
-
Install the gems:
$ bundle install
-
Create the database:
$ bin/rake db:create
-
Run migrations:
$ bin/rake db:migrate
-
Seed the database:
$ bin/rake db:seed
-
Start the rails server:
$ bin/rails server
-
Go to http://localhost:3000