My favorites | Sign in
Logo
          
Search
for
Updated Mar 22, 2009 by chipx86
Labels: Deprecated
GettingStarted  
Instructions for getting reviewboard initially up and running.

This page has moved. See http://www.review-board.org/docs/manual/dev/admin/


Comment by pletisan, Feb 09, 2008

Hi, all! We started using RB for out new Project, and I hope it will be usefull ;) As we are using CentOS I wrote (sort of) howto about installing and configuring RB on CentOS 5.1. Here's link for your review. Comments are wellcome: http://f13o.blogspot.com/2008/01/install-reviewboard-on-centos-51.html

I am a newbie in the world of Django ... So, it took me some time to figure out everything. Hope this will shorten time for other ppl.

Good luck!

Comment by sam.sannandeji, Nov 03, 2008
For apache user make sure you add SetEnv? P4PORT <perforce:port> SetEnv? P4USER <perforce:user> SetEnv? P4PASSWD <perforce:passwd>

to you httpd.conf file. that should fix the issue with post=review not working.

Comment by chipx86, Nov 23, 2008

For everyone who's leaving a comment asking for support, please use our mailing list. We generally don't keep track of comments here, as we're not notified of new comments.

The installation instructions have drastically changed and many of the posts that were on here were no longer relevant and wold be somewhat misleading now. As such, I've deleted a bunch of comments and incorporated what was still relevant back into the guide. Thanks!

Again, for any help, questions or suggestions, please use our mailing list.

Comment by harsha.hegde, Dec 02, 2008

On Ubuntu 7, installation with memcache doesn't seem to work. In spite of installing memcached, it complains of:

  raise InvalidCacheBackendError("Memcached cache backend requires either the 'memcache' or 'cmemcache' library")
django.core.cache.backends.base.InvalidCacheBackendError: Memcached cache backend requires either the 'memcache' or 'cmemcache' library

However, "file" works well.

Comment by chipx86, Jan 20, 2009

andreas: We're working on supporting fastcgi better, as well as mod_wsgi. A fastcgi init script is coming in alpha 2.

I'm sorry the configuration tools caused you problems, but ultimately it's saved many of our users a lot of frustration. The number of support requests since reducing rb-site has dropped dramatically. Most people don't know how to set up Apache correctly, and providing sample files or documentation was not good enough.

These concerns are best taken to the mailing list, as the comments here are largely ignored and will soon go away.

Comment by smlsml, Feb 21, 2009

Perhaps this is obvious but maybe it will help somebody else. If PIL fails to compile, try installing tk-devel and tcl-devel.

See this thread: http://www.mail-archive.com/reviewboard@googlegroups.com/msg00589.html

libImaging/QuantHash.c:136: warning: '_hashtable_test' defined but not used
_imagingtk.c:20:16: error: tk.h: No such file or directory
_imagingtk.c:23: error: expected ')' before '*' token
_imagingtk.c:31: error: expected specifier-qualifier-list before 'Tcl_Interp'
_imagingtk.c: In function '_tkinit':
_imagingtk.c:37: error: 'Tcl_Interp' undeclared (first use in this function)
_imagingtk.c:37: error: (Each undeclared identifier is reported only once
_imagingtk.c:37: error: for each function it appears in.)
_imagingtk.c:37: error: 'interp' undeclared (first use in this function)
_imagingtk.c:45: error: expected expression before ')' token
_imagingtk.c:51: error: 'TkappObject' has no member named 'interp'
_imagingtk.c:55: warning: implicit declaration of function 'TkImaging_Init'
error: Setup script exited with error: command 'gcc' failed with exit status 1

Sign in to add a comment
Hosted by Google Code