Bagisto boilerplate using docker
- Create
.env
file base on.env.example
file
docker-compose up -d
docker exec -it <web_service> bash
- [In docker container]
composer create-project bagisto/bagisto ./
- Create
src/.env
file base onsrc/.env.example
file sudo chown -R <your user> src
sudo chmod -R 777 src/public
sudo chmod -R 777 src/storage
sudo chmod -R 777 src/bootstrap/cache
- [In docker container]
php artisan bagisto:install
docker exec -it <web_service> bash
- Config
src/.env
file - Follow the 2nd way at Bagisto installation (Skip creating project via composer)