aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R. Graham <john_r_graham@gentoo.org>2019-12-21 11:01:18 -0500
committerJohn R. Graham <john_r_graham@gentoo.org>2019-12-21 11:02:21 -0500
commit02c0c06f26ea98da16d2f43ed58358e9200d7bbd (patch)
treebdf09bad675ed980cdc8019c1768a354bcaf7849
parentsetup-workdir.bash script now actually works. (diff)
downloadforums-02c0c06f26ea98da16d2f43ed58358e9200d7bbd.tar.gz
forums-02c0c06f26ea98da16d2f43ed58358e9200d7bbd.tar.bz2
forums-02c0c06f26ea98da16d2f43ed58358e9200d7bbd.zip
Added README-first and TODO list files.
Signed-off-by: John R. Graham <john_r_graham@gentoo.org>
-rw-r--r--README-first7
-rw-r--r--TODO7
2 files changed, 14 insertions, 0 deletions
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.