totaljs / cms

Node.js Content Management System
http://www.totaljs.com/cms/
MIT License
223 stars 92 forks source link
cms javascript node nosql project

Total.js CMS

Installation

Locally

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