Skip to content
Snippets Groups Projects
Commit a96e84b4 authored by Jure's avatar Jure
Browse files

Update install instructions.

parent 336a60c4
No related branches found
No related tags found
No related merge requests found
# Preconditions # Preconditions
Have Postgres 9.x installed, and Node 0.12.7. Node.js is a requirement, read about how to install it here: [https://nodejs.org/en/](https://nodejs.org/en/)
Postgres you can install via `brew install postgres`. Run it via.
```bash
$ postgres -D /usr/local/var/postgres
```
Now create a db `pubsweet`.
```bash
$ createdb pubsweet
```
# Install # Install
...@@ -20,35 +8,21 @@ $ createdb pubsweet ...@@ -20,35 +8,21 @@ $ createdb pubsweet
$ git clone git@gitlab.coko.foundation:jure/backend-node.git $ git clone git@gitlab.coko.foundation:jure/backend-node.git
$ cd backend-node $ cd backend-node
$ npm install $ npm install
$ npm run db-migrate up
``` ```
# Start the server # Start the server
```bash ```bash
$ npm run hot $ npm run dev
$ ./bin/init.sh
``` ```
Point your browser to: http://localhost:3000 Point your browser to: http://localhost:3000
# Roadmap (9th of October, 2015) # Roadmap (23rd of November, 2015)
Next two weeks (12-23 October):
1. Backend and data structure
1. Collections and Fragments
2. API
3. No front end dev
4. Tests
5. Navigation
Week after that (26-30 October):
2. Integrate next version of Substance
1. Evaluate backend API in this context
And the week after that (2-7 November): Next week (23-27 November):
3. Share component collaboration 1. Simple auth
1. Substance sans editing 2. A proper abstract display on the front page
2. System share integration 3. Last write wins strategy for document updates
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment