Closed khanetor closed 8 years ago
When not running as rubyric user, assignment submission action errors out because:
rubyric
"/home/rubyric/submissions"
Danger: do not save on file system, it puts strain on Rails server to have to serve files.
Possible improvement: use external file storage service (Dropbox, Box, AWS S3, Google Drive, ...)
the settings.rb file is not committed, so you can customize the path to your environment
When not running as
rubyric
user, assignment submission action errors out because:"/home/rubyric/submissions"
(permission denied)Danger: do not save on file system, it puts strain on Rails server to have to serve files.
Possible improvement: use external file storage service (Dropbox, Box, AWS S3, Google Drive, ...)