all-in-one/php
szaimen 24eefc7009 increase to 2.1.0
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-10-27 15:22:47 +02:00
..
.idea
data
public add 2nd tab warning 2022-10-16 18:58:59 +02:00
session
src Merge pull request #1274 from nextcloud/enh/1272/session-deduplication 2022-10-27 12:33:01 +02:00
templates increase to 2.1.0 2022-10-27 15:22:47 +02:00
.gitignore
composer.json rework some workflows 2022-05-25 15:38:39 +02:00
composer.lock Bump guzzlehttp/psr7 from 2.4.2 to 2.4.3 in /php 2022-10-27 12:23:27 +00:00
containers-schema.json
containers.json allow to disable seccomp for collabora 2022-09-20 19:58:36 +02:00
psalm-baseline.xml Update psalm baseline 2022-10-12 05:08:47 +00:00
psalm.xml
README.md

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.