Skip to content
daveho edited this page Dec 26, 2012 · 3 revisions

Creating a course is currently an adminstrative command, so follow the directions in AdminCommands to log into the server, switch to the cloud account, and change directory to the directory containing the webapp jar file.

Use the webapp jar file to run the createcourse command:

java -jar cloudcoderApp-vX.Y.Z.jar createcourse

Replace X.Y.Z with the version number of the CloudCoder release you're running.

You will be prompted to enter information about the course you want to create. Here is an example session:

Create a CloudCoder course
What term?
0 - Winter
1 - Spring
2 - Summer
3 - Summer 1
4 - Summer 2
5 - Fall
[Enter value in range 0..5] 1
What year? 2013
Course name (e.g., "CS 101")? CS 101
Course title (e.g., "Introduction to Computer Science")? Introduction to Computer Science I
Course URL? http://faculty.ycp.edu/~dhovemey/spring2013/cs101/
Instructor username? dhovemey
What section is this instructor teaching? 101
Add another instructor? (y/n)n
Success!

Note that the accounts of the instructors you designate for the course must exist before you run this command.

Install

Downloads

Screenshots

For more info (demo server, exercise repository, contributing to cloudcoder, etc): cloudcoder.org

Clone this wiki locally