commit: 02c0c06f26ea98da16d2f43ed58358e9200d7bbd Author: John R. Graham <john_r_graham <AT> gentoo <DOT> org> AuthorDate: Sat Dec 21 16:01:18 2019 +0000 Commit: John R. Graham <john_r_graham <AT> gentoo <DOT> org> CommitDate: Sat Dec 21 16:02:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=02c0c06f
Added README-first and TODO list files. Signed-off-by: John R. Graham <john_r_graham <AT> gentoo.org> README-first | 7 +++++++ TODO | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README-first b/README-first new file mode 100644 index 000000000..9adb78720 --- /dev/null +++ b/README-first @@ -0,0 +1,7 @@ +Run the setup-workdir.bash script right after you clone this repository. + +Although there are multiple logical ways the working directory could be +structured, all of the documentation is in the context of the structure +created by that script. + +See README.md for additional details. diff --git a/TODO b/TODO new file mode 100644 index 000000000..421b39ed4 --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +[ ] Get my Gentoo public key moved to Triton. +[ ] Get forums repository checked out on Triton. +[ ] Get forums.Dockerfile checked in to our repo. +[ ] Get container repository checked out in our hierarchy. Probably set up by the setup-workdir script. +[ ] Modify container to include nginx and play around until I have a working hello world web page. +[ ] Get a real certificate. Look at the certs on Ceres and try to re-discover what was done there. +[ ] Document the above.
