/ft_server

A server created and launched locally with Docker, integrated phpMyAdmin, Wordpress, MariaDB and SSL

Primary LanguagePHP

ft_server

A server created and launched locally with Docker, integrated phpMyAdmin, Wordpress, MariaDB and SSL

Using dockerfile with a single container, this project allows us to launch the server on any computer with Docker, without worrying about the dependencies and compatibility issues



Here below you can see the results in the web browser:

Wordpress

PhpMyAdmin

Auto-Index


Test it yourself:

  1. ❗ Requires Docker installed and running
  2. Clone this repository anywhere you want, on any OS with Docker running.
  3. Run make build in your terminal to build the container
  4. Run make run to launch the container
  5. Navigate to localhost in your browser to see the result

Useful links that helped me with this project: