Changes between Version 4 and Version 5 of Event/2011/GSoC/WebSetup
- Timestamp:
- 04/06/11 06:36:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2011/GSoC/WebSetup
v4 v5 3 3 [[Image(http://uploadphotos.co.in/wp-content/uploads/2011/04/new_structure.jpg)]] 4 4 5 == Workflow And Summary==5 == '''Workflow And Summary''' == 6 6 === There are 2 methods to acivate the WebSetup : === 7 7 8 8 * Going directly to the web setup this will call the selector for the path of the correct Eden . 9 This is extremely important in the case there are more than 1 Eden9 This is extremely important in the case there are more than one Eden . For this database conflicts needs to be resolved and also the 10 10 11 11 * Either clicking on the Setup on the index page of Eden .In this case selection is not needed as the session variable … … 15 15 * if this is not possible i.e. the file containing the dict is not there then the s3cfg is copied and made to run so that the file containing 16 16 the dict is made 17 * please visit (http://eden.sahanafoundation.org/wiki/GSOCWebSetupImplementation#Dictofsettings) for further details 17 18 18 19 === After this the 000_config is parsed to modified_config and made to run === 19 20 * This will initialize the default values of the dict and postulate the correct syntax of 000_config 21 * please visit (http://eden.sahanafoundation.org/wiki/GSOCWebSetupImplementation#Parsing000_config.py) for the Algo 20 22 21 23 === Then we will generate a login page using the index === … … 23 25 * No login page if there is setup is run for the first time 24 26 25 === The forms for each setting is displayed == 26 * these forms are generated using 27 === The forms for each setting is displayed === 28 * these forms are generated using index 29 * there results are postulated using request.post_vars 30 * please visit (http://eden.sahanafoundation.org/wiki/GSOCWebSetupImplementation#Defindex:) for exact forms 31 32 === The dict extracted from 000_config is writen to 000_config with the correct values === 33 * This process is done in write_out () 34 * Please visit (http://eden.sahanafoundation.org/wiki/GSOCWebSetupImplementation#Defwrite_out:) for the algo 27 35 36 === In the process I am also generating a method for creating new Eden without Netowrk Access === 37 28 38 29 39