Skip to content

Latest commit

 

History

History
executable file
·
35 lines (25 loc) · 611 Bytes

readme.md

File metadata and controls

executable file
·
35 lines (25 loc) · 611 Bytes

Total.js CMS

Installation

Locally

  • 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

docker pull totalplatform/cms
docker run -p 8000:8000 totalplatform/cms