R/create_serverpackage.R
create_serverpackage.Rd
This function takes all files and folders needed for the server and places it in a zip file. The user then needs to copy the files to the server and unzip them in the app directory.
create_serverpackage(courselocation, newpackage = TRUE)
Path to main course directory
If true, all files needed for initial setup are copied, otherwise only those needed for updates
msg Null if quiz generation was successful, otherwise contains an error message