Skip to content

Dev Environment targeted at french coding school junior devs.

License

Notifications You must be signed in to change notification settings

g404-dev-web/dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Dev Environment targeted at french coding school junior devs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published