It's 8:10 pm and I have been fighting with reviewboard installation for last SIX hours.
I tried with apache2 and I ran into 000-default site problem.. from https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/#creating-sites: "Some Apache installations (such as the default installs on Debian and Ubuntu) by default define a global virtual host that shares /var/www as the document root. This may lead to problems with your install. If you access your site and see nothing but a directory listing, then you’re affected by this problem. The solution is to remove the “default” site from your /etc/apache2/sites-enabled directory. This may be called something like default or 000-default." Then I had to figure out after an hour that I had to specify --web-server if I want to use lighttpd. After that there were some few more errors (I can go into details but I don't think that's going to help my cause). So here is process I have followed: http://alephnullplex.appspot.com/blog/view/2009/07/09/tutorial-installing-review-board-on-ubuntu Replace installation of apache2 with lighttpd and mod-python with fastcgi. Nothing works. Right now I am here: *rb-site manage /var/www/reviewboard runfcgi method=threaded* WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI! WSGIServer: missing FastCGI param SERVER_NAME required by WSGI! WSGIServer: missing FastCGI param SERVER_PORT required by WSGI! WSGIServer: missing FastCGI param SERVER_PROTOCOL required by WSGI! Status: 302 FOUND Content-Length: 0 Content-Language: en Vary: Cookie, Accept-Language Location: http://localhost/r/ Date: Wed, 24 Sep 2014 14:34:37 GMT X-Frame-Options: SAMEORIGIN Content-Type: text/html; charset=utf-8 I don't know what I have done which is causing this. file "reviewboard.settings" is missing; don't know why. Could someone give me steps to install reviewboard on ubuntu (14.04) with lighttpd? Thanks in advance, -Neel. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
