Changes between Version 2 and Version 3 of Event/2011/GSoC/WebSetup


Ignore:
Timestamp:
04/06/11 06:19:25 (14 years ago)
Author:
anubhav
Comment:

--

Legend:

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

    v2 v3  
    44
    55== Workflow ==
     6=== There are 2 methods to acivate the WebSetup: ===
     7
     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 Eden
     10
     11  * Either clicking on the Setup on the index page of Eden .In this case selection is not needed as the session variable
     12  will be set from the URL post
     13
     14=== After this, the file containing the dict of settings and modules in the Eden are copied in The modules of the Web setup and made to run. ===
     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  the dict is made
     17
     18=== After this the 000_config is parsed to modified_config and made to run ===
     19  * This will initialize the default values of the dict and postulate the correct syntax of 000_config
     20
     21=== Then 
     22
     23 
    624
    725== WEB SETUP OLD ARCHITECTURE ==