Changes between Version 1 and Version 2 of RenamingTheApp


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RenamingTheApp

    v1 v2  
    11= Renaming the App =
    2 How to rename the app from /eden/default/index to /somename/default/index
     2How to rename the app from /eden/(default)/(index) to /someName/(default)/(index)
     3
     4Its easy to rename an app. Its use can be for displaying the subdomain for a site, for example www.somesite.com/subdomain, where 'subdomain' = 'someName'
     5
     6To 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
     14Thats all you need to do to renaming the App