-
Notifications
You must be signed in to change notification settings - Fork 8
Getting Started
xiaoxing edited this page Nov 13, 2015
·
6 revisions
This is a rails app, so naturally you will need a working ruby on rails environment.
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 gulpMongoDB is the database used by Repauto. You need to set it up before proceed. Follow the well documented instructions.
Install all dependencies.
bundle install
npm installBuild the assets
gulpRunning the server
rails serverRead Sync Data for details. Assuming you have got everything configured properly, run:
rake data:sync