Changes between Initial Version and Version 1 of InstallationGuidelines/RenamingTheApp


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/RenamingTheApp

    v1 v1  
     1= Renaming the App =
     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 through appName for a site, for example host.domain/appName, where 'appName' = '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