- install Node.js platform
- download CMS source code
- open terminal/command-line:
cd cms
npm install
Run:
npm run start
or directly using node executable (port is optional, default 8000)
node index.js <port>
docker pull totalplatform/cms
docker run -p 8000:8000 totalplatform/cms