Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lig/picket_deadend
Picket Bug Tracker is flexible issue-tracking system written in Python
https://github.com/lig/picket_deadend
Last synced: 2 months ago
JSON representation
Picket Bug Tracker is flexible issue-tracking system written in Python
- Host: GitHub
- URL: https://github.com/lig/picket_deadend
- Owner: lig
- License: gpl-3.0
- Created: 2008-12-06T14:47:27.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-07-06T18:52:46.000Z (over 13 years ago)
- Last Synced: 2024-10-07T18:23:09.681Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.43 MB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Copyright 2008-2010 Serge Matveenko
This file is part of Picket.
Picket is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Picket is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with Picket. If not, see .----
## Picket Bugtracker resources
## Short installation instructions
1. Install [Python 2.x](http://python.org/).
2. Install [MongoDB](http://www.mongodb.org/).
3. Checkout latest version of Picket from Git repository located here:
and here:
or download latest Picket version here:
4. Change working directory to the root directory of your local Picket copy.
5. Copy file "settings/local_sample.py" to "settings/local.py" and edit it to
provide db connection information (sqlite3 good for quick testing).6. Look for other Picket requirements in "requirements.pip" file compatible
with "pip install -r" command. The main are: Django and mongoengine.7. Run in terminal to start picket test web server:
$ ./manage.py runserver8. Point your browser at:
http://localhost:8000/You are done!
## Bugs, suggestions and other issues
Feel free to report any bugs here: