Changes between Version 3 and Version 4 of RenamingTheApp


Ignore:
Timestamp:
05/16/15 16:09:09 (10 years ago)
Author:
Biplov Bhandari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RenamingTheApp

    v3 v4  
    1 = Renaming the App =
    2 How to rename the app from /eden/(default)/(index) to /someName/(default)/(index)
    3 
    4 Its easy to rename an app. Its use can be for displaying through appName for a site, for example host.domain/appName, where 'appName' = 'someName'
    5 
    6 To rename the app, follow the following three steps:
    7 
    8 - Rename the folder under web2py/applications/eden to web2py/applications/SomeName
    9 
    10 - Change the name under web2py/routes.py to someName, and
    11 
    12 - The management scripts [http://eden.sahanafoundation.org/wiki/InstallationGuidelines/Linux/Server] need updating (/usr/local/bin)
    13 
    14 Thats all you need to do to renaming the App