forked from daveho/CloudCoder
-
Notifications
You must be signed in to change notification settings - Fork 61
CreateCourse
daveho edited this page Dec 26, 2012
·
3 revisions
To create a course:
Use ssh to log into the webapp server. Either log into the cloud account
directly, or log into an account that can execute the sudo command.
If you didn't log into the cloud account directly, switch to the cloud account:
sudo su cloudOnce you are running as the cloud user, change directory to the directory containing the web application jar file: if you used the Bootstrap script, use the command:
cd /home/cloud/webappFor more info (demo server, exercise repository, contributing to cloudcoder, etc): cloudcoder.org
