laconia icon indicating copy to clipboard operation
laconia copied to clipboard

how to run laconia in ubuntu

Open jlonuz opened this issue 3 years ago • 1 comments

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.

jlonuz avatar Jun 15 '21 05:06 jlonuz

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

aspergarus avatar Sep 02 '23 21:09 aspergarus