= 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 - 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