Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/appengine-bugs
Super simple issue tracker for Google AppEngine, the code behind GitBug
https://github.com/garethr/appengine-bugs
Last synced: 2 months ago
JSON representation
Super simple issue tracker for Google AppEngine, the code behind GitBug
- Host: GitHub
- URL: https://github.com/garethr/appengine-bugs
- Owner: garethr
- License: mit
- Created: 2009-03-25T22:10:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-11T08:33:08.000Z (over 15 years ago)
- Last Synced: 2024-09-11T01:58:30.103Z (3 months ago)
- Language: Python
- Homepage: gitbug.appspot.com
- Size: 172 KB
- Stars: 16
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h2. Details
Appengine Bugs is the code behind the "GitBug":http://gitbug.appspot.com site, released as Open Source so people can run a private instance easily. It's purposefully simple rather than feature packed but you can always add another feature if you like.
h2. Installation
Two small changes are required if you want to get this up and running
First change the application name (currently gitbug) in the app.yml file. Appengine ensures these are unique and match the application name you registered through the console.
Next change the SYSTEM_URL constant in the settings.py file to the URL you're hosting it from. This is at the moment only used to make sure all links in feeds point to the right place.
h2. Credits
Gareth Rushgrove ("morethanseven.net":http://morethanseven.net)
h2. License
The MIT License
Copyright (c) 2009 Gareth Rushgrove
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.