savchenkolex / php-quiz-sa

Тестове завдання "PHP Quiz"

Home Page:https://os.awake.tools/portfolio/php-quiz-sa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use docker in terminal

  1. Move in project working directory.
  2. git clone current repo into app directory and create empty directory with name mysql.
  3. Execute command:
docker run -it -p "2011:80" -p "2012:3306" --name "project" --mount type=bind,source=${PWD}/app,target=/app --mount type=bind,source=${PWD}/mysql,target=/var/lib/mysql mattrayner/lamp:latest
  1. Create database. Table will be created automatically;
  2. Save database credentials and add correct data in config.php (use config.php.example in directory for this point);

About

Тестове завдання "PHP Quiz"

https://os.awake.tools/portfolio/php-quiz-sa/


Languages

Language:PHP 60.1%Language:CSS 39.8%Language:Hack 0.1%