-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
type: bugSomething isn't workingSomething isn't working
Description
Describe the bug
Upon running 'scioer start', cannot access front-end as the browser states that the connection was reset. Inspecting docker logs for the container reveals that there were permission issues with creating the required file structure. Turns out that the course folder was created with user/group ownership as root/root. Upon changing the user to logan, front-end became accessible. How can we avoid having to change permissions manually?
To Reproduce
Steps to reproduce the behavior:
- scioer config
- scioer start
- ls -la in the folder directory
Expected behavior
Front-end should be accessible immediately after running scioer start
Screenshots
What I saw after running scioer start the first time:

After running sudo chown logan CIS2430:

Desktop (please complete the following information):
- OS: Ubuntu 22.04.3 LTS x86_64
- Browser: Firefox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working

