Changes between Version 4 and Version 5 of Event/2011/GSoC/WebSetup


Ignore:
Timestamp:
04/06/11 06:36:29 (14 years ago)
Author:
anubhav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2011/GSoC/WebSetup

    v4 v5  
    33[[Image(http://uploadphotos.co.in/wp-content/uploads/2011/04/new_structure.jpg)]]
    44
    5 == Workflow And Summary ==
     5== '''Workflow And Summary''' ==
    66=== There are 2 methods to acivate the WebSetup : ===
    77
    88  * 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 Eden
     9  This is extremely important in the case there are more than one Eden . For this database conflicts needs to be resolved and also the
    1010
    1111  * Either clicking on the Setup on the index page of Eden .In this case selection is not needed as the session variable
     
    1515  * 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
    1616  the dict is made
     17  * please visit (http://eden.sahanafoundation.org/wiki/GSOCWebSetupImplementation#Dictofsettings) for further details
    1718
    1819=== After this the 000_config is parsed to modified_config and made to run ===
    1920  * 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
    2022
    2123=== Then  we will generate a login page using the index ===
     
    2325  * No login page if there is setup is run for the first time
    2426
    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
    2735 
     36=== In the process I am also generating a method for creating new Eden without Netowrk Access ===
     37
    2838 
    2939