devheroo / TastyIgniter

TastyIgniter Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Dockerfile 68.2%Language:Shell 31.8%