Skip to content
xiaoxing edited this page Nov 13, 2015 · 6 revisions

Prepare the environment

Ruby on Rails

This is a rails app, so naturally you will need a working ruby on rails environment.

Gulp

Repauto uses gulp to manage assets instead of rails assets pipline. So you will need node.js and gulp. Saving you the time to Google around on Mac:

brew install node
npm install -g gulp

MongoDB

MongoDB is the database used by Repauto. You need to set it up before proceed. Follow the well documented instructions.

Setup Repauto

Install all dependencies.

bundle install
npm install

Build the assets

gulp

Running the server

rails server

Import Data

Read Sync Data for details. Assuming you have got everything configured properly, run:

rake data:sync

Clone this wiki locally