Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
/ web-docker-ci Public archive

This repository is an example of a PHP Web App with Docker and GitLab CI

Notifications You must be signed in to change notification settings

chainzthec/web-docker-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-docker-ci

Introduction

This repository contains a blog application called "blog.io", that uses docker to run. dockerize-everything's purpose is to test if our team is able to use Docker, Git and continuous integration using a Feature Branch Workflow.

Git Worflow

This project uses Feature Branch + Merge Requests. Since we are only three contributors for the moment the number of Merge Requests is not close at all to the number of commits.

Quick start

To launch the application all you have to do is position yourself to the root of the application and launch in your command line:

docker-compose up

Then you update settings file in src/core/setting.json and change database host with your ip address : "db_host": "your IP" and save this file

Then you need to setup the application with the script in src/misc/blog_io.sql that you can import on phpMyAdmin at http://localhost:8080.

After this step, you can immediately go to your favorite link http://localhost:80 or http://localhost and enjoy the application.

About

This repository is an example of a PHP Web App with Docker and GitLab CI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published