Windows Installation

2008-10-20 Thread SamClark
Hi Guys, I'm trying to install Review Board on a virtual machine (VMWare virtual server) to play around a bit and get a feel for the installation before I move on to a physical machine. I've installed: Django 1.0 Python 2.6 PIL sqlite I'm totally new to all of this and I'm not sure how to insta

Windows installation issue

2010-10-26 Thread asawhney
I'm trying to install Review Board 1.5 on Windows Server 2008 following the installation steps in the documentation. The following command "easy_install ReviewBoard" fails to install the paramiko dependency. It looks like the "paramiko" download link is broken. Any insight on how can I proceed wi

RBTools Windows installation

2011-06-21 Thread ptrchen
Hi, So I used easy_install for installing RBTools (ran "easy_install -U RBTools") It installed "C:\Python25\Scripts\post-review.exe \post- review.exe.manifest \post-review-script.py and "C:\Python25\L

Re: Windows Installation

2008-10-20 Thread Chris Clark
SamClark wrote: > I'm trying to install Review Board on a virtual machine (VMWare > virtual server) to play around a bit and get a feel for the > installation before I move on to a physical machine. > . > .I followed the instructions on > http://code.google.com/p/reviewboard/wiki/Gett

Re: Windows Installation

2008-10-21 Thread Jay
You can only access the reviewboard server on your vm. It may be your vm network configuration problem. If you use NAT connection, you should configure your vm port for access outside the vm. patchutils is needed. Or you will meet problems when submit a review diff and view the diffs. Cygwin is n

Re: Windows Installation

2008-10-24 Thread SamClark
I am now having trouble with viewing a diff when I post a review. I can't seem to get the base diff path right. the repository is at: svn://server:9000/ I have a checkout at: C:\SVN\HelloCmd\Hello_Modified where Hello_Modified is the checkout folder. I used: svn diff > test -r 8:10 at that

Windows installation methods?

2009-02-23 Thread Christian Hammond
Hi everyone. I'm trying to put together some documentation and, optimistically, an installer for Review Board on Windows. I'm trying to find out methods people have used for getting things like memcached working. I know some people have installed on Windows, so if you could share some notes on you

Windows installation methods?

2009-02-23 Thread Christian Hammond
Hi everyone. I'm trying to put together some documentation and, optimistically, an installer for Review Board on Windows. I'm trying to find out methods people have used for getting things like memcached working. I know some people have installed on Windows, so if you could share some notes on you

Windows Installation -- getting close

2010-04-04 Thread drmikecrowe
Hi folks, I thought I was close with getting ReviewBoard running on Windows, but hit a snag I can't find on Google to fix. Here's my error: 2010-04-05 00:21:31: (log.c.97) server started 2010-04-05 00:21:31: (mod_fastcgi.c.1051) the fastcgi-backend C:/ Lighty2Go/HTDOCS/reviewboard/htdocs/reviewb

Re: Windows installation issue

2010-10-26 Thread Christian Hammond
Unfortunately, given that the site is down, and we don't control where paramiko comes from and don't have a copy of the Windows one to mirror, there's not much we can do until they get the site back up. I'm trying to investigate a solution to this. Christian -- Christian Hammond - chip...@chipx8

Re: RBTools Windows installation

2011-07-05 Thread ptrchen
Hello? On Jun 21, 12:28 pm, ptrchen wrote: > Hi, > > So I used easy_install for installing RBTools (ran "easy_install -U > RBTools") > > It installed "C:\Python25\Scripts\post-review.exe >                                                 \post- > review.exe.manifest >                              

Re: RBTools Windows installation

2011-07-05 Thread Hongbin Lu
Hi Peter. As far as I know, Christian is leaving these days. That's why the support delay. I am sorry about that. I am not the last word on that. The three scripts above are what easy_intall suppose to install. Is there anything not working? Thanks Hongbin On Tue, Jul 5, 2011 at 6:57 PM, ptrchen

Re: RBTools Windows installation

2011-07-05 Thread Tony Abou-Assaleh
On Tue, Jul 5, 2011 at 9:57 PM, ptrchen wrote: > Hello? > > On Jun 21, 12:28 pm, ptrchen wrote: > > Hi, > > > > So I used easy_install for installing RBTools (ran "easy_install -U > > RBTools") > > > > It installed "C:\Python25\Scripts\post-review.exe > >

Re: Windows installation methods?

2009-03-03 Thread David B
I recently installed Review Board on Windows, though I'm afraid I wimped out of memcached for the time-being because its just a trial installation. I made a fairly detailed braindump on our internal wiki, and have copied this as best I can for public viewing here: http://waveydavey.wordpress.com/

Re: Windows installation methods?

2009-03-03 Thread David B
Apologies, the correct link to the top of the page is : http://waveydavey.wordpress.com/home/computing/installing-review-board-10-alpha-2-on-windows-for-perforce/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "revie

Re: Windows installation methods?

