ohotovy / case-study-nette-shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Follow the instructions to get the project running (starts in project root)

  1. copy .env.example as .env and fill in your values
  2. copy /config/local.neon.example as /config/local.neon and fill in your values
  3. cd docker
  4. docker compose --env-file ../.env up
  5. docker exec -it 1webit-shop-app bash
  6. (in container bash) composer install
  7. (in container bash) # php bin/doctrine orm:schema-tool:create
  8. (in container bash) php seed_tables.php
  9. Go to localhost:8000 in browser or localhost:8000/admin for admin section.

In case it doesn't work step by step, apologies, still not THAT good w/ Docker and "It works on my machine(tm)". Please don't hesitate to ask on ondrej.hotovy@outlook.com.

About


Languages

Language:PHP 81.8%Language:Latte 14.5%Language:HTML 3.3%Language:Dockerfile 0.5%