Skip to content

totaljs/cms

Repository files navigation

Total.js CMS

Installation

Locally

  • install Node.js platform
  • download Flow 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