wmdeit_vmform/README.md

45 lines
691 B
Markdown
Raw Normal View History

2022-08-19 10:53:45 +00:00
# With docker-compose
2022-08-19 10:53:45 +00:00
## How to build and run the whole thing
First install docker and docker-compose on your system
Then:
2022-08-19 11:00:26 +00:00
$ cd compose
$ docker-compose up
2022-08-19 10:53:45 +00:00
## How to use it
Go to localhost:6655 to see what the php server serves.
In the
2022-08-19 11:00:26 +00:00
compose/docker-compose.yaml
file you can specify another port, too.
Under
2022-08-19 11:00:26 +00:00
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
2022-08-19 10:53:45 +00:00
# Without docker-compose
Get the source code of the directory
overlay/opt
Be preferably on a debian based system.
Install php7.4-cli
2022-08-19 10:53:45 +00:00
Run it.