Go to file
alpcentaur bd6448cf97 small update README.md 2022-08-22 16:41:05 +02:00
build/deb-php first php restructuring and locale.yaml with first entries added 2022-08-19 11:28:50 +00:00
compose first php restructuring and locale.yaml with first entries added 2022-08-19 11:28:50 +00:00
overlay/opt replaced yaml and php variables 2022-08-22 14:31:58 +00:00
.gitignore first commit 2022-08-19 10:53:45 +00:00
README.md small update README.md 2022-08-22 16:41:05 +02:00

README.md

With docker-compose

How to build and run the whole thing

First install docker and docker-compose on your system

Then: $ cd compose

$ docker-compose up

How to use it

Go to localhost:6655 to see what the php server serves. In the

compose/docker-compose.yaml 

file you can specify another port, too.

Under

overlay/opt

you find the directory which is on the container itself.

Build and change the project there, having the running container.

To list your running container issue

docker ps -a

Without docker-compose

Get the source code of the directory

overlay/opt

Be preferably on a debian based system.

Install php

apt-get install php7.4-cli

Run it.