Re: Repository Hosting Path

2012-07-01 Thread Christian Hammond
The repository path is what you use to perform a checkout of your
repository. What are you using to check it out on your development box?
That's likely the path you should provide for Review Board. For Subversion,
it must be an http/https/svn/svn+ssh path.

Christian

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


On Sun, Jul 1, 2012 at 12:50 PM, Soumen Hajra wrote:

> Hi Christian, Sorry as I am not very familiar with this.  I did the
> installation with following step. But I am not sure what will be the repo
> path for this.
>
> I found  there is a directory  /root/svnrep/project1
> Does that mean path will be /root/svnrep/project1@
> http://ec2-107-20-6-83.compute-1.amazonaws.com:8080
>
> Please let me know.
> Thanks, Soumen
>
> ==
> Creating a Review Board Site
> # rb-site install /var/www/html
> - Domain Name: jacklehost.org
> - Root Path [/]: /reviews/
> - Media URL [media/]: media/
> - Database Type: mysql
> - Database Name [reviewboard]: reviewboard
> - Database Server [localhost]: 127.0.0.1
> - Database Username: reviewboard
> - Database Password: reviewboard
> - Cache Type: memcached
> - Memcache Server [memcached://localhost:11211/]:
> memcached://localhost:11211/
> - Web Server: apache
> - Python Loader: wsgi
> - Username [admin]: admin
> - Password: admin
> - E-Mail Address: <>
>
> Then you will see:
> ---
> * The site has been installed
>
> The site has been installed in /var/www/html
>
> Sample configuration files for web servers and cron are available
> in the conf/ directory.
>
> You need to modify the ownership of the following directories and
> their contents to be owned by the web server:
> * /var/www/html/htdocs/media/uploaded
> * /var/www/html/data
>
> For more information, visit:
>
> http://www.reviewboard.org/docs/manual/dev/admin/sites/creating-
> sites/
> ---
>
> Configuring Apache
> # yum install mod_wsgi
> # chown -R apache:apache /var/www/html/
> # cp /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/
>
> # vim /etc/httpd/conf/httpd.conf
> Add the follow item:
> ---
> LoadModule wsgi_module modules/mod_wsgi.so
>
> # vim /etc/httpd/conf.d/apache-wsgi.conf
> Change the port into 8080:
> ---
> On Monday, July 2, 2012 12:26:05 AM UTC+5:30,
> Christian Hammond wrote:
>>
>> Hi Soumen,
>>
>> I'm not completely sure what you're asking for. You're trying to set up a
>> repository, but don't know the path? This is going to be the path to the
>> repository you've set up, so only you would know it. Is this a repository
>> you've set up somewhere yourself, or is it on a hosting service like GitHub?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Sun, Jul 1, 2012 at 10:04 AM, Soumen Hajra wrote:
>>
>>> Hi All, I installed reviewboard in ec2-23-20-195-216.compute-1.**
>>> amazonaws.com  . It
>>> opens up well. How can I know the Repository Hosting Path for the
>>> installation. I installed this in /var/www/html.
>>>
>>> Please let me know if I can get repository hosting path from linux for
>>> my installation. I need this to add a repo as an admin. I am using public
>>> key authentication in linux.
>>>
>>> Thanks, Soumen
>>>
>>> --
>>> 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+unsubscribe@**
>>> googlegroups.com 
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>
>>
>>  --
> 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
>

-- 
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

Re: Repository Hosting Path

2012-07-01 Thread Soumen Hajra
Hi Christian, Sorry as I am not very familiar with this.  I did the 
installation with following step. But I am not sure what will be the repo 
path for this. 

I found  there is a directory  /root/svnrep/project1
Does that mean path will 
be /root/svnrep/project1@http://ec2-107-20-6-83.compute-1.amazonaws.com:8080

Please let me know.
Thanks, Soumen

==
Creating a Review Board Site
# rb-site install /var/www/html
- Domain Name: jacklehost.org
- Root Path [/]: /reviews/
- Media URL [media/]: media/
- Database Type: mysql
- Database Name [reviewboard]: reviewboard
- Database Server [localhost]: 127.0.0.1
- Database Username: reviewboard
- Database Password: reviewboard
- Cache Type: memcached
- Memcache Server [memcached://localhost:11211/]: 
memcached://localhost:11211/
- Web Server: apache
- Python Loader: wsgi
- Username [admin]: admin
- Password: admin
- E-Mail Address: <>

Then you will see:
---
* The site has been installed

The site has been installed in /var/www/html

Sample configuration files for web servers and cron are available
in the conf/ directory.

You need to modify the ownership of the following directories and
their contents to be owned by the web server:
* /var/www/html/htdocs/media/uploaded
* /var/www/html/data

For more information, visit:

http://www.reviewboard.org/docs/manual/dev/admin/sites/creating-
sites/
---

Configuring Apache
# yum install mod_wsgi
# chown -R apache:apache /var/www/html/
# cp /var/www/reviewboard/conf/apache-wsgi.conf /etc/httpd/conf.d/

# vim /etc/httpd/conf/httpd.conf
Add the follow item:
---
LoadModule wsgi_module modules/mod_wsgi.so

# vim /etc/httpd/conf.d/apache-wsgi.conf
Change the port into 8080:
---
On Monday, July 2, 2012 12:26:05 AM UTC+5:30, Christian 
Hammond wrote:
>
> Hi Soumen,
>
> I'm not completely sure what you're asking for. You're trying to set up a 
> repository, but don't know the path? This is going to be the path to the 
> repository you've set up, so only you would know it. Is this a repository 
> you've set up somewhere yourself, or is it on a hosting service like GitHub?
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Sun, Jul 1, 2012 at 10:04 AM, Soumen Hajra wrote:
>
>> Hi All, I installed reviewboard in 
>> ec2-23-20-195-216.compute-1.amazonaws.com . It opens up well. How can I 
>> know the Repository Hosting Path for the installation. I installed this in 
>> /var/www/html. 
>>
>> Please let me know if I can get repository hosting path from linux for my 
>> installation. I need this to add a repo as an admin. I am using public key 
>> authentication in linux.
>>
>> Thanks, Soumen
>>
>> -- 
>> 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
>
>
>

-- 
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

Re: Repository Hosting Path

2012-07-01 Thread Christian Hammond
Hi Soumen,

I'm not completely sure what you're asking for. You're trying to set up a
repository, but don't know the path? This is going to be the path to the
repository you've set up, so only you would know it. Is this a repository
you've set up somewhere yourself, or is it on a hosting service like GitHub?

Christian

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


On Sun, Jul 1, 2012 at 10:04 AM, Soumen Hajra wrote:

> Hi All, I installed reviewboard in
> ec2-23-20-195-216.compute-1.amazonaws.com . It opens up well. How can I
> know the Repository Hosting Path for the installation. I installed this in
> /var/www/html.
>
> Please let me know if I can get repository hosting path from linux for my
> installation. I need this to add a repo as an admin. I am using public key
> authentication in linux.
>
> Thanks, Soumen
>
> --
> 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

-- 
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