mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Reorganized Docs. In Progress.
This commit is contained in:
parent
1961e22cbd
commit
ce89ff4833
202 changed files with 0 additions and 0 deletions
23
docs/Platforms/OS/Install-from-source-without-root.md
Normal file
23
docs/Platforms/OS/Install-from-source-without-root.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Quick install for development / debugging
|
||||
|
||||
* Install [nvm](https://github.com/creationix/nvm)
|
||||
* `source NVMPATH/nvm.sh` for example `source ~/.nvm/nvm.sh`
|
||||
* `nvm install v8.16.0`
|
||||
* `nvm use v8.16.0`
|
||||
* `nvm install-latest-npm`
|
||||
* `cd ~`
|
||||
* Clone repo to home: `git clone https://github.com/wekan/wekan.git`
|
||||
* Install meteor (you can skip sudo by entering invalid password): `curl https://install.meteor.com/ | sh`
|
||||
* `cd wekan/`
|
||||
* `~/.meteor/meteor npm install --save babel-runtime xss meteor-node-stubs`
|
||||
* `~/.meteor/meteor npm install --save bcrypt`
|
||||
* `~/.meteor/meteor`
|
||||
|
||||
When you get this output, wekan is ready:
|
||||
```
|
||||
=> Started your app.
|
||||
|
||||
=> App running at: http://localhost:3000/
|
||||
```
|
||||
|
||||
Register new user for administrator
|
||||
Loading…
Add table
Add a link
Reference in a new issue