A web app to manage tasks with dependencies between them
Find a file
Emmanuel BENOîT bbf2c4a13c "Remove dependency" implemented
Added a link to dependency views which causes dependencies to be removed
after a confirmation page.
2012-02-05 21:22:06 +01:00
arse@b80ac7ee91 Initial import of tasks application 2012-02-05 18:47:04 +01:00
database "Add dependencies" implemented 2012-02-05 20:55:09 +01:00
includes "Remove dependency" implemented 2012-02-05 21:22:06 +01:00
site Dependency display 2012-02-05 19:59:51 +01:00
.gitignore Initial import of tasks application 2012-02-05 18:47:04 +01:00
.gitmodules Initial import of tasks application 2012-02-05 18:47:04 +01:00
database.sql Initial import of tasks application 2012-02-05 18:47:04 +01:00
README Initial import of tasks application 2012-02-05 18:47:04 +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