Re: not able to see my site running after installing review board on VM (Debian 11)

2022-07-20 Thread Christian Hammond
Hi,

Sorry for the wait.. We've been in crunch mode trying to get 5.0 beta 1 out.

You can use the following command line tool to change a password if you're
locked out:

rb-site manage /var/www/ changepassword 

If you need to create a new administrator account:

rb-site manage /var/www/ createsuperuser

For the domain, yeah, it has to be something either registered in a DNS
entry somewhere or in /etc/hosts. If it's in /etc/hosts, only you can
access it, though.

Hope that helps!

Christian

On Fri, Jul 15, 2022 at 5:57 AM mlebon  wrote:

> I got help internally, adding the declaration of the  in
> /etc/hosts solved the problem. I have access to the site.
>
> well I cannot continue the configuration because the admin password mode
> is not the one I noted, I take the previous snapshot to check if I have
> noted all of them correctly for the installation
>
> Le vendredi 15 juillet 2022 à 14:43:49 UTC+2, mlebon a écrit :
>
>> Hi All,
>>
>> I was trying to install a review board on my VM (Debian OS) for a test.
>>
>> I configured MySQL along with APACHE2 and went ahead with installation of
>> review board using usual instructions given at
>> https://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
>>
>> https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/
>>
>> https://www.reviewboard.org/get/instructions/?org-type=business&product=rb&os=linux-deb&support-level=free
>> and additionally
>> https://www.vultr.com/docs/install-review-board-on-ubuntu-20-04/
>>
>> https://www.vultr.com/docs/install-linux-apache-mysql-and-php-lamp-on-ubuntu-20-04-lts/
>>
>> One completed i created a new review board site following the steps given
>> here :
>>
>> https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/
>> I got a successful message that "the site has been installed in
>> /var/www/" . I gave the required permissions to apache server
>> to access the data at:
>>
>>-
>>
>>/var/www//htdocs/media/uploaded
>>-
>>
>>/var/www//htdocs/media/ext
>>-
>>
>>/var/www//htdocs/static/ext
>>-
>>
>>/var/www//data
>>
>> with cmd : $ sudo chown -R www-data:www-data /var/www/example.com
>> I favored the python3 packages.
>>
>> but still i am not able to see my site running or even ping it.
>> I tried pinging it but its not accessible ping  as well as
>> ping :8080 gives "ping: unknown host"
>>
>> to solve the ServerName problem, I added in the /etc/apache2/apache2.conf
>> file; next line ServerName 127.0.0.1
>>
>> The rest of the problem must come from the DNS declaration I tried to
>> follow the advice on the following pages without success:
>> https://httpd.apache.org/docs/current/vhosts/name-based.html
>> https://httpd.apache.org/docs/2.4/vhosts/ip-based.html
>>
>> Any help how can i check if my site is up and running.
>>
>> Discussion similar to mine
>> https://groups.google.com/g/reviewboard/c/WZKOa3gGnsY/m/Ak7qAtIwBwAJ
>>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "Review Board Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/de1c6d5d-a4c4-47ca-94d0-a77cbf7183b1n%40googlegroups.com
> 
> .
>


-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CAE7VndmuUTvRYO-htWMpCkSE9U92FK_nM4XNCNrnD2hLdLnbNQ%40mail.gmail.com.


Re: not able to see my site running after installing review board on VM (Debian 11)

2022-07-15 Thread mlebon
I got help internally, adding the declaration of the  in 
/etc/hosts solved the problem. I have access to the site.

well I cannot continue the configuration because the admin password mode is 
not the one I noted, I take the previous snapshot to check if I have noted 
all of them correctly for the installation

Le vendredi 15 juillet 2022 à 14:43:49 UTC+2, mlebon a écrit :

