Skip to content

Automated to let you easily run a server on a Debian Buster OS inside a Docker container. The server also automatically sets up WordPress, phpMyAdmin, MySQL and an SSL self-signed certificate.

License

Notifications You must be signed in to change notification settings

AbderrSfa/ft_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‘ ft_server

🧐 Description

This project serves as an introduction into system administration. It reveals the importance of using scripts to automate tasks, and the purpose behind using Docker and Docker containers. The aim of the project is to run a server on a Debian Buster OS inside a Docker container. The server must run WordPress, phpMyAdmin and MySQL.

πŸ”§ Usage

To Build the image, run:

docker build -t ft_server .

To run the image, run:

docker run -it -p 80:80 -p 443:443 ft_server

βœ… The following are created automatically

  • A self-signed SSL certificate.
  • MySQL.
  • phpMyAdmin
  • WordPress.

Screen Shot 2020-12-01 at 10 57 05 AM

About

Automated to let you easily run a server on a Debian Buster OS inside a Docker container. The server also automatically sets up WordPress, phpMyAdmin, MySQL and an SSL self-signed certificate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published