From 178bcc2534cd21e06132c7aa8cb9889e47ac2afd Mon Sep 17 00:00:00 2001 From: mathematicalmichael Date: Mon, 18 Feb 2019 13:45:44 -0700 Subject: [PATCH] instructions. --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1cdca33..257ddb8 100755 --- a/setup.sh +++ b/setup.sh @@ -3,7 +3,8 @@ # this script is meant to be run only the first time a hub is being set up. # create a default userlist -echo "hub-admin admin shared" > userlist +echo "Use the format \"studentname HUB_NAME-group1\" on each line to add students to groups (10 by default have already been created and permissions appropriately set)" > userlist +echo "hub-admin admin shared" >> userlist mkdir secrets make secrets/oauth.env make secrets/postgres.env