Skip to content
Snippets Groups Projects
Commit aab07015 authored by john's avatar john
Browse files

readme more corrections

parent 560ad8fd
No related branches found
No related tags found
No related merge requests found
## Overview
Editoria is a book production platform, built with Pubsweet and Substance.
Editoria is a book production platform, built with Pubsweet and Substance.
This application is being developed by the Coko Foundation, for the University of California Press.
## Installation
First you need to clone this repository on your machine.
......@@ -10,18 +11,23 @@ First you need to clone this repository on your machine.
or the ```https``` equivalent:
```git clone https://gitlab.coko.foundation/yannisbarlas/editoria.git```
Once you have, navigate to the project's root directory.
```cd editoria```
This application is being developed with node 6 in mind.
If you use nvm for managing different node versions, the project includes an ```.nvmrc``` file that you can take advantage of.
Install the latest version of the ```pubsweet``` command line tool.
```npm install --global pubsweet```
Install the project's dependencies.
```npm install```
Create a database.
```pubsweet setupdb ./```
......@@ -30,11 +36,13 @@ If you want to create a database for a development environment, simply pass the
Follow the instructions, create the administrator user and name your book.
Once that is done, you can run the app like so:
```pubsweet run```
Or if you want the development environment:
```pubsweet run --dev```
## Set up
Log in as an administrator, and click on the "Teams" link in the navigation bar.
......
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