Skip to content

ingokuba/planningapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cost estimation tool for software projects.

How to run for development/testing:

Prerequesites

Docker The commands docker and docker-compose must be installed (available for Linux, Mac, Windows here).

Unix systems

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.

Windows

Execute test/windows/startServers.cmd to build exactly the same on Windows.

Without docker

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.

Used extensions

  • yaml
  • mysqli

About

🃏 Cost estimation tool for software projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages