Skip to content
daveho edited this page Dec 28, 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 registerstudents command:

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

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

You will be prompted for the name of a file containing information about the students you want to register. You will need to transfer this file to the webapp server using the scp command. The data describing the students should be in a text file where each line has the following data, with each field separated by tab characters:

username tab firstname tab lastname tab email tab password tab section

Install

Downloads

Screenshots

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

Clone this wiki locally