instructions.

This commit is contained in:
mathematicalmichael 2019-02-18 13:45:44 -07:00
parent b28c4bd989
commit 178bcc2534

View File

@ -3,7 +3,8 @@
# this script is meant to be run only the first time a hub is being set up. # this script is meant to be run only the first time a hub is being set up.
# create a default userlist # 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 mkdir secrets
make secrets/oauth.env make secrets/oauth.env
make secrets/postgres.env make secrets/postgres.env