mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
install docs
This commit is contained in:
parent
40579fb5e9
commit
0c327a3a77
@ -14,8 +14,8 @@ git clone https://github.com/IrosTheBeggar/mStream.git
|
||||
|
||||
cd mStream
|
||||
|
||||
# Install without dev dependencies
|
||||
npm install --production
|
||||
# Install dependencies and run
|
||||
npm run-script wizard
|
||||
```
|
||||
|
||||
# Running mStream as a Background Process
|
||||
@ -38,7 +38,7 @@ To update mStream just pull the changes from git and reboot your server
|
||||
|
||||
```shell
|
||||
git pull
|
||||
npm install --production
|
||||
npm install --only=prod
|
||||
# Reboot mStream with PM2
|
||||
pm2 restart all
|
||||
```
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
"scripts": {
|
||||
"start": "node cli-boot-wrapper.js",
|
||||
"pack": "electron-builder --dir",
|
||||
"dist": "electron-builder"
|
||||
"dist": "electron-builder",
|
||||
"wizard": "npm install --only=prod && node cli-boot-wrapper.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user