https://github.com/btbytes/gloo
Yet another pastebin app
https://github.com/btbytes/gloo
Last synced: about 1 year ago
JSON representation
Yet another pastebin app
- Host: GitHub
- URL: https://github.com/btbytes/gloo
- Owner: btbytes
- Created: 2008-09-25T13:15:32.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2008-09-25T13:39:11.000Z (over 17 years ago)
- Last Synced: 2025-03-25T03:53:33.908Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Gloo
Gloo wants to be a Really Good paste.
## Requirements
* Python 2.4 and above
* [web.py 0.3](https://code.launchpad.net/~anandology/webpy/webpy.dev)
## Install
1. Create tables in the database of your choice using setup.sql. _Note_: Given SQL works on MySQL.
2. Change the values for `db`, `user`, and `passwd` in settings.py accordingly.
## Running
Run `webapp.py` from console; `$ python webapp.py`
Access the application on [http://localhost:8080](http://localhost:8080)
## FAQ
1. How to I run the app on a different port, say on 8090?
> `$ python webapp.py 8090`