Changes between Version 61 and Version 62 of UserDoc
- Timestamp:
- 2010-08-09T07:47:04Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserDoc
v61 v62 10 10 iPeer is a Web Application. This means that it runs on a server, and can be accessed with any web browser.[[br]] 11 11 iPeer is written in a web programming language PHP (http://www.php.net) and uses a framework called CakePHP. (http://www.cakephp.org) to structure its code. 12 For more technical details, please see trac website at http://burrito.olt.ubc.ca/trac/12 For more technical details, please see Trac website at http://burrito.olt.ubc.ca/trac/ 13 13 14 14 === Students === … … 197 197 5. Click on the second orange link, "Back to Add User" to add more students. Then, repeat from step 3. for all the students in the class. 198 198 199 199 ===== Adding Students via CSV file ===== 200 To add many students as once, you can create a CSV file in the following format: 201 {{{22928030, password123, 22928030, sam@server.com, Sam, Badhan 202 78233046, pass5323123, 78233046, jb@server.com, Jamille, Borromeo 203 39577051, psaswdrcD23, 39577051, jc@server.com, Jordon, Cheung 204 68000058, password123, 68000058, dc@server.com, David, Cliff}}} 205 206 200 207 ==== Groups ==== 201 208