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 http://www.gnu.org/licenses/.
Picket Bugtracker resources
http://sourceforge.net/projects/picket
Short installation instructions
-
Install Python 2.x.
-
Install MongoDB.
-
Checkout latest version of Picket from Git repository located here:
http://sourceforge.net/scm/?type=git&group_id=210642
and here:
or download latest Picket version here:
-
Change working directory to the root directory of your local Picket copy.
-
Copy file "settings/local_sample.py" to "settings/local.py" and edit it to provide db connection information (sqlite3 good for quick testing).
-
Look for other Picket requirements in "requirements.pip" file compatible with "pip install -r" command. The main are: Django and mongoengine.
-
Run in terminal to start picket test web server: $ ./manage.py runserver
-
Point your browser at: http://localhost:8000/
You are done!
Bugs, suggestions and other issues
Feel free to report any bugs here: