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:
parent
dfa5259156
commit
830c8715a0
1 changed files with 9 additions and 0 deletions
|
@ -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__.
|
||||
|
|
Loading…
Add table
Reference in a new issue