Update README.md
Notes on Use with and without docker-compose
This commit is contained in:
parent
30730018ec
commit
141bf11850
19
README.md
19
README.md
|
@ -1,11 +1,16 @@
|
||||||
|
|
||||||
# How to build and run the whole thing
|
# With docker-compose
|
||||||
|
|
||||||
|
## How to build and run the whole thing
|
||||||
|
|
||||||
|
First install docker and docker-compose on your system
|
||||||
|
|
||||||
|
Then:
|
||||||
$ cd compose
|
$ cd compose
|
||||||
|
|
||||||
$ docker-compose up
|
$ docker-compose up
|
||||||
|
|
||||||
# How to use it
|
## How to use it
|
||||||
|
|
||||||
Go to localhost:6655 to see what the php server serves.
|
Go to localhost:6655 to see what the php server serves.
|
||||||
In the
|
In the
|
||||||
|
@ -27,4 +32,14 @@ To list your running container issue
|
||||||
|
|
||||||
docker ps -a
|
docker ps -a
|
||||||
|
|
||||||
|
# Without docker-compose
|
||||||
|
|
||||||
|
Get the source code of the directory
|
||||||
|
|
||||||
|
overlay/opt
|
||||||
|
|
||||||
|
Be preferably on a debian based system.
|
||||||
|
|
||||||
|
Install php7.4-cli
|
||||||
|
|
||||||
|
Run it.
|
Loading…
Reference in New Issue