Skip to content

Commit

Permalink
permissions fixed on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilosov committed Feb 19, 2019
1 parent b82f309 commit e2a6df8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# create a default 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

# change permissions so that admins can edit these.
sudo chmod 777 userlist
sudo chmod 777 jupyterhub_config.py

mkdir secrets
make secrets/oauth.env
make secrets/postgres.env
Expand Down

0 comments on commit e2a6df8

Please sign in to comment.