An open API service indexing awesome lists of open source software.

https://github.com/mfunyu/inception

Level 5 project @42Tokyo
https://github.com/mfunyu/inception

42cursus docker-compose mariadb nginx wordpress

Last synced: 3 months ago
JSON representation

Level 5 project @42Tokyo

Awesome Lists containing this project

README

          

# Inception
[![mfunyu's 42 Inception Score](https://badge42.vercel.app/api/v2/cl39q9bth003509lhnivqm9hg/project/2536309)](https://github.com/JaeSeoKim/badge42)

Level 5 project @42Tokyo

Notion: [Inception Log >>>](https://www.notion.so/Inception-Reviewee-bb1ff70bbb374ea3802ee1fd8e72f161)

# Installation & Usage
### requirement
> **Docker**
> - Install: https://www.docker.com/products/docker-desktop/

### clone
```
git clone https://github.com/mfunyu/Inception.git
```
### run
```
cd Inception
make
```

# Project Overview

Set up a small infrastructure composed of different services: Nginx, Wordpress, and Mariadb

Project image Directory structure

SS 2022-05-17 15 13 53

```bash
$ tree
.
├── Makefile
└── srcs
├── docker-compose.yml
└── requirements
├── mariadb
│   ├── Dockerfile
│   └── setup.sh
├── nginx
│   ├── Dockerfile
│   └── nginx.conf
├── tools
│   ├── clean.sh
│   └── setup.sh
└── wordpress
├── Dockerfile
├── setup.sh
└── www.conf
```