Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pubsweet
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
Julien Tremblay McLellan
pubsweet
Commits
a96e84b4
Commit
a96e84b4
authored
9 years ago
by
Jure
Browse files
Options
Downloads
Patches
Plain Diff
Update install instructions.
parent
336a60c4
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
+8
-34
8 additions, 34 deletions
README.md
with
8 additions
and
34 deletions
README.md
+
8
−
34
View file @
a96e84b4
# 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-2
7 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
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