Initial import
This commit is contained in:
commit
ab891a315c
773 changed files with 257255 additions and 0 deletions
17
Release/DEPLOY.txt
Normal file
17
Release/DEPLOY.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Content Editor V2 release bundle
|
||||
|
||||
Start:
|
||||
npm install --omit=dev
|
||||
node server.js
|
||||
|
||||
Default runtime:
|
||||
http://0.0.0.0:5180
|
||||
|
||||
PM2 example:
|
||||
pm2 start server.js --name content-editor --cwd /path/to/Release
|
||||
|
||||
Required folders beside server.js:
|
||||
dist/
|
||||
content/
|
||||
data/
|
||||
docs/
|
||||
Loading…
Add table
Add a link
Reference in a new issue