Re: Integration of gitlab with RB

2013-03-05 Thread Christian Hammond
Hi,

This came up recently, and it was determined that gitlab doesn't have the
capabilities necessary to give us the information Review Board needs to
fetch files.

What I'd recommend is setting up something like gitweb alongside it.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Mar 4, 2013 at 7:16 AM, Chalpat Rauth  wrote:

> Hi All,
>
> I want to integrate gitlab with RB that can be used in my office.
> Please note my office has some proxies set up. I would be thankful if
> any one can post the steps.
>
>
> Thanks,
> Chalpat
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Christian Hammond
Given the number of issues you're hitting with this version of RHEL, have
you considered something like a modern CentOS, Fedora, or Ubuntu? These all
have a pretty good working Apache setup that shouldn't require all this
hand-editing.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Mar 5, 2013 at 9:50 PM,  wrote:

> Hi
>
>   Ok.. Many thanks for the info . We are using httpd version 2.2
>
>   The httpd.conf file is as follows . If possible you can take a look and
> tell me what could be the issue ?
>
>   [root@test conf]# cat httpd.conf
> 
> ServerName 
> DocumentRoot "/var/www/reviews.nonstop.com/htdocs"
> # Error handlers
> ErrorDocument 500 /errordocs/500.html
> LoadModule wsgi_module modules/mod_wsgi.so
> WSGIPassAuthorization On
> WSGIScriptAlias "/" "/var/www/
> reviews.nonstop.com/htdocs/reviewboard.wsgi/"
> 
> AllowOverride All
> Options -Indexes +FollowSymLinks
> Allow from all
> 
> # Alias static media requests to filesystem
> Alias /media "/var/www/reviews.nonstop.com/htdocs/media"
> Alias /static "/var/www/reviews.nonstop.com/htdocs/static"
> Alias /errordocs "/var/www/reviews.nonstop.com/htdocs/errordocs"
> Alias /favicon.ico "/var/www/
> reviews.nonstop.com/htdocs/static/rb/images/favicon.png"
> 
> thanks/regards
> Arun kurse
>
> On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:
>
>> Hi All
>>
>>   I am new to Review Board and trying to setup up internally in our
>> Environment .
>>   I have installed reviewBoard successfully with "easy_install
>> ReviewBoard".
>>
>>   easy_install failed to install Django and hence i had to install it
>> manually .
>>
>>I have successfully created the Postgres SQL database .
>>
>>I am getting the below error while running "rb-install"
>>
>>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
>> Traceback (most recent call last):
>>   File "/usr/bin/rb-site", line 5, in 
>> from pkg_resources import load_entry_point
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 2640, in 
>> parse_requirements(__requires_**_), Environment()
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 531, in resolve
>> raise DistributionNotFound(req)  # XXX put more info here
>> pkg_resources.**DistributionNotFound: Django>=1.4.5,<1.5
>>
>>
>>   Also how do i link Review Board with Postgres SQL database ?
>>
>>   Many thanks for your help.
>>
>> thanks/regards
>> Arun kurse
>>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi 
 
  Ok.. Many thanks for the info . We are using httpd version 2.2
 
  The httpd.conf file is as follows . If possible you can take a look and 
tell me what could be the issue ?
 
  [root@test conf]# cat httpd.conf

ServerName 
DocumentRoot "/var/www/reviews.nonstop.com/htdocs"
# Error handlers
ErrorDocument 500 /errordocs/500.html
LoadModule wsgi_module modules/mod_wsgi.so
WSGIPassAuthorization On
WSGIScriptAlias "/" 
"/var/www/reviews.nonstop.com/htdocs/reviewboard.wsgi/"

AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all

# Alias static media requests to filesystem
Alias /media "/var/www/reviews.nonstop.com/htdocs/media"
Alias /static "/var/www/reviews.nonstop.com/htdocs/static"
Alias /errordocs "/var/www/reviews.nonstop.com/htdocs/errordocs"
Alias /favicon.ico 
"/var/www/reviews.nonstop.com/htdocs/static/rb/images/favicon.png"

thanks/regards
Arun kurse

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

> Hi All
>
>   I am new to Review Board and trying to setup up internally in our 
> Environment .
>   I have installed reviewBoard successfully with "easy_install 
> ReviewBoard". 
>
>   easy_install failed to install Django and hence i had to install it 
> manually .
>
>I have successfully created the Postgres SQL database . 
>
>I am getting the below error while running "rb-install"
>
>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
> Traceback (most recent call last):
>   File "/usr/bin/rb-site", line 5, in 
> from pkg_resources import load_entry_point
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 2640, in 
> parse_requirements(__requires__), Environment()
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 531, in resolve
> raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: Django>=1.4.5,<1.5
>
>
>   Also how do i link Review Board with Postgres SQL database ?
>
>   Many thanks for your help.
>
> thanks/regards
> Arun kurse
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
what version of apache are you running. Checkout the module corresponding
to "Allow" directive and see if you have that loaded. For e.g. in Apache
2.2, allow is controlled using mod_authz_host, but in trunk, its different.

I would suggest talking to a sysadmin to find out how to enable the modules
for the version of apache as this error has to do with how your server
installation is and less about reviewboard now.

Regards
Raja



On Wed, Mar 6, 2013 at 11:03 AM,  wrote:

> Hi
>
> Hi
> Now i have done that . I restarted Apche again . Looks like it has gone
> ahead . Still i am not able to restart Apache and getting the below error
>  [root@test conf]# service httpd restart
> Stopping httpd: [FAILED]
> Starting httpd: Syntax error on line 16 of /etc/httpd/conf/httpd.conf:
> Invalid command 'Allow', perhaps misspelled or defined by a module not
> included in the server configuration
> [FAILED]
> Please find the httpd.conf file. I am getting error at line 16 " Allow
> from all " .
> 
> ServerName 15.154.112.65
> DocumentRoot "/var/www/reviews.nonstop.com/htdocs"
> # Error handlers
> ErrorDocument 500 /errordocs/500.html
> LoadModule wsgi_module modules/mod_wsgi.so
> WSGIPassAuthorization On
> WSGIScriptAlias "/" "/var/www/reviews.nonstop.com/htdocs/reviewboard.wsgi/
> "
> 
> AllowOverride All
> Options -Indexes +FollowSymLinks
> Allow from all
> 
> # Alias static media requests to filesystem
> Alias /media "/var/www/reviews.nonstop.com/htdocs/media"
> Alias /static "/var/www/reviews.nonstop.com/htdocs/static"
> Alias /errordocs "/var/www/reviews.nonstop.com/htdocs/errordocs"
> Alias /favicon.ico "/var/www/
> reviews.nonstop.com/htdocs/static/rb/images/favicon.png"
> 
>  thanks/regards
> Arun kurse
>
> On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:
>
>> Hi All
>>
>>   I am new to Review Board and trying to setup up internally in our
>> Environment .
>>   I have installed reviewBoard successfully with "easy_install
>> ReviewBoard".
>>
>>   easy_install failed to install Django and hence i had to install it
>> manually .
>>
>>I have successfully created the Postgres SQL database .
>>
>>I am getting the below error while running "rb-install"
>>
>>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
>> Traceback (most recent call last):
>>   File "/usr/bin/rb-site", line 5, in 
>> from pkg_resources import load_entry_point
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 2640, in 
>> parse_requirements(__requires_**_), Environment()
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 531, in resolve
>> raise DistributionNotFound(req)  # XXX put more info here
>> pkg_resources.**DistributionNotFound: Django>=1.4.5,<1.5
>>
>>
>>   Also how do i link Review Board with Postgres SQL database ?
>>
>>   Many thanks for your help.
>>
>> thanks/regards
>> Arun kurse
>>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi 
 
Hi
Now i have done that . I restarted Apche again . Looks like it has gone 
ahead . Still i am not able to restart Apache and getting the below error
 [root@test conf]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 16 of /etc/httpd/conf/httpd.conf:
Invalid command 'Allow', perhaps misspelled or defined by a module not 
included in the server configuration
[FAILED]
Please find the httpd.conf file. I am getting error at line 16 " Allow from 
all " .

ServerName 15.154.112.65
DocumentRoot "/var/www/reviews.nonstop.com/htdocs"
# Error handlers
ErrorDocument 500 /errordocs/500.html
LoadModule wsgi_module modules/mod_wsgi.so
WSGIPassAuthorization On
WSGIScriptAlias "/" "/var/www/reviews.nonstop.com/htdocs/reviewboard.wsgi/"

AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all 

# Alias static media requests to filesystem
Alias /media "/var/www/reviews.nonstop.com/htdocs/media"
Alias /static "/var/www/reviews.nonstop.com/htdocs/static"
Alias /errordocs "/var/www/reviews.nonstop.com/htdocs/errordocs"
Alias /favicon.ico 
"/var/www/reviews.nonstop.com/htdocs/static/rb/images/favicon.png"

 thanks/regards
Arun kurse

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

> Hi All
>
>   I am new to Review Board and trying to setup up internally in our 
> Environment .
>   I have installed reviewBoard successfully with "easy_install 
> ReviewBoard". 
>
>   easy_install failed to install Django and hence i had to install it 
> manually .
>
>I have successfully created the Postgres SQL database . 
>
>I am getting the below error while running "rb-install"
>
>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
> Traceback (most recent call last):
>   File "/usr/bin/rb-site", line 5, in 
> from pkg_resources import load_entry_point
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 2640, in 
> parse_requirements(__requires__), Environment()
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 531, in resolve
> raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: Django>=1.4.5,<1.5
>
>
>   Also how do i link Review Board with Postgres SQL database ?
>
>   Many thanks for your help.
>
> thanks/regards
> Arun kurse
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
I dont have a Redhat installation, but I think you have to add the module
into httpd.conf explicitly. Can you search for LoadModule definitions in
httpd.conf and add

LoadModule wsgi_module modules/mod_wsgi.so

and restart Apache?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi 
 
  I installed using "yum install mod_wsgi" module . I tried to restart the 
Apache module and got the same error
 
  [root@test modules]# service httpd restart
Stopping httpd:[FAILED]
Starting httpd: Syntax error on line 8 of /etc/httpd/conf/httpd.conf:
Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by a 
module not included in the server configuration
   [FAILED]
 
Am i missing anythig here ?
 
thanks/regards
Arun kurse
On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

> Hi All
>
>   I am new to Review Board and trying to setup up internally in our 
> Environment .
>   I have installed reviewBoard successfully with "easy_install 
> ReviewBoard". 
>
>   easy_install failed to install Django and hence i had to install it 
> manually .
>
>I have successfully created the Postgres SQL database . 
>
>I am getting the below error while running "rb-install"
>
>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
> Traceback (most recent call last):
>   File "/usr/bin/rb-site", line 5, in 
> from pkg_resources import load_entry_point
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 2640, in 
> parse_requirements(__requires__), Environment()
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 531, in resolve
> raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: Django>=1.4.5,<1.5
>
>
>   Also how do i link Review Board with Postgres SQL database ?
>
>   Many thanks for your help.
>
> thanks/regards
> Arun kurse
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
You need to install mod_wsgi for your distribution.
yum install mod_wsgi
or
apt-get install mod_wsgi
depending on your distribution should fix this.


On Wed, Mar 6, 2013 at 10:01 AM,  wrote:

> Hi
>
>   I copied /var/www/reviews.nonstop.com/conf/apache-wsgi.conf to
> /etc/httpd/conf/httpd.conf.
>   I tried to restart Apche and got the below error
>
>   [root@test conf]# service httpd restart
> Stopping httpd:[FAILED]
> Starting httpd: Syntax error on line 8 of /etc/httpd/conf/httpd.conf:
> Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by
> a module not included in the server configuration
>[FAILED]
>  Am i missing anything here ?
>
> thanks/regards
> Arun kurse
>
> On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:
>
>> Hi All
>>
>>   I am new to Review Board and trying to setup up internally in our
>> Environment .
>>   I have installed reviewBoard successfully with "easy_install
>> ReviewBoard".
>>
>>   easy_install failed to install Django and hence i had to install it
>> manually .
>>
>>I have successfully created the Postgres SQL database .
>>
>>I am getting the below error while running "rb-install"
>>
>>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
>> Traceback (most recent call last):
>>   File "/usr/bin/rb-site", line 5, in 
>> from pkg_resources import load_entry_point
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 2640, in 
>> parse_requirements(__requires_**_), Environment()
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 531, in resolve
>> raise DistributionNotFound(req)  # XXX put more info here
>> pkg_resources.**DistributionNotFound: Django>=1.4.5,<1.5
>>
>>
>>   Also how do i link Review Board with Postgres SQL database ?
>>
>>   Many thanks for your help.
>>
>> thanks/regards
>> Arun kurse
>>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi
 
  I copied /var/www/reviews.nonstop.com/conf/apache-wsgi.conf to 
/etc/httpd/conf/httpd.conf.
  I tried to restart Apche and got the below error
 
  [root@test conf]# service httpd restart
Stopping httpd:[FAILED]
Starting httpd: Syntax error on line 8 of /etc/httpd/conf/httpd.conf:
Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by a 
module not included in the server configuration
   [FAILED]
 Am i missing anything here ?
 
thanks/regards
Arun kurse 

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

> Hi All
>
>   I am new to Review Board and trying to setup up internally in our 
> Environment .
>   I have installed reviewBoard successfully with "easy_install 
> ReviewBoard". 
>
>   easy_install failed to install Django and hence i had to install it 
> manually .
>
>I have successfully created the Postgres SQL database . 
>
>I am getting the below error while running "rb-install"
>
>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
> Traceback (most recent call last):
>   File "/usr/bin/rb-site", line 5, in 
> from pkg_resources import load_entry_point
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 2640, in 
> parse_requirements(__requires__), Environment()
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 531, in resolve
> raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: Django>=1.4.5,<1.5
>
>
>   Also how do i link Review Board with Postgres SQL database ?
>
>   Many thanks for your help.
>
> thanks/regards
> Arun kurse
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread Raja
Hi Arun
http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/#apacheshows
how to configure apache on debian based distributions. If you are not
using one of those, you need to include the apache-wsgi.conf into apache.
An easier way is to copy that file into /etc/httpd/conf.d as by default
apache will include all *.conf under conf.d folder.

Regards
Raja



On Wed, Mar 6, 2013 at 9:37 AM,  wrote:

> Hi Christian
>
>   I could able to install Review Board successfully with rb-install script
> .
>   Now i am the process of configuring Apache server on Linux system.
>
>   I got confused with the documentation . Can you please help me copy
> files appropriately ?
>
>  1.  My apache server is located at /etc/httpd/conf/
>
>   2. Review Board configuration files are located as follows
>
>   [root@test conf]# pwd
> /var/www/reviews.nonstop.com/conf
> [root@test conf]# ls
> apache-wsgi.conf  search-cron.conf  settings_local.py  settings_local.pyc
> [root@test conf]#
> Do i need to copy apache-wsgi.conf  under  /etc/httpd/conf/ ?
> what about symbolic links ?
>
> Many thanks for your help .
>
> thanks/regards
> Arun kurse
>
>
>
> On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:
>
>> Hi All
>>
>>   I am new to Review Board and trying to setup up internally in our
>> Environment .
>>   I have installed reviewBoard successfully with "easy_install
>> ReviewBoard".
>>
>>   easy_install failed to install Django and hence i had to install it
>> manually .
>>
>>I have successfully created the Postgres SQL database .
>>
>>I am getting the below error while running "rb-install"
>>
>>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
>> Traceback (most recent call last):
>>   File "/usr/bin/rb-site", line 5, in 
>> from pkg_resources import load_entry_point
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 2640, in 
>> parse_requirements(__requires_**_), Environment()
>>   File 
>> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py",
>> line 531, in resolve
>> raise DistributionNotFound(req)  # XXX put more info here
>> pkg_resources.**DistributionNotFound: Django>=1.4.5,<1.5
>>
>>
>>   Also how do i link Review Board with Postgres SQL database ?
>>
>>   Many thanks for your help.
>>
>> thanks/regards
>> Arun kurse
>>
>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
> ---
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi Christian
 
  I could able to install Review Board successfully with rb-install script .
  Now i am the process of configuring Apache server on Linux system.
 
  I got confused with the documentation . Can you please help me copy files 
appropriately ?
 
 1.  My apache server is located at /etc/httpd/conf/
 
  2. Review Board configuration files are located as follows
 
  [root@test conf]# pwd
/var/www/reviews.nonstop.com/conf
[root@test conf]# ls
apache-wsgi.conf  search-cron.conf  settings_local.py  settings_local.pyc
[root@test conf]#
Do i need to copy apache-wsgi.conf  under  /etc/httpd/conf/ ?
what about symbolic links ?
 
Many thanks for your help .
 
thanks/regards
Arun kurse 
 
 

On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, arun...@gmail.com wrote:

> Hi All
>
>   I am new to Review Board and trying to setup up internally in our 
> Environment .
>   I have installed reviewBoard successfully with "easy_install 
> ReviewBoard". 
>
>   easy_install failed to install Django and hence i had to install it 
> manually .
>
>I have successfully created the Postgres SQL database . 
>
>I am getting the below error while running "rb-install"
>
>   [root@test /]# rb-site install /var/www/reviews.nonstopqa.com
> Traceback (most recent call last):
>   File "/usr/bin/rb-site", line 5, in 
> from pkg_resources import load_entry_point
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 2640, in 
> parse_requirements(__requires__), Environment()
>   File 
> "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py",
>  
> line 531, in resolve
> raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: Django>=1.4.5,<1.5
>
>
>   Also how do i link Review Board with Postgres SQL database ?
>
>   Many thanks for your help.
>
> thanks/regards
> Arun kurse
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.