Altara PHP is build with Laravel and uses docker.
Documentation for the framework can be found on the Laravel website.
- Ensure you have Docker Installed. If you do not have docker installed got to Docker Website.
- Clone repo to preferred directory.
- Change directory to the application directory.
cd altara
. - Make sure that the project directory and subfolders are writable
- Run
docker build -t altara ./docker
. This will download all dependencies needed to run application. - Rename .env.example to .env and edit contents accordingly
- Import mysql db data
- Navigate to https://localhost:{port}/(port is 7070 if you didn't modify web:ports in docker-compose.yml) to access the website
SSH into container. `docker exec -t -i container_id /bin/bash`.
➜ altara git:(master) ✗ docker exec -t -i 7966b099bd20 /bin/bash root@7966b099bd20:/#