mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 17:42:45 +08:00
ce25a49592
Signed-off-by: szaimen <szaimen@e.mail.de>
16 lines
338 B
Markdown
16 lines
338 B
Markdown
# PHP Docker Controller
|
|
|
|
This is the code for the PHP Docker controller.
|
|
|
|
## How to run
|
|
|
|
Running this locally requires Docker Engine on the same machine.
|
|
If this is the case, just execute the following command:
|
|
|
|
```
|
|
composer install --no-dev
|
|
cd public/
|
|
php -S 0.0.0.0:8080
|
|
```
|
|
|
|
You can then access the web interface at `localhost:8080`.
|