File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ I will try to cover most relevant setups in the "docker" folder of the project.
509
509
510
510
### Running
511
511
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:
513
513
514
514
php test.php
515
515
@@ -518,6 +518,11 @@ database configuration (config) from the corresponding subdirectories.
518
518
519
519
### Docker
520
520
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
+
521
526
To run the docker tests run "build_all.sh" and "run_all.sh" from the docker directory. The output should be:
522
527
523
528
================================================
You can’t perform that action at this time.
0 commit comments