We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b0f26 commit 6c3dd4fCopy full SHA for 6c3dd4f
README.md
@@ -3,6 +3,19 @@
3
The PPUC config-tool is a web application to configure your controllers. it is
4
still WIP.
5
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
19
## Development
20
21
### Linux and macOS
0 commit comments