Skip to content

xvalovic/web-application-development-test-file

Repository files navigation

VWA skeleton project

Installation

  • Copy sources to a machine with PHP and Composer
  • Copy /.env.example file to /.env. Insert database credentials into it.
  • Make /cache folder writeable (chmod 0777 cache).
  • Make /logs folder writable too (chmod 0777 logs).
  • Install project dependencies using composer install command.

Docker

To run project in Docker type docker-compose up command in projet root folder. Docker should open two ports on your machine:

DB connection inside Docker:

  • hostname: postgres
  • user: postgres
  • pass: docker
  • database name: db

First run:

You have to import DB structure using following command: docker-compose exec postgres bash /tmp/docker/import.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published