Changes between Version 28 and Version 29 of InstallationGuidelines/Windows/Developer/Installer


Ignore:
Timestamp:
12/17/12 12:08:59 (12 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Developer/Installer

    v28 v29  
    5353* Fork your own copy of Eden:
    5454 * https://github.com/flavour/eden/fork_select
    55 * Update your local repo:
     55* Update your local repo from your new fork on Github:
    5656{{{
    5757cd web2py\applications\eden
     
    6666git remote add upstream git://github.com/flavour/eden.git
    6767}}}
    68 * copy {{{private/templates/000_config.py}}} to {{{/models}}} and set FINISHED_EDITING_CONFIG_FILE = True
     68* Update your configuration file. (This is something you may need to check when you update your copy of Eden from Github.)
     69 * Delete models\0000_update_check.py
     70 * Rename models\000_config.py to something else.
     71 * Start Eden as above -- you'll get a message saying a new 000_config.py was copied in.
     72 * Edit that file. Compare with your saved old copy of 000_config.py and make any changes you need in the new one.
     73   These might include:
     74  * Delete the FINISHED_EDITING_CONFIG_FILE line.
     75  * Set the database type and connection info.
     76  * Set up a mailer.
     77  * Choose the template and prepopulate folders.
    6978
    7079=== Next: ===