Skip to content

pengliang/appengine-bugs

 
 

Repository files navigation

Details

Appengine Bugs is the code behind the GitBug 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.

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.

Credits

Gareth Rushgrove (morethanseven.net)

License

The MIT License

Copyright © 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.

About

Super simple issue tracker for Google AppEngine, the code behind GitBug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published