summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-13 15:14:15 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-13 15:14:15 -0400
commit2b85b853a3173ba5157e094dac0be5c21c062d51 (patch)
tree9b5a64ce6123a21c9bdd6bbb8699563c733dc55d /website
parent783bde11893ddbaa76982ed7ce847eb20b488373 (diff)
added proposal for monkeysphere-server setup subcommand.
Diffstat (limited to 'website')
-rw-r--r--website/bugs/setup-subcommand-for-monkeysphere-server.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/website/bugs/setup-subcommand-for-monkeysphere-server.mdwn b/website/bugs/setup-subcommand-for-monkeysphere-server.mdwn
new file mode 100644
index 0000000..614e471
--- /dev/null
+++ b/website/bugs/setup-subcommand-for-monkeysphere-server.mdwn
@@ -0,0 +1,29 @@
+[[ meta title="proposed new monkeysphere-server subcommand: setup" ]]
+
+What if everything that's done in the package post-installation
+scripts (aside from maybe the creation of the monkeysphere user
+itself) was done with a single call to something like
+
+ monkeysphere-server setup
+
+This would make things more obvious to folks installing from source
+directly, and put less maintenance load on porters. The end of
+`monkeysphere-server setup` could also invoke `monkeysphere-server
+diagnostics` to get the admin pointed in the right direction.
+
+Think of this as a sort of automated "Getting Started" documentation.
+
+Of course, a hypothetical *full* setup command would do things like
+`gen-key`, auto-modify `sshd_config`, etc. We wouldn't want to do
+those things automatically without the guiding hand of the local
+sysadmin.
+
+But perhaps we could even smooth that process with:
+
+ monkeysphere-server setup --full
+
+I'd like to know what other folks think about these possibilities.
+Would either of these be useful? Are they confusing? Could they be
+clarified?
+
+--dkg