aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R. Graham <john_r_graham@gentoo.org>2020-02-02 17:54:54 -0500
committerJohn R. Graham <john_r_graham@gentoo.org>2020-02-02 18:21:05 -0500
commitfea7dbf19c184b5dcc24027566d90e2e16c0a79d (patch)
tree03a83bcf5a78adbb0342db3d8c304c79928aaa0b
parentIncremental progress on initial deployment environment. (diff)
downloadforums-fea7dbf1.tar.gz
forums-fea7dbf1.tar.bz2
forums-fea7dbf1.zip
Just updating TODO list file. Incremental progress.initial-setup
Signed-off-by: John R. Graham <john_r_graham@gentoo.org>
-rw-r--r--TODO20
1 files 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