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
Giorgio Sironi
pubsweet
Commits
6788a8b8
Commit
6788a8b8
authored
7 years ago
by
Jure
Browse files
Options
Downloads
Patches
Plain Diff
Add Windows instructions
parent
7f0f8362
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
+16
-1
16 additions, 1 deletion
README.md
with
16 additions
and
1 deletion
README.md
+
16
−
1
View file @
6788a8b8
...
...
@@ -16,6 +16,7 @@
-
[
Getting PubSweet CLI
](
#getting-pubsweet-cli
)
-
[
Prerequisites
](
#prerequisites
)
-
[
Installation
](
#installation
)
-
[
Installation on Windows
](
#installation-on-windows
)
-
[
Using PubSweet CLI
](
#using-pubsweet-cli
)
-
[
Displaying the commands (`pubsweet` or `pubsweet help`)
](
#displaying-the-commands-pubsweet-or-pubsweet-help
)
-
[
Generating an app (`pubsweet new`)
](
#generating-an-app-pubsweet-new
)
...
...
@@ -49,7 +50,7 @@ It's a modular and flexible framework consisting of a **server** and **client**
### Prerequisites
-
n
ode v7.6+
-
N
ode
.js
v7.6+
-
npm v3+ or yarn v0.21+
### Installation
...
...
@@ -66,6 +67,20 @@ or
yarn global add pubsweet
```
### Installation on Windows
-
Install Ubuntu on Windows:
[
Windows Store
](
https://www.microsoft.com/en-gb/store/p/ubuntu/9nblggh4msv6#system-requirements
)
-
Launch the Bash on Ubuntu on Windows from the Start menu
-
Install nvm:
[
nvm install script
](
https://github.com/creationix/nvm#install-script
)
```
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
```
-
Restart your terminal/bash
-
`nvm install 7.7`
(this version of Node.js is the latest to have precompiled leveldown packages)
-
`npm install -g pubsweet`
## Using PubSweet CLI
### Displaying the commands (`pubsweet` or `pubsweet help`)
...
...
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