Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,15 @@ license: mit
|
|
4 |
anywefadoor
|
5 |
|
6 |
## Installation
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
for the cloth seg the seg_ssl_server.js in the huggingface-cloth-segmentation folder should also be set to run on start.
|
9 |
pip requirements should be installed for the seg from inside that folder or conda can be utilised here too.
|
10 |
|
|
|
4 |
anywefadoor
|
5 |
|
6 |
## Installation
|
7 |
+
the servers run in nodejs using express and are started on vast via PM2 (npm install -g pm2) process manager 2. other startup managers are available.
|
8 |
+
start stop and check status with:
|
9 |
+
pm2 start x
|
10 |
+
pm2 restart x
|
11 |
+
pm2 status
|
12 |
+
|
13 |
+
pm2 logs normally end up in the user folder of the user running the code under .pm2/logs/nameofscript.js
|
14 |
+
|
15 |
+
ssl_server.js in the ADOOR_ACE folder must be set to run on startup and ports need consideration for the anydoor process.
|
16 |
for the cloth seg the seg_ssl_server.js in the huggingface-cloth-segmentation folder should also be set to run on start.
|
17 |
pip requirements should be installed for the seg from inside that folder or conda can be utilised here too.
|
18 |
|