Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
/ inception Public archive

42 | Docker powered containerized website builder

Notifications You must be signed in to change notification settings

kema-dev/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project's status Project's primary language Project's focus


Docker logo
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact
  6. Acknowledgments

About The Project

inception is a 42 project, aiming to host a basic wordpress using Docker. All dockerfiles and config files are custom created.

You can find complete subject here.

Built With

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/kema-dev/inception.git
  1. Go to repository's folder
cd inception

Usage

  • Build the project and make it available !
docker-compose -p inception ps
  • You might want to use this command to show database's tables
exec mariadb
mysql -u wordpress -p
SHOW DATABASES;
use wordpress
show tables;

Roadmap

  • To be decided

See the open issues for a full list of proposed features (and known issues).

Contact

kema-dev - GitHub

Acknowledgments