btbytes / gloo
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
gloo /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
settings.py | ||
| |
setup.sql | ||
| |
static/ | ||
| |
templates/ | ||
| |
webapp.py |
README.markdown
Gloo
Gloo wants to be a Really Good paste.
Requirements
- Python 2.4 and above
- web.py 0.3
Install
- Create tables in the database of your choice using setup.sql. Note: Given SQL works on MySQL.
- Change the values for
db,user, andpasswdin settings.py accordingly.
Running
Run webapp.py from console; $ python webapp.py
Access the application on http://localhost:8080
FAQ
- How to I run the app on a different port, say on 8090?
$ python webapp.py 8090