2009-03-03 Thread Christian Hammond
That's an awesome braindump! I was hoping someone had memcached working, because that was the part I was having trouble figuring out and documenting. I'll definitely be using this list to improve the new installation docs though, thanks! Christian -- Christian Hammond - chip...@chipx86.com Revie

Re: Windows installation methods?

2009-03-04 Thread David B
I had a quick go at memcached this morning and it seems to have worked. I've added the details here : http://waveydavey.wordpress.com/home/computing/installing-review-board-10-alpha-2-on-windows-for-perforce/#InstallingReviewBoardonWindowsforPerforce-ImprovingReviewBoardPerformanceWithmemcached -

Re: Windows installation methods?

2009-03-05 Thread Christian Hammond
Nice! Thanks for doing that :) Do you plan to keep this page up long-term? I'd like to take the notes and include them all in the official docs, and I can link to you and your page in a credits section. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.o

Re: Windows installation methods?

2009-03-05 Thread David Ball
Yep. No plans to move or remove it.  It would be good to see the info incorporated into the Review Board documentation - especially if people who know better than me can correct or improve on some the the things I could have done better.   Christian Hammond said the following on 05/03/2009 09

Re: Windows Installation -- getting close

2010-04-05 Thread Christian Hammond
Hi Mike, The reviewboard.fcgi script is a Python shell script. It was written with the assumption of being executed like other *nix shell scripts, where the first line indicates which interpreter will run the file. On Windows, this isn't usually the case unless you're running in cygwin or somethin

Windows installation: Creating a Review Board Site

2012-05-21 Thread mark.har...@arcinnovations.co.nz
Hello, I'm trying to install ReviewBoard on a Windows machine for evaluation. After fighting my way through the Windows installation, which may or may not have been successful, I then moved through to the "Creating a Review Board Site" section (http://www.reviewboard.org/docs/ma

Windows Installation: Trouble posting diff by hand

2008-11-05 Thread SamClark
OS: XP pro SP 2 I am having trouble with viewing a diff when I post a review by hand. I can't seem to get the base diff path right. the repository is at: svn://server:9000/ I have a checkout at: C:\SVN\HelloCmd\Hello_Modified where Hello_Modified is the checkout folder. I used: svn di

Windows Installation -- FastCGI working, RB saying update required

2010-04-06 Thread drmikecrowe
Hi folks, Still powering through this. I used nginx to get it up and going, and now I'm getting my first RB page. However, it gives these errors: Manual server updates required A recent change requires manual updates to be made on this server. After these changes are made, you should restart yo

Re: Windows installation: Creating a Review Board Site

2012-05-21 Thread Christian Hammond
machine for evaluation. > After fighting my way through the Windows installation, which may or > may not have been successful, I then moved through to the "Creating a > Review Board Site" section (http://www.reviewboard.org/docs/manual/1.6/ > admin/installation/creating-site

Re: Windows installation: Creating a Review Board Site

2012-05-21 Thread mark.har...@arcinnovations.co.nz
> Thanks for any assistance. I should add that I'm attempting to install version 1.6 on Windows via this link: Thanks. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy u

Re: Windows installation: Creating a Review Board Site

2012-05-21 Thread mark.har...@arcinnovations.co.nz
> You may get more information as to which operation is failing. The error is as follows: "[Error 3] The system cannot find the path specified: '\\var\\www\ \reviews.example.com'" Thanks. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user?

Re: Windows installation: Creating a Review Board Site

2012-05-22 Thread Christian Hammond
Does \var\www exist? That's typically a Linux path. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, May 21, 2012 at 4:12 PM, mark.har...@arcinnovations.co.nz < mark.har...@arcinnovations.co.nz> wrote:

Re: Windows installation: Creating a Review Board Site

2012-05-23 Thread mark.har...@arcinnovations.co.nz
> Does \var\www exist? That's typically a Linux path. It didn't, no. I was following the installation instructions to the letter. I changed the directory an existing directory on the Windows box and it was happier. Thanks. -- Want to help the Review Board project? Donate today at http://www.r

Re: Windows Installation: Trouble posting diff by hand

2008-11-05 Thread Christian Hammond
The base diff path should be whatever directory (relative to the root of the SVN tree) that you were in when you generated the diff. So if you're in C:\MyProject and that directory is really http://svn.example.com/svn/trunk/MyProject, then your base diff path is /trunk/MyProject. It's confusing at

Re: Windows Installation: Trouble posting diff by hand

2008-11-05 Thread SamClark
Do I have to configure post-review.py and where exactly do I run it? I'm using subversion and my working copy is c:\svn\Hello\*a bunch of .h and .c files that make up my pretend project* When I run it in c:\svn and c:\svn\Hello I get: C:\SVN>python post-review.py The current directory does not

Re: Windows Installation: Trouble posting diff by hand

2008-11-05 Thread Christian Hammond
It's expecting .svn directories and the ability to run "svn" in that directory. Might be helpful to see what "svn info" shows. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Nov 5, 2008 at 3:34 PM, SamClark <[EMAIL PROTECTED]> wrote: > > Do I have to configure post-re

Re: Windows Installation -- FastCGI working, RB saying update required

2010-04-06 Thread drmikecrowe
OK, found it. Needed to do the ./manage.py fixscreenshots On Apr 6, 10:22 pm, drmikecrowe wrote: > Hi folks, > > Still powering through this.  I used nginx to get it up and going, and > now I'm getting my first RB page.  However, it gives these errors: > > Manual server updates required > A rec

Re: Windows Installation -- FastCGI working, RB saying update required

2010-04-07 Thread Christian Hammond
Really? You shouldn't. That's an old workaround for a very old bug and really shouldn't be there anymore. Did you do anything else after this, like restart your web server? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.v

Re: Windows Installation -- FastCGI working, RB saying update required

2010-04-07 Thread drmikecrowe
Hi Christian, I was doing a lot of debugging leading up to getting fastcgi working on Windows (I just didn't want to use apache, go figure). I did a lot of starting/restarting, but it always came back to that update required. Here are 2 anomalies that may explain it: 1) I just realized that I

Windows installation: Instructions to run using django dev server

2008-12-16 Thread SamClark
Is it still possible to host review board using the django dev server? I've tried > manage.py runserver localhost:8000 but the user interface doesn't render properly. This is performed in the directory of a fresh svn checkout. I want to avoid using rb-site because I'm not having any luck serving

Re: Windows installation: Instructions to run using django dev server

2008-12-16 Thread Christian Hammond
First off, the dev server should never be used for anything but development. It is single-threaded and can only handle one request at a time. That means a browser can't download several images, javascript files, etc. simultaneously, and if one client is rendering a diff, everything else is fully bl

Re: Windows installation: Instructions to run using django dev server

2008-12-16 Thread SamClark
I'm not planning on using the dev server for a production deployment. I'm just looking for a short-term solution to investigate review board's functionality while I hack away at some apache/django tutorials. I also want to verify that my apache setup is indeed the issue. On Dec 16, 4:46 pm, "Chr

Re: Windows installation: Instructions to run using django dev server

2008-12-16 Thread Christian Hammond
Ah good :) Wanted to make sure, because some people do try to use it for production purposes and then run into problems. Let me know what the results are with DEBUG = True and a modern SVN. If it's still broken, look at one of the pages and see what paths it's using for, say, CSS files. That may h

Re: Windows installation: Instructions to run using django dev server

2008-12-17 Thread SamClark
Debug = True allows the site to render correctly. Where do I set the initial admin account credentials when hosting using the dev server again? I'll likely only be working with svn 1.4.6 since I don't have admin access to our repo server. On Dec 16, 6:16 pm, "Christian Hammond" wrote: > Ah goo

Re: Windows installation: Instructions to run using django dev server

2008-12-17 Thread Christian Hammond
You can set admin credentials in the Users database area in the admin UI. If you don't have an account that can reach the admin UI, you can run: ./manage.py createsuperuser Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Wed, Dec 17, 2008 at 10:05 AM, SamClark wrote: >

Re: Windows installation: Instructions to run using django dev server

2008-12-18 Thread SamClark
Right right, django. Man I should have learned some of this stuff beforehand. Thanks again Christian. On Dec 17, 2:55 pm, "Christian Hammond" wrote: > You can set admin credentials in the Users database area in the admin UI. If > you don't have an account that can reach the admin UI, you can run

Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-19 Thread SamClark
I'm trying to serve review board through apache 2.2.10. I just had rb- site.py complete but I don't have the sites-available or sites-enabled directories and it doesn't look like httpd.conf has any mention of either. Should I look for another apache distribution? I have tried pasting the review b

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-19 Thread Christian Hammond
Hi Sam. Some distros don't provide a sites-available or sites-enabled. In these cases, I'd just recommend modifying httpd.conf and append the configuration. It sounds like you've tried this, though. Does the Apache error log say anything? Also, make sure you have a NameVirtualHost entry somewhere

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread SamClark
Hmm... I updated my checkout and managed to get something actually. I think my problem was using localhost, 127.0.0.1, computername instead on my LAN address for the domain name. I'm now getting the 'manual server updates required page'. The root of my instance of review board is c:\apacheweb\rev

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread Christian Hammond
Do you have "uploaded" and "uploaded/images" directories owned by the web server in your site's htdocs/media/ directory? If not, go ahead and create them and then restart Apache. If you're using rb-site, then "rb-site /path/to/site upgrade" will take care of the syncdb, the evolve, and fixing any

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread SamClark
I didn't need to create those directories. They were already. The apache service is running as me (my windows domain login), and I should have all the necessary permissions. Running rb-site upgrade produced: C:\apacheweb\reviewboard>rb-site.py upgrade . --copy-media Rebuilding directory structur

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread Christian Hammond
Oh, it looks like you're running an older Review Board. Make sure to pass --upgrade to easy_install, like so: easy_install --upgrade ReviewBoard Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 2:24 PM, SamClark wrote: > > I didn't need to create