Follow these steps to set up and run a local web server on your computer using Docker.
- Install Docker on your computer.
- Create a directory that will serve as the parent directory for the 'HAMK-Edu' folder. Your directory structure should look like this:
your_directory
── Hamk-Edu
- Copy the files from the following repository into the newly created folder:
- To start the web server, run the following command from within the created folder:
docker-compose up -d
-
To access the
index.php
page, open your web browser and enter the following URL: -
To access phpMyAdmin, open your web browser and enter the following URL:
- http://localhost:82 (username: root password: password)