Changes between Version 5 and Version 6 of InstallationGuidelines/Heroku


Ignore:
Timestamp:
01/05/15 14:54:01 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Heroku

    v5 v6  
    3131
    3232# Copy and edit the config file
    33 cp eden/private/templates/000_config.py eden/models/000_config.py
     33cp eden/modules/templates/000_config.py eden/models/000_config.py
    3434cat eden/models/000_config.py | sed "s/FINISHED_EDITING_CONFIG_FILE = False/FINISHED_EDITING_CONFIG_FILE = True/" > temp
    3535mv temp eden/models/000_config.py