# 01. __Welcome__

[![+Professional Support](https://www.totaljs.com/img/badge-support.svg)](https://www.totaljs.com/support/) [![+Chat with contributors](https://www.totaljs.com/img/badge-chat.svg)](https://messenger.totaljs.com)

This documentation is for version `+11` of __Total.js Eshop__. This version is different than older version.

- [Homepage](https://www.totaljs.com/cms/)
- [__Live demo__](https://eshop.totaljs.com)

## Requirements

- CPU: 1 core
- Memory: 80 MB RAM
- [GraphicsMagick](http://www.graphicsmagick.org/)
- [Node.js platform](https://nodejs.org/en/) `+8`
- Total.js `+3.0.0` via NPM: `$ npm install total.js`
- Modern web browser (Chrome, Safari, Firefox or IE +10)

## Installation

- [Download CMS source-code](https://my.totaljs.com)
- Perform the first installation:

```bash
$ cd eshop
$ npm install
$ node debug.js
```

Eshop will run on this address: http://127.0.0.1:8000

__Administration__:

- default URL address for admin `http://127.0.0.1:8000/admin/`
- login: `admin`
- password: `admin`

### Basic configuration

All important values and credentials are stored in application‘s configuration file called `/config`.