A Docker developpment environment for the Les Plumes plateform, running the Laravel web framework.
- If not already done, install Docker Desktop or only Docker Compose
- Run
make upto start the Docker containers and serve the applicatio2. - Open
http://localhostin your web browse3 - Run
make downto stop the Docker containers.
Run make to see all Makefile commands.
- Run
make dbto create and migrate to the last database version - Run
make seedto seed database with automaticly generated fake data
- Run
make devto deploy new file to the application - Go to dev.lesplumes.fr
- Run
make productionto deploy new file to the application - Go to lesplumes.fr
Based on the sail Docker interface.