Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.23 KB

File metadata and controls

31 lines (16 loc) · 1.23 KB

Read me

Build Status

This project is run fully on Docker, but don't worry you only have to install the Docker engine and docker-compose.

Building the project

make build; yep, that's it in regards to getting the site containers provisioned. This will set up the site to run locally via Docker. It will pull all the images required ready for you to start building.

Next up, run make composer-install. If all goes according to plan you should be able to see the vendor directory appear in the project root.

Starting up the project

make run will start up the docker and allow you to see the site via http://0.0.0.0/.

On a side note, you will notice you terminal window is being populated with aggregated logs from all containers. TO hide this, simply run make ARGS="-d" run.

Directories:

/app

This is generally the application configurations of the site

/public

The entry point for the web server.

/web

Where the magic happens. A URI will be associated with an action.