1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

added note about docker usage

This commit is contained in:
Steffen Vogel 2017-06-28 02:46:24 +02:00
parent dfa5259156
commit 830c8715a0

View file

@ -20,6 +20,15 @@ Additional libraries are used, for a complete list see package.json.
## Quick start
We recommend Docker to get started quickly:
```bash
$ git clone --recursive git@git.rwth-aachen.de:VILLASframework/VILLASweb.git
$ npm install
$ npm build
$ docker-compose up
```
To start the website locally run `npm start`. This will open a local webserver serving the _frontend_. To make the website work, you still need to start at least the VILLASweb-backend (See repository for information).
The default user and password are configured in the `config.js` file of the _backend_. By default they are: __admin__ / __admin__.