Skip to content

CupNoodles/TastyIgniter-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TastyIgniter Docker

Docker Pulls Docker Image Size (tag) Docker Cloud Automated build Docker Cloud Build Status

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

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.

Alternatively if you don't want to use docker compose you can run it manually

docker run -d -p 80:80 thisisqasim/tastyigniter

Run the setup and connect to a mysql db.

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 71.1%
  • Shell 28.9%