laconia
laconia copied to clipboard
how to run laconia in ubuntu
Hi Tania! only i what to ask you how to install Laconia in ubunutu. Im staring with php and your project it seems very interesting and i would like to look inside it. Please if you could guide me I would appreciate it.
If the question still exists, I would recommend to look at docker-compose.yml. Basically you only need doker on your ubuntu machine and run:
make init
make install
from the root of the project.
The only thing I needed to change it's DB_HOST in laconia-master/docker/credentials.php
. It should be the container alias/name of your mysql instance.
After you run make commands, open http://localhost:9999 in your favorite browser