Home
Softono
cms

cms

Open source HTML
254
Stars
100
Forks
0
Issues
13
Watchers
1 week
Last Commit

About cms

Node.js Content Management System

Platforms

Web Self-hosted

Languages

JavaScript TypeScript PHP HTML

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