Skip to content

luckylooke/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

About

Node.js Content Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.2%
  • JavaScript 25.6%
  • CSS 3.1%
  • Dockerfile 0.1%