Gentoo Archives: gentoo-commits

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