Skip to content
Snippets Groups Projects
Jure Triglav's avatar
Jure authored
336a60c4
Forked from pubsweet / pubsweet
5621 commits behind the upstream repository.

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):

  1. Backend and data structure
  2. Collections and Fragments
  3. API
  4. No front end dev
  5. Tests
  6. Navigation

Week after that (26-30 October):

  1. Integrate next version of Substance
  2. Evaluate backend API in this context

And the week after that (2-7 November):

  1. Share component collaboration
  2. Substance sans editing
  3. System share integration