https://github.com/abderrsfa/ft_server
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.
https://github.com/abderrsfa/ft_server
docker docker-container ft-server mariadb mysql nginx phpmyadmin wordpress
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/abderrsfa/ft_server
- Owner: AbderrSfa
- License: apache-2.0
- Created: 2020-10-01T18:13:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T16:48:01.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T12:10:10.827Z (about 1 year ago)
- Topics: docker, docker-container, ft-server, mariadb, mysql, nginx, phpmyadmin, wordpress
- Language: PHP
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📡 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.