Re: Dockerized reviewboard

2014-09-22 Thread Stephen Gallagher
On 09/22/2014 02:37 PM, Igor Katson wrote:
> Any chance you looked at the logs of it? Curious about what may have
> caused it. 

Well, the command you gave me was producing an error about being unable
to find the log files, so I'm guessing something aborted during the
original setup. *shrug*

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Dockerized reviewboard

2014-09-22 Thread Igor Katson
Any chance you looked at the logs of it? Curious about what may have caused
it.

On Mon, Sep 22, 2014 at 11:34 AM, Stephen Gallagher <
step...@gallagherhome.com> wrote:

> On 09/22/2014 02:00 PM, Igor Katson wrote:
> > Hi, Stephen,
> >
> > did you do the very first step
> >
> > docker run -d --name rb-postgres postgres" ?
> >
> > If so, can you please provide the logs by doing this:
> >
> > docker logs rb-postgres
> >
>
> Hmm, that's very strange. I did perform that first step (it downloaded
> the postgres image and appeared to start it), but 'docker ps' showed it
> as exited(1). I deleted the image and restarted it, then things
> proceeded as expected.
>
> Probably a transient error. Sorry for the noise.
>
> --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/5PMQOW_ibII/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Dockerized reviewboard

2014-09-22 Thread Stephen Gallagher
On 09/22/2014 02:00 PM, Igor Katson wrote:
> Hi, Stephen,
> 
> did you do the very first step 
> 
> docker run -d --name rb-postgres postgres" ?
> 
> If so, can you please provide the logs by doing this:
> 
> docker logs rb-postgres
> 

Hmm, that's very strange. I did perform that first step (it downloaded
the postgres image and appeared to start it), but 'docker ps' showed it
as exited(1). I deleted the image and restarted it, then things
proceeded as expected.

Probably a transient error. Sorry for the noise.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Dockerized reviewboard

2014-09-22 Thread Igor Katson
Hi, Stephen,

did you do the very first step

docker run -d --name rb-postgres postgres" ?

If so, can you please provide the logs by doing this:

docker logs rb-postgres

Thanks



On Mon, Sep 22, 2014 at 10:34 AM, Stephen Gallagher <
step...@gallagherhome.com> wrote:

> On 09/19/2014 04:54 PM, Igor Katson wrote:
> > Hi,
> >
> > I created the docker version of reviewboard, which is more configurable
> > than the ones I found on the docker hub. If anyone is interested,
> welcome!
> > https://github.com/ikatson/docker-reviewboard
> >
>
>
>
>
> I'm getting an error when trying to follow your instructions on Github:
>
>
> [sgallagh@sgallagh540:~]$ docker run -it --link rb-postgres:postgres
> --rm postgres sh -c 'exec createuser reviewboard -h
> "$POSTGRES_PORT_5432_TCP_ADDR" -p "$POSTGRES_PORT_5432_TCP_PORT" -U
> postgres'
> 2014/09/22 13:32:39 Error response from daemon: Cannot start container
> 6c691f64e744c89ddced2e6d46a5baf63eca46a188aa88c73f673faaf6a49d4a: Cannot
> link to a non running container: /rb-postgres AS /elegant_rosalind/postgres
>
>
> I suspect there's a missing step somewhere.
>
>
> > Thanks!
> >
> > --
> > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> > ---
> > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> > ---
> > Happy user? Let us know at http://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.
>
> --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/5PMQOW_ibII/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Dockerized reviewboard

2014-09-22 Thread Stephen Gallagher
On 09/19/2014 04:54 PM, Igor Katson wrote:
> Hi,
> 
> I created the docker version of reviewboard, which is more configurable
> than the ones I found on the docker hub. If anyone is interested, welcome!
> https://github.com/ikatson/docker-reviewboard
> 




I'm getting an error when trying to follow your instructions on Github:


