Merged Anton Batenev's report of Nicolas Alvarez' unicode-in-be-new bug
[be.git] / .be / bea86499-824e-4e77-b085-2d581fa9ccab / bugs / d9959864-ea91-475a-a075-f39aa6760f98 / comments / 16357f68-19c0-4bf9-8220-b88b52b3456d / body
1 Hi everyone.  I found Bugs Everywhere and really like the idea of  
2 distributed bug tracking.  I felt like practicing building a CherryPy  
3 site so I put together a quick web interface to BE.  I know there's  
4 already a TurboGears one in the works, but I needed an excuse to try  
5 out CherryPy again after working with Django for a while.
6
7 Would any of you be willing to take a look at what I've got so far and  
8 tell me what you think I could improve?
9
10 To install and use it:
11
12 * Install CherryPy from http://cherrypy.org/ if you don't have it.
13 * Install Jinja2 from http://jinja.pocoo.org/2/ if you don't have it.
14 * Install BugsEverywhere - you probably know how to do this :)
15 * Download a zip/tar of my project (or hg clone) from http://bitbucket.org/sjl/cherryflavoredbugseverywhere/
16 * Unzip my project and put the folder in your Python site-packages  
17 directory.
18 * Symlink site-packages/cherryflavoredbugseverywhere/cfbe.py to /usr/ 
19 local/bin/cfbe
20 * Use the "cfbe [project_root]" command to start up the web interface  
21 for that project.
22 * Visit http://localhost:8080/ in a browser.
23
24 I know that's a lot of steps.  I'd like to streamline it quite a bit,  
25 but first I wanted to see if you have any feedback on the system  
26 itself. Thanks!