Home
Softono

Cms

Open source HTML
254
Stars
100
Forks
0
Issues
13
Watchers
2 months
Last Commit

 About Cms

Node.js Content Management System

Platforms

Web Self-hosted

Languages

JavaScript TypeScript PHP HTML

Need Help Installing Cms?

We provide expert installation service for this software. Our team will install, configure, and secure Cms on your server. plans start at just $30.

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