You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: