~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/common/makeuser.py

  • Committer: mattgiuca
  • Date: 2008-01-29 02:57:10 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:322
Added doc/setup - a setup guide specific to our configuration. This is the
result of my successfully configuring IVLE on a production server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
# Module: MakeUser
19
19
# Author: Matt Giuca
20
 
# Date:   1/2/2008
 
20
# Date:   9/1/2008
21
21
 
22
 
# Allows creation of users. This sets up the following:
23
 
# * User's jail and home directory within the jail.
24
 
# * Subversion repository (TODO)
25
 
# * Check out Subversion workspace into jail (TODO)
26
 
# * Database details for user (TODO)
27
 
# * Unix user account (TODO)
 
22
# Allows creation of users. This sets up the user's jail and home directory
 
23
# within the jail.
28
24
 
29
25
import os
30
26
import shutil