Re: rb-site install /var/www/reviews not working

2020-11-17 Thread Nikhil Sethi
1. Installed Aopahe web server 2. installed all the dependencies python2, 3 , patch etc. apt-get install build-essential python-dev libffi-dev libssl-dev patch memcached 2. installed pip2 3. pip2 install review board 4. started apache2 5. installed rbtools using pip Now rb-site install returns

Re: rb-site install /var/www/reviews not working

2020-11-17 Thread David Trowbridge
This sounds like you have not actually installed the Review Board package on your system. Can you explain what steps you've already taken? David On Tue, Nov 17, 2020 at 11:12 PM Nikhil Sethi wrote: > > I am trying to install reviewboard on the local machine > > rb-site install /var/www/reviews

rb-site install /var/www/reviews not working

2020-11-17 Thread Nikhil Sethi
I am trying to install reviewboard on the local machine rb-site install /var/www/reviews command returns this: command not found please help -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons:

Re: Can't add new review

2020-11-17 Thread David Trowbridge
First of all, it's possible that this is a bug which has been fixed since 3.0.8 (I don't know off the top of my head, but I know that we've found and fixed several unicode-related issues over the past two years). If not, please check the logs to see if there's a more detailed error traceback.

Re: ReviewBoard python 3.x support

2020-11-17 Thread David Trowbridge
The Review Board 4.0 and RBTools 2.0 releases, which are coming quite soon, will support both Python 2.7 and 3.6-3.9 David On Mon, Nov 16, 2020 at 12:21 PM Jimmy Huang wrote: > AFAIK Reviewboard/RBTools is still being developed and maintain on Python > 2.x which is now EOL. Are there any plans