Skip to content

Latest commit

 

History

History
38 lines (38 loc) · 2.53 KB

README.md

File metadata and controls

38 lines (38 loc) · 2.53 KB

Inception 42

Use docker-compose to set up an environment composed of different services (nginx, wordpress, mariadb, adminer, static website)

Services

  1. mariadb
  2. nginx
  3. wordpress
  4. adminer
  5. static website

Prerequisites

Make sure you have installed all of the following prerequisites on your machine:

  • Docker
  • Docker compose

Set up your environment

Edit /etc/hosts to add your server name

127.0.0.1 yajallal.42.fr adminer.42.fr tempo.42.fr

Run Services

~ git clone https://github.com/YassineAjallal/inception_42.git
~ cd inception_42
~ make

open your browser and tap :

  • yajallal.42.fr -> wordpress website
  • adminer.42.fr -> adminer website
  • tempo.42.fr -> static website

Resources