[sgallagh@sgallagh540:~]$ docker run -it --link rb-postgres:postgres
--rm postgres sh -c 'exec createuser reviewboard -h
"$POSTGRES_PORT_5432_TCP_ADDR" -p "$POSTGRES_PORT_5432_TCP_PORT" -U
postgres'
2014/09/22 13:32:39 Error response from daemon: Cannot start container
6c691f64e744c89ddced2e6d46a5baf63eca46a188aa88c73f673faaf6a49d4a: Cannot
link to a non running container: /rb-postgres AS /elegant_rosalind/postgres


I suspect there's a missing step somewhere.


> Thanks!
> 
> -- 
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://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.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Dockerized reviewboard

2014-09-19 Thread Christian Hammond
Approved. Thanks!

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org 
Beanbag, Inc. - https://www.beanbaginc.com


On September 19, 2014 at 5:21:16 PM, Igor Katson (igor.kat...@gmail.com) wrote:
> No problem, added here https://www.reviewboard.org/store/products/7/,
> waiting moderation.
> 
> On Friday, September 19, 2014 2:21:34 PM UTC-7, Christian Hammond wrote:
> >
> > Very cool!
> >
> > Would you be interested in adding this to the RB Package Store at
> > https://www.reviewboard.org/store/ ? We're hoping to build that out as a
> > common place to find first- and third-party integrations and extensions for
> > Review Board, and this would be an interesting addition.
> >
> > Christian
> >
> > --
> > Christian Hammond - chri...@beanbaginc.com 
> > Review Board - https://www.reviewboard.org
> > Beanbag, Inc. - https://www.beanbaginc.com
> >
> >
> > On September 19, 2014 at 1:56:05 PM, Igor Katson (igor@gmail.com
> > ) wrote:
> > > Hi,
> > >
> > > I created the docker version of reviewboard, which is more configurable
> > > than the ones I found on the docker hub. If anyone is interested,
> > welcome!
> > > https://github.com/ikatson/docker-reviewboard
> > >
> > > Thanks!
> > >
> > > --
> > > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> > > ---
> > > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> > > ---
> > > Happy user? Let us know at http://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.
> > >
> >
> >

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Dockerized reviewboard

2014-09-19 Thread Igor Katson
No problem, added here https://www.reviewboard.org/store/products/7/, 
waiting moderation.

On Friday, September 19, 2014 2:21:34 PM UTC-7, Christian Hammond wrote:
>
> Very cool! 
>
> Would you be interested in adding this to the RB Package Store at 
> https://www.reviewboard.org/store/ ? We're hoping to build that out as a 
> common place to find first- and third-party integrations and extensions for 
> Review Board, and this would be an interesting addition. 
>
> Christian 
>
> -- 
> Christian Hammond - chri...@beanbaginc.com  
> Review Board - https://www.reviewboard.org 
> Beanbag, Inc. - https://www.beanbaginc.com 
>
>
> On September 19, 2014 at 1:56:05 PM, Igor Katson (igor@gmail.com 
> ) wrote: 
> > Hi, 
> > 
> > I created the docker version of reviewboard, which is more configurable 
> > than the ones I found on the docker hub. If anyone is interested, 
> welcome! 
> > https://github.com/ikatson/docker-reviewboard 
> > 
> > Thanks! 
> > 
> > -- 
> > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ 
> > --- 
> > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ 
> > --- 
> > Happy user? Let us know at http://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. 
> > 
>
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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: Dockerized reviewboard

2014-09-19 Thread Christian Hammond
Very cool!

Would you be interested in adding this to the RB Package Store at 
https://www.reviewboard.org/store/ ? We're hoping to build that out as a common 
place to find first- and third-party integrations and extensions for Review 
Board, and this would be an interesting addition.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org 
Beanbag, Inc. - https://www.beanbaginc.com


On September 19, 2014 at 1:56:05 PM, Igor Katson (igor.kat...@gmail.com) wrote:
> Hi,
> 
> I created the docker version of reviewboard, which is more configurable
> than the ones I found on the docker hub. If anyone is interested, welcome!
> https://github.com/ikatson/docker-reviewboard
> 
> Thanks!
> 
> --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://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.
> 

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.