2 | | How to rename the app from /eden/default/index to /somename/default/index |
| 2 | How to rename the app from /eden/(default)/(index) to /someName/(default)/(index) |
| 3 | |
| 4 | 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' |
| 5 | |
| 6 | To 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 | |
| 14 | Thats all you need to do to renaming the App |