diff --git a/README.md b/README.md index fdf53aaa1dfd01ba379fdbf9e984c004854943e6..7d393302cb86313311d911699d60e2dc8a9358ca 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,12 @@ server. This package will: For this to work, the server will need HTTP/S out so that git can pull from the Mahara git repository, and the virtual environment can fetch and install Python packages (although this can be mitigated with a wheelhouse if necessary). + +TODO +---- + +These ideas have to go somewhere, right? :-) + +1. Move some of the postinst logic (around updating the virtual environment) + into a maintenance script, that is run from the postinst, and can be run + manually by a sysadmin, cron job, Ansible, etc.