Skip to content

Commit 849306d

Browse files
committed
docker install instructions added
1 parent fc1404d commit 849306d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ I will try to cover most relevant setups in the "docker" folder of the project.
509509

510510
### Running
511511

512-
To run the functional tests you may run the following command:
512+
To run the functional tests locally you may run the following command:
513513

514514
php test.php
515515

@@ -518,6 +518,11 @@ database configuration (config) from the corresponding subdirectories.
518518

519519
### Docker
520520

521+
Install docker using the following commands and then logout and login for the changes to take effect:
522+
523+
sudo apt install docker.io
524+
sudo usermod -aG docker ${USER}
525+
521526
To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
522527

523528
================================================

0 commit comments

Comments
 (0)