Preconditions
Have Postgres 9.x installed, and Node 0.12.7.
Postgres you can install via brew install postgres
. Run it via.
$ postgres -D /usr/local/var/postgres
Now create a db pubsweet
.
$ createdb pubsweet
Install
$ git clone git@gitlab.coko.foundation:jure/backend-node.git
$ cd backend-node
$ npm install
$ npm run db-migrate up
Start the server
$ npm run hot
Point your browser to: http://localhost:3000
Roadmap (9th of October, 2015)
Next two weeks (12-23 October):
- Backend and data structure
- Collections and Fragments
- API
- No front end dev
- Tests
- Navigation
Week after that (26-30 October):
- Integrate next version of Substance
- Evaluate backend API in this context
And the week after that (2-7 November):
- Share component collaboration
- Substance sans editing
- System share integration