Skip to content

Emma1987/aidonslesaidants

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aidons les aidants

Setup and run

Method 1 : using makefile

make docker-start

Method 2 : command line

Build and run docker containers

docker-compose -f .docker/docker-compose.yml up -d

Update composer

docker exec -it alaid_php php composer.phar install -d /alaid

Hosts configuration

Add in hosts file

127.0.0.1    alaid.test

Project URL

http://alaid.test

Troubleshooting

Clear any previous container instance and image

docker stop alaid_php
docker rm -v alaid_php
docker rmi docker_php

Clear and restart using makefile

make docker-start-rebuild

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.8%
  • Dockerfile 5.7%
  • Shell 3.4%
  • Makefile 2.1%
  • HTML 2.0%