wiki:RenamingTheApp

Version 2 (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 the subdomain for a site, for example www.somesite.com/subdomain, where 'subdomain' = '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.