forked from cloudcoderdotorg/CloudCoder
-
Notifications
You must be signed in to change notification settings - Fork 0
RegisterStudents
daveho edited this page Dec 28, 2012
·
3 revisions
Registering students is currently an administrative command that you must from from the command line on the webapp server.
The data describing the students you want to register 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
For more info (demo server, exercise repository, contributing to cloudcoder, etc): cloudcoder.org
