wiki:RenamingTheApp

Version 3 (modified by Biplov Bhandari, 10 years ago) ( diff )

--

Renaming the App

How to rename the app from /eden/(default)/(index) to /someName/(default)/(index)

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'

To rename the app, follow the following three steps:

  • Rename the folder under web2py/applications/eden to web2py/applications/SomeName
  • Change the name under web2py/routes.py to someName, and

Thats all you need to do to renaming the App

Note: See TracWiki for help on using the wiki.