What are the steps to setup a bottlepy app.? Can you install an existing bottlepy app and how to go about doing so?
thanks
What are the steps to setup a bottlepy app.? Can you install an existing bottlepy app and how to go about doing so?
thanks
There's a quickstart on the Web tab, just use that.
For creating a web app from an existing bottle app, the easiest way is probably to use quickstart to create a new bottle app in a different directory and then edit the wsgi file to point to the existing directory.
thanks