Version 2 (modified by 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
- The management scripts http://eden.sahanafoundation.org/wiki/InstallationGuidelines/Linux/Server need updating (/usr/local/bin)
Thats all you need to do to renaming the App
Note:
See TracWiki
for help on using the wiki.