commit: fea7dbf19c184b5dcc24027566d90e2e16c0a79d Author: John R. Graham <john_r_graham <AT> gentoo <DOT> org> AuthorDate: Sun Feb 2 22:54:54 2020 +0000 Commit: John R. Graham <john_r_graham <AT> gentoo <DOT> org> CommitDate: Sun Feb 2 23:21:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=fea7dbf1
Just updating TODO list file. Incremental progress. Signed-off-by: John R. Graham <john_r_graham <AT> gentoo.org> TODO | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index cb0ac917e..84e77a3a9 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,21 @@ [X] JRG: Get my Gentoo public key moved to Triton. [X] JRG: Get forums repository checked out on Triton. -[ ] JRG: Get forums.Dockerfile checked in to our repo. -[X] JRG: Get container repository checked out in our hierarchy. Probably set up by the setup-workdir script. +[X] JRG: Get forums.Dockerfile checked in to our repo. +[X] JRG: Get container repository checked out in our hierarchy. Probably set up by the setup-workdir.bash script. +[ ] JRG: Do a fresh pull of the phpBB repository and push it into the new Gentoo upstream repo. Remote should be named + "upstream". Use the notes provided by Hu on getting this set up. Document this setup in README.md +[ ] JRG: Document the current repo structure in README.md. [ ] JRG: Modify container to include nginx and play around until I have a working hello world web page. -[ ] JRG: Get a real certificate. Look at the certs on Ceres and try to re-discover what was done there. +[X] JRG: Locate where certs and keys are stored on ceres. Package is certbot. /etc/letsencrypt/... +[ ] JRG: Get a real certificate. Look at the certs on Ceres and try to re-discover what was done there. [ ] JRG: Document the above. +[ ] JRG: Back up exiting database on ceres. +[ ] Shut down the phpBB instance on ceres for now. +[ ] Find database snapshot and restore a fresh copy? Is this necessary? Do it just in case. It's on ceres: ~/phpBB3/backup. +[ ] Modify database scripts to prompt for password. Check them in to the misc directory in our repository. +[X] Locate the command line database conversion tool. Check it in, if necessary. Document its use. It's documented in the + installation documentation. +[X] Get DNS record fixed so that the sample instance on ceres is accessible via hostname. +[ ] Document the build process for the Docker container. +[ ] Document the process of starting the Docker container with the appropriate directories mounted. +[ ] Work through an install on Triton
