Skip to content

hamoudydev/TastyIgniter-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TastyIgniter Docker

Docker Pulls Docker Image Size (tag)

Run with docker compose for automatic database configuration

mkdir tastyigniter && cd tastyigniter
curl -LO https://raw.githubusercontent.com/soneknet/TastyIgniter-1/master/docker-compose.yml
docker compose up -d
docker compose exec app php artisan igniter:install --no-interaction
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

About

TastyIgniter Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 85.1%
  • Shell 14.9%