> Hi All,
>
> I was trying to install a review board on my VM (Debian OS) for a test. 
>
> I configured MySQL along with APACHE2 and went ahead with installation of 
> review board using usual instructions given at 
> https://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
>
> https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/
>
> https://www.reviewboard.org/get/instructions/?org-type=business&product=rb&os=linux-deb&support-level=free
> and additionally
> https://www.vultr.com/docs/install-review-board-on-ubuntu-20-04/
>
> https://www.vultr.com/docs/install-linux-apache-mysql-and-php-lamp-on-ubuntu-20-04-lts/
>
> One completed i created a new review board site following the steps given 
> here :
>
> https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/
> I got a successful message that "the site has been installed in 
> /var/www/" . I gave the required permissions to apache server 
> to access the data at:
>
>- 
>
>/var/www//htdocs/media/uploaded
>- 
>
>/var/www//htdocs/media/ext
>- 
>
>/var/www//htdocs/static/ext
>- 
>
>/var/www//data
>
> with cmd : $ sudo chown -R www-data:www-data /var/www/example.com
> I favored the python3 packages.
>
> but still i am not able to see my site running or even ping it.
> I tried pinging it but its not accessible ping  as well as 
> ping :8080 gives "ping: unknown host"
>
> to solve the ServerName problem, I added in the /etc/apache2/apache2.conf 
> file; next line ServerName 127.0.0.1
>
> The rest of the problem must come from the DNS declaration I tried to 
> follow the advice on the following pages without success:
> https://httpd.apache.org/docs/current/vhosts/name-based.html
> https://httpd.apache.org/docs/2.4/vhosts/ip-based.html
>
> Any help how can i check if my site is up and running.
>
> Discussion similar to mine 
> https://groups.google.com/g/reviewboard/c/WZKOa3gGnsY/m/Ak7qAtIwBwAJ
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/de1c6d5d-a4c4-47ca-94d0-a77cbf7183b1n%40googlegroups.com.


not able to see my site running after installing review board on VM (Debian 11)

2022-07-15 Thread mlebon


Hi All,

I was trying to install a review board on my VM (Debian OS) for a test. 

I configured MySQL along with APACHE2 and went ahead with installation of 
review board using usual instructions given at 
https://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/
https://www.reviewboard.org/get/instructions/?org-type=business&product=rb&os=linux-deb&support-level=free
and additionally
https://www.vultr.com/docs/install-review-board-on-ubuntu-20-04/
https://www.vultr.com/docs/install-linux-apache-mysql-and-php-lamp-on-ubuntu-20-04-lts/

One completed i created a new review board site following the steps given 
here :
https://www.reviewboard.org/docs/manual/dev/admin/installation/creating-sites/
I got a successful message that "the site has been installed in 
/var/www/" . I gave the required permissions to apache server 
to access the data at:

   - 
   
   /var/www//htdocs/media/uploaded
   - 
   
   /var/www//htdocs/media/ext
   - 
   
   /var/www//htdocs/static/ext
   - 
   
   /var/www//data
   
with cmd : $ sudo chown -R www-data:www-data /var/www/example.com
I favored the python3 packages.

but still i am not able to see my site running or even ping it.
I tried pinging it but its not accessible ping  as well as ping 
:8080 gives "ping: unknown host"

to solve the ServerName problem, I added in the /etc/apache2/apache2.conf 
file; next line ServerName 127.0.0.1

The rest of the problem must come from the DNS declaration I tried to 
follow the advice on the following pages without success:
https://httpd.apache.org/docs/current/vhosts/name-based.html
https://httpd.apache.org/docs/2.4/vhosts/ip-based.html

Any help how can i check if my site is up and running.

Discussion similar to mine 
https://groups.google.com/g/reviewboard/c/WZKOa3gGnsY/m/Ak7qAtIwBwAJ

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/f29d8563-2951-4b21-9a0d-761897f800aan%40googlegroups.com.


Re: installing review board on VM (Debian)

2016-03-01 Thread abhishek agrawal
Thanks a lot David. That answers all my queries.

On Tuesday, 1 March 2016 23:10:29 UTC+5:30, David Trowbridge wrote:
>
> .reviewboardrc should be added to each individual repository. In the 
> Review Board administration UI for each repository that you've added, 
> there's a sample .reviewboardrc that will specify the server name and the 
> repository ID.
>
> `post-review` was deprecated and its functionality is entirely replaced 
> and expanded by `rbt post` and the other `rbt` commands. `post-review` was 
> removed entirely in the 0.7.x releases.
>
> Users will need rbtools on their systems for the smoothest experience 
> posting their code for review.
>
> -David
>
> On Tue, Mar 1, 2016 at 3:23 AM abhishek agrawal  > wrote:
>
>> Also, do all the users need to install rbtools on their respective boxes 
>> to post reviews.
>>
>>
>> On Tuesday, 1 March 2016 16:52:12 UTC+5:30, abhishek agrawal wrote:
>>>
>>> Hi David,
>>>
>>> I got the DNS issue resolved and  am able to access reviewboard at 
>>> /reviewboard. I have added the the git repository in the repo 
>>> information. But now the issue is coming up with .reviewboardrc file. 
>>> My reviewboard is set up on a central server and all the users work on 
>>> multiple git repositories. What is the optimal way in which everyone can 
>>> access .reviewboardrc file. Can i keep it in some central place where 
>>> everyone can access it.
>>> Also i tried doing a post-review but it says command not found. I have 
>>> already installed rbtools on my local box. rb post is working find but not 
>>> able to get post-review working. 
>>> Any help on this would be great.
>>>
>>> Thanks,
>>> Abhishek
>>>
>>> On Tuesday, 1 March 2016 02:42:56 UTC+5:30, David Trowbridge wrote:

 Abhishek,

 That sounds like your server doesn't have valid DNS.

 -David

 On Thu, Feb 25, 2016 at 1:50 AM abhishek agrawal <
 abhishek@gmail.com> wrote:

> Hi All,
>
> I was trying to install review board on my VM (Debian OS) . I 
> configured MySQL along with APACHE2 and went ahead with installation of 
> review board using usual instructions given at 
> https://www.reviewboard.org/docs/manual/2.5/admin/installation/linux/
> . One completed i created a new review board site following the steps 
> given here : 
> https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/#creating-sites.
>  
> I got a successful message that "the site has been installed in 
> /var/www/" . I gave the required permissions to apache server 
> to access the data at/var/www/
> reviewboard.flipkart.com/htdocs/media/uploaded
>
> * /var/www/reviewboard.flipkart.com/htdocs/media/ext
>
> * /var/www/reviewboard.flipkart.com/htdocs/static/ext
>
> * /var/www/reviewboard.flipkart.com/data
>
>
> but still i am not able to see my site running or even ping it. 
>
> I tried pinging it but its not accessible 
>
> ping  as well as ping :8080 gives "ping: 
> unknown host"
>
>
> Any help how can i check if my site is up and running.
>
>
> Thanks,
>
> Abhishek 
>
> -- 
> Supercharge your Review Board with Power Pack: 
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons: 
> https://rbcommons.com/
> Happy user? Let us know! https://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 reviewboard...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
 -- 
 -David

>>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://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 reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> -David
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: installing review board on VM (Debian)

2016-03-01 Thread David Trowbridge
.reviewboardrc should be added to each individual repository. In the Review
Board administration UI for each repository that you've added, there's a
sample .reviewboardrc that will specify the server name and the repository
ID.

`post-review` was deprecated and its functionality is entirely replaced and
expanded by `rbt post` and the other `rbt` commands. `post-review` was
removed entirely in the 0.7.x releases.

Users will need rbtools on their systems for the smoothest experience
posting their code for review.

-David

On Tue, Mar 1, 2016 at 3:23 AM abhishek agrawal <
abhishek.agrawa...@gmail.com> wrote:

> Also, do all the users need to install rbtools on their respective boxes
> to post reviews.
>
>
> On Tuesday, 1 March 2016 16:52:12 UTC+5:30, abhishek agrawal wrote:
>>
>> Hi David,
>>
>> I got the DNS issue resolved and  am able to access reviewboard at
>> /reviewboard. I have added the the git repository in the repo
>> information. But now the issue is coming up with .reviewboardrc file.
>> My reviewboard is set up on a central server and all the users work on
>> multiple git repositories. What is the optimal way in which everyone can
>> access .reviewboardrc file. Can i keep it in some central place where
>> everyone can access it.
>> Also i tried doing a post-review but it says command not found. I have
>> already installed rbtools on my local box. rb post is working find but not
>> able to get post-review working.
>> Any help on this would be great.
>>
>> Thanks,
>> Abhishek
>>
>> On Tuesday, 1 March 2016 02:42:56 UTC+5:30, David Trowbridge wrote:
>>>
>>> Abhishek,
>>>
>>> That sounds like your server doesn't have valid DNS.
>>>
>>> -David
>>>
>>> On Thu, Feb 25, 2016 at 1:50 AM abhishek agrawal 
>>> wrote:
>>>
 Hi All,

 I was trying to install review board on my VM (Debian OS) . I
 configured MySQL along with APACHE2 and went ahead with installation of
 review board using usual instructions given at
 https://www.reviewboard.org/docs/manual/2.5/admin/installation/linux/
 . One completed i created a new review board site following the steps
 given here :
 https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/#creating-sites.
 I got a successful message that "the site has been installed in
 /var/www/" . I gave the required permissions to apache server
 to access the data at/var/www/
 reviewboard.flipkart.com/htdocs/media/uploaded

 * /var/www/reviewboard.flipkart.com/htdocs/media/ext

 * /var/www/reviewboard.flipkart.com/htdocs/static/ext

 * /var/www/reviewboard.flipkart.com/data


 but still i am not able to see my site running or even ping it.

 I tried pinging it but its not accessible

 ping  as well as ping :8080 gives "ping:
 unknown host"


 Any help how can i check if my site is up and running.


 Thanks,

 Abhishek

 --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons:
 https://rbcommons.com/
 Happy user? Let us know! https://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 reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>> --
>>> -David
>>>
>> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
-David

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: installing review board on VM (Debian)

2016-03-01 Thread abhishek agrawal
Also, do all the users need to install rbtools on their respective boxes to 
post reviews.

On Tuesday, 1 March 2016 16:52:12 UTC+5:30, abhishek agrawal wrote:
>
> Hi David,
>
> I got the DNS issue resolved and  am able to access reviewboard at 
> /reviewboard. I have added the the git repository in the repo 
> information. But now the issue is coming up with .reviewboardrc file. 
> My reviewboard is set up on a central server and all the users work on 
> multiple git repositories. What is the optimal way in which everyone can 
> access .reviewboardrc file. Can i keep it in some central place where 
> everyone can access it.
> Also i tried doing a post-review but it says command not found. I have 
> already installed rbtools on my local box. rb post is working find but not 
> able to get post-review working. 
> Any help on this would be great.
>
> Thanks,
> Abhishek
>
> On Tuesday, 1 March 2016 02:42:56 UTC+5:30, David Trowbridge wrote:
>>
>> Abhishek,
>>
>> That sounds like your server doesn't have valid DNS.
>>
>> -David
>>
>> On Thu, Feb 25, 2016 at 1:50 AM abhishek agrawal  
>> wrote:
>>
>>> Hi All,
>>>
>>> I was trying to install review board on my VM (Debian OS) . I configured 
>>> MySQL along with APACHE2 and went ahead with installation of review board 
>>> using usual instructions given at 
>>> https://www.reviewboard.org/docs/manual/2.5/admin/installation/linux/
>>> . One completed i created a new review board site following the steps 
>>> given here : 
>>> https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/#creating-sites.
>>>  
>>> I got a successful message that "the site has been installed in 
>>> /var/www/" . I gave the required permissions to apache server 
>>> to access the data at/var/www/
>>> reviewboard.flipkart.com/htdocs/media/uploaded
>>>
>>> * /var/www/reviewboard.flipkart.com/htdocs/media/ext
>>>
>>> * /var/www/reviewboard.flipkart.com/htdocs/static/ext
>>>
>>> * /var/www/reviewboard.flipkart.com/data
>>>
>>>
>>> but still i am not able to see my site running or even ping it. 
>>>
>>> I tried pinging it but its not accessible 
>>>
>>> ping  as well as ping :8080 gives "ping: 
>>> unknown host"
>>>
>>>
>>> Any help how can i check if my site is up and running.
>>>
>>>
>>> Thanks,
>>>
>>> Abhishek 
>>>
>>> -- 
>>> Supercharge your Review Board with Power Pack: 
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons: 
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://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 reviewboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> -- 
>> -David
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: installing review board on VM (Debian)

2016-03-01 Thread abhishek agrawal
Hi David,

I got the DNS issue resolved and  am able to access reviewboard at 
/reviewboard. I have added the the git repository in the repo 
information. But now the issue is coming up with .reviewboardrc file. 
My reviewboard is set up on a central server and all the users work on 
multiple git repositories. What is the optimal way in which everyone can 
access .reviewboardrc file. Can i keep it in some central place where 
everyone can access it.
Also i tried doing a post-review but it says command not found. I have 
already installed rbtools on my local box. rb post is working find but not 
able to get post-review working. 
Any help on this would be great.

Thanks,
Abhishek

On Tuesday, 1 March 2016 02:42:56 UTC+5:30, David Trowbridge wrote:
>
> Abhishek,
>
> That sounds like your server doesn't have valid DNS.
>
> -David
>
> On Thu, Feb 25, 2016 at 1:50 AM abhishek agrawal  > wrote:
>
>> Hi All,
>>
>> I was trying to install review board on my VM (Debian OS) . I configured 
>> MySQL along with APACHE2 and went ahead with installation of review board 
>> using usual instructions given at 
>> https://www.reviewboard.org/docs/manual/2.5/admin/installation/linux/
>> . One completed i created a new review board site following the steps 
>> given here : 
>> https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/#creating-sites.
>>  
>> I got a successful message that "the site has been installed in 
>> /var/www/" . I gave the required permissions to apache server 
>> to access the data at/var/www/
>> reviewboard.flipkart.com/htdocs/media/uploaded
>>
>> * /var/www/reviewboard.flipkart.com/htdocs/media/ext
>>
>> * /var/www/reviewboard.flipkart.com/htdocs/static/ext
>>
>> * /var/www/reviewboard.flipkart.com/data
>>
>>
>> but still i am not able to see my site running or even ping it. 
>>
>> I tried pinging it but its not accessible 
>>
>> ping  as well as ping :8080 gives "ping: unknown 
>> host"
>>
>>
>> Any help how can i check if my site is up and running.
>>
>>
>> Thanks,
>>
>> Abhishek 
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://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 reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> -David
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: installing review board on VM (Debian)

2016-02-29 Thread David Trowbridge
Abhishek,

That sounds like your server doesn't have valid DNS.

-David

On Thu, Feb 25, 2016 at 1:50 AM abhishek agrawal <
abhishek.agrawa...@gmail.com> wrote:

> Hi All,
>
> I was trying to install review board on my VM (Debian OS) . I configured
> MySQL along with APACHE2 and went ahead with installation of review board
> using usual instructions given at
> https://www.reviewboard.org/docs/manual/2.5/admin/installation/linux/
> . One completed i created a new review board site following the steps
> given here :
> https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/#creating-sites.
> I got a successful message that "the site has been installed in
> /var/www/" . I gave the required permissions to apache server
> to access the data at/var/www/
> reviewboard.flipkart.com/htdocs/media/uploaded
>
> * /var/www/reviewboard.flipkart.com/htdocs/media/ext
>
> * /var/www/reviewboard.flipkart.com/htdocs/static/ext
>
> * /var/www/reviewboard.flipkart.com/data
>
>
> but still i am not able to see my site running or even ping it.
>
> I tried pinging it but its not accessible
>
> ping  as well as ping :8080 gives "ping: unknown
> host"
>
>
> Any help how can i check if my site is up and running.
>
>
> Thanks,
>
> Abhishek
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
-David

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


installing review board on VM (Debian)

2016-02-25 Thread abhishek agrawal
Hi All,

I was trying to install review board on my VM (Debian OS) . I configured 
MySQL along with APACHE2 and went ahead with installation of review board 
using usual instructions given 
at https://www.reviewboard.org/docs/manual/2.5/admin/installation/linux/
. One completed i created a new review board site following the steps given 
here 
: 
https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/#creating-sites.
 
I got a successful message that "the site has been installed in 
/var/www/" . I gave the required permissions to apache server 
to access the data at   
 /var/www/reviewboard.flipkart.com/htdocs/media/uploaded

* /var/www/reviewboard.flipkart.com/htdocs/media/ext

* /var/www/reviewboard.flipkart.com/htdocs/static/ext

* /var/www/reviewboard.flipkart.com/data


but still i am not able to see my site running or even ping it. 

I tried pinging it but its not accessible 

ping  as well as ping :8080 gives "ping: unknown 
host"


Any help how can i check if my site is up and running.


Thanks,

Abhishek 

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.