Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
editoria
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yannis Barlas
editoria
Commits
aab07015
Commit
aab07015
authored
8 years ago
by
john
Browse files
Options
Downloads
Patches
Plain Diff
readme more corrections
parent
560ad8fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-1
9 additions, 1 deletion
README.md
with
9 additions
and
1 deletion
README.md
+
9
−
1
View file @
aab07015
## 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment