aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-12 04:45:47 +0000
committerPitu <[email protected]>2019-03-12 04:45:47 +0000
commit390eeb9b0718f6736600cbfa47d3d2983cde01d9 (patch)
tree0e0d798a3cec0a36b44ea5050a76a799c7d92727 /README.md
parentMerge branch 'dev' of github.com:WeebDev/lolisafe into dev (diff)
downloadhost.fuwn.me-390eeb9b0718f6736600cbfa47d3d2983cde01d9.tar.xz
host.fuwn.me-390eeb9b0718f6736600cbfa47d3d2983cde01d9.zip
Automated pm2 process spawn
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index 591e6c6..6c9433f 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,10 @@ This guide asumes a lot of things, including that you know your way around linux
Lolisafe is now installed, configured and ready. Now you need to serve it to the public by using a domain name.
6. Check the [nginx](docs/nginx.md) file for a sample configuration that has every step to run lolisafe securely on production.
-7. After you finish setting up nginx, you need to start lolisafe by using pm2. If you want to use something else, figure out how. Run the following commands:
-```bash
-pm2 start npm --name "lolisafe.api" -- run api
-pm2 start npm --name "lolisafe.site" -- run site
-```
-(More info on why pm2 [here](docs/pm2.md))
+After you finish setting up nginx, you need to start lolisafe by using pm2. If you want to use something else, figure out how. (More info on why pm2 [here](docs/pm2.md))
+
+7. Run `pm2 start pm2.json`:
8. Profit
### Cloudflare