Skip to content
Snippets Groups Projects

Update readme with submodul command

Merged Manuel Pitz requested to merge readmeUpdate into develop
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
+ 6
4
@@ -9,10 +9,12 @@ An online deployment of this demo is available at: https://web.villas.fein-aache
@@ -9,10 +9,12 @@ An online deployment of this demo is available at: https://web.villas.fein-aache
We are using Docker and Docker Compose in order to make it as easy as possible for you to get started.
We are using Docker and Docker Compose in order to make it as easy as possible for you to get started.
1. [Install Docker](https://docs.docker.com/engine/installation/).
1. [Install Docker](https://docs.docker.com/engine/installation/).
2. Download [Demo files](https://git.rwth-aachen.de/VILLASframework/Demo/repository/master/archive.zip) from this repository.
2. Clone repository.
3. Extract the files.
3. Execute `git submodule update --init --recursive`
4. Open the Docker CLI and navigate to the location of the demo files.
4. Extract the files.
5. Start demo by running `docker-compose up -d`
5. Open the Docker CLI and navigate to the location of the demo files.
 
6. Start demo by running `docker-compose up -d`
 
7. villasWEB is available via `127.0.0.1:80`
## Backup / Restore Database
## Backup / Restore Database
Loading