Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
````