The commands docker
and docker-compose
must be installed
(available for Linux, Mac, Windows here).
Execute test/unix/startServers.sh
to build the Docker containers for the Apache server and MySQL database.
To shut them down simply run test/unix/stopServers.sh
.
Execute test/windows/startServers.cmd
to build exactly the same on Windows.
The application needs a MySQL database which is compatible to the PHP extension mysqli
(see related blogpost here).
The connection parameters for the database can be configured in public/config.yml
.
To create the database and the tables run test/mysql/000_create_database.sql
on your database.
Then, simply publish the content of the public/
folder to your Server and start testing.
- yaml
- mysqli