Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.03 KB

ft_server

This is a System Administration subject. You will discover Docker and you will set up your first web server.

Installation of LEMP Stack in a Docker container.

Installation

First, you need Docker installed to run properly.

Clone the repository:

$ git clone https://github.com/caio-vinicius/ft_server
$ cd ft_server

Use the provided script to build an image and run the container:

$ ./start.sh

Wait to build the image and launch the container and that's it!

Usage

In order to use, you can access through your browser localhost and select a service that you want to utilize.

choose a service

You can access WordPress and you can set it up in classic mode:

wordpress

Or you can choose management MariaDB tables with phpMyAdmin:

phpmyadmin