Skip to content

Commit 6c3dd4f

Browse files
authored
added docker
1 parent 99b0f26 commit 6c3dd4f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
The PPUC config-tool is a web application to configure your controllers. it is
44
still WIP.
55

6+
## Installation
7+
8+
The PPUC config-tool is a web appication based on Drupal, written in PHP.
9+
So it needs a webserver to run.
10+
11+
To run a local instance, a docker image is available:
12+
```sh
13+
docker pull ghcr.io/ppuc/config-tool:latest
14+
docker run -p 8080:80 -v config-tool-data:/var/www/web/config-tool-data ghcr.io/ppuc/config-tool:latest
15+
```
16+
17+
Then open `localhost:8080`in a web browser and login as user `ppuc` using the password `ppuc`.
18+
619
## Development
720

821
### Linux and macOS

0 commit comments

Comments
 (0)