Code Monkey home page Code Monkey logo

ft_server's Introduction

License


FT_SERVER

Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

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


Madatory Part

This server will run multiples services: Wordpress, phpMyAdmin, and a SQL database. It will make you aware of the importance of using scripts to automate your tasks.

  • You must set up a web server with Nginx, in only one Docker container. The container OS must be debian buster.
  • Your web server must be able to run several services at the same time. The services will be a WordPress website, phpMyAdmin and MySQL. You will need to make sure your SQL database works with the WordPress and phpMyAdmin.
  • Your server should be able to use the SSL protocol.
  • You will have to make sure that, depending on the url, your server redirects to the correct website.

Getting Started

Requisites

You must have Docker installed in your system to run this project.

Installation

  1. Clone the repository and enter
    $ git clone https://github.com/pabloocg/ft_server.git && cd ft_server
  2. Build the image
    $ docker build -t ft_server .
  3. Run the image in a Docker container
    $ docker run -d -p 80:80 -p 443:443 ft_server
    

Usage

To see the phpMyAdmin page visit https://localhost/phpmyadmin (The user to access is root, without password)

To see the Wordpress site visit https://localhost/wordpress

License

Distributed under the GNU GPLv3. See LICENSE for more information.

Contact

Pablo Cuadrado García
Linkedin - [email protected]

ft_server's People

Contributors

pabloocg avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.