Skip to content

part of 42 common-core cursus: introduction to Docker and web server administration.

Notifications You must be signed in to change notification settings

juzzrespecter/42cc-ft_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ft_server

Part of 42 common-core cursus: introduction to Docker and system administration.
This project consists on installing, using Docker, a complete web server on a container ready to work, running Wordpress, phpMyAdmin and a SQL database with nginx.

Project graded and passed with a 100% mark.

Installing the server

To build and set up the server:

docker build . -t ft_server
docker run -p80:80 -p443:443 --name ft_server ft_server

Use --env AIENV=off when building the container to set off autoindex on nginx.

About

part of 42 common-core cursus: introduction to Docker and web server administration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published