Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.2 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.2 KB

Simplon Roanne Dev Environment with Docker

Dev Environment targeted at french coding school junior devs.

Stack

PHP7/NodeJS/Nginx/MariaDB/PostgreSQL/MongoDB

Requirements

Docker

Get Docker CE for Ubuntu | Docker Documentation

Post-installation steps for Linux | Docker Documentation

Both link setup procedures must be followed. And finally the cli docker-compose :

Install Docker Compose | Docker Documentation

Kitematic

GUI for docker

Releases · docker/kitematic · GitHub

Files permissions

sudo usermod -aG $(whoami) root

Run this into simplon-dev directory :

sudo chown -R $(whoami):root public

Setup

git clone https://github.com/simplon-roanne/dev-docker

HTTP Access to PHP7/Nginx webserver

http://127.0.0.1:22222

Creating the containers for later user with Kitematic

docker-compose up --no-start

Creating the containers and running them immediatly

docker-compose up