Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
70 lines (52 loc) · 1.18 KB

README.md

File metadata and controls

executable file
·
70 lines (52 loc) · 1.18 KB

DoPSyNg : (Docker, Php7, Symfony3 & Angular5)

Requierements

  • Docker 1.9
  • Docker Compose 1.4

Directory

  • docker // Images docker & conf (PHP7, NGINX, Supervisor, MySQL & logs)
  • server // Symfony3 - Project source code
  • client // Angular5 - Project source code

Installation

Create images for Docker

make

Define permissions and dependencies

make install

Launch the application

Development

By default, the application is launch in development environment.

Production

To launch the application in production environment, modify the variable APP_ENV in 'docker-compose.yml':

services:
  app:
    environment:
      APP_ENV: prod

Launching

Run the cluster

make run

In another terminal

docker exec -ti app bash

Author

Tifenn Guillas

Contributor

Anthony K GROSS

Technologies

  • PHP7 - Symfony 3.4 - Composer - PhpUnit
  • Angular5 - Bootstrap3
  • MySql
  • Docker