A web app to manage tasks with dependencies between them
Find a file
Emmanuel BENOîT ff4a209d99 More task deletion changes
Completed tasks can be deleted by anyone after a configurable time
unless they have reverse dependencies.
2016-01-02 11:13:51 +01:00
arse@90e09c35cd Submodule update 2016-01-01 23:46:01 +01:00
database Fixed Move to grandparent/sibling 2016-01-02 10:47:36 +01:00
includes More task deletion changes 2016-01-02 11:13:51 +01:00
site Initial sub-tasks support 2012-02-10 09:20:35 +01:00
.gitignore Initial import of tasks application 2012-02-05 18:47:04 +01:00
.gitmodules Submodule update 2016-01-01 23:46:01 +01:00
database.sql Initial sub-tasks support 2012-02-10 09:20:35 +01:00
README Some README updates 2016-01-01 23:35:34 +01:00

Requires PostgreSQL 9.0+

1) Copy/rename database/config-sample.sql to database/config.sql,
2) Set the web app's user name and the database's name in database/config.sql,
3) Run the database.sql script from psql,
4) Copy/rename includes/config-sample.inc.php to includes/config.inc.php,
5) Set user name / password in includes/config.inc.php,
6) Copy/rename site/.htaccess.sample to site/.htaccess,
7) Update the rewrite rules in site/.htaccess as necessary.

Ideally, only the site/ directory should be available through the web server.