Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/totaljs/cms
Node.js Content Management System
https://github.com/totaljs/cms
cms javascript node nosql project
Last synced: about 1 hour ago
JSON representation
Node.js Content Management System
- Host: GitHub
- URL: https://github.com/totaljs/cms
- Owner: totaljs
- License: mit
- Created: 2016-09-13T19:55:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T19:07:05.000Z (12 days ago)
- Last Synced: 2025-01-15T04:34:17.409Z (7 days ago)
- Topics: cms, javascript, node, nosql, project
- Language: HTML
- Homepage: http://www.totaljs.com/cms/
- Size: 18.6 MB
- Stars: 230
- Watchers: 16
- Forks: 95
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
README
# Total.js CMS
- [Documentation](https://docs.totaljs.com/cms/)
- [Join Total.js Telegram](https://t.me/totaljs)
- [Support](https://www.totaljs.com/support/)
- [Widgets](https://github.com/totaljs/cms-widgets)## Installation
### Locally
- install [Node.js platform](https://nodejs.org/en/)
- 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
```### Docker
```bash
docker pull totalplatform/cms
docker run -p 8000:8000 totalplatform/cms
````