Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 833 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 833 Bytes

TastyIgniter Docker

Docker Pulls Docker Image Size (tag)

Run with docker compose for automatic database configuration

mkdir tastyigniter && cd tastyigniter
curl -LO https://github.com/ThisIsQasim/TastyIgniter/raw/master/docker-compose.yml
docker compose up -d
docker compose exec app php artisan igniter:passwd admin

Browse to port 8001 of your docker host. The TastyIgniter setup wizard will show up. Wait for a minute for the database container to come up and then run the setup.

Credits

TastyIgniter: https://github.com/tastyigniter/TastyIgniter