From 4b055086e7dd5989e89c52435a5f45a701ec5ec6 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 4 Jun 2016 20:14:41 +0200 Subject: [PATCH] added admin page --- admin.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 admin.md diff --git a/admin.md b/admin.md new file mode 100644 index 0000000..4312e49 --- /dev/null +++ b/admin.md @@ -0,0 +1,23 @@ +--- +layout: default +--- + +### Login +If you are an admin you can login to [falcon.socialnerds.org](ssh://falcon.socialnerds.org) via ssh. +``` +ssh username@falcon.socialnerds.org +``` + +### Check server status +``` +falcon status +``` +_You will be asked to supply your sudo password._ + +### Start server +``` +falcon start +``` +_See what else falcon can do with `falcon help`._ +
+SSH only allows key authentication. Send your SSH key to [falcon@socialnerds.org](mailto:falcon@socialnerds.org).