Re: [mezzanine-users] Re: Dokku and Docker

2015-04-17 Thread Flavio Barros
Thanks, i knew the repo, and i'm using as a demo. BUT it's ready to
production?

From what i can see everything is installed at the same docker container. I
was wondering if there is something like fabric, but with docker containers.


  [image: photo]
*Flavio Barros*
Doutorando, Unicamp
 w:www.flaviobarros.net

https://www.linkedin.com/profile/public-profile-settings?trk=prof-edit-edit-public_profile
Meu Blog Handwritten digit recognition – Part1
http://feedproxy.google.com/~r/FlavioBarros/~3/dlnBN09FQAI/
 A mind with thoughts and ideas is like a search engine on a computer.
But, You must type them in order to get results. - Eric Longoria
https://www.quotesdaddy.com/quote/1406944/eric-longoria/a-mind-with-thoughts-and-ideas-is-like-a-search-engine
 Get a signature like this:
http://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9
Click
here!
http://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9

On Thu, Apr 16, 2015 at 9:13 PM, Stephen McDonald st...@jupo.org wrote:

 See here: https://github.com/stephenmcd/mezzanine/pull/1186

 On Fri, Apr 17, 2015 at 4:48 AM, Flavio Barros flaviomargar...@gmail.com
 wrote:

 Sorrym Ctrl+Enter...

 Well, anyone trying to use docker or dokku?
 I have a 10G digitalocean VPS where i have two Wordpress installations
 running. I would like to deploy a mezzanine instance as well. Someone has
 tried something like this?

 OBS: Just personal blogs.

 Em quinta-feira, 16 de abril de 2015 15:44:56 UTC-3, Flavio Barros
 escreveu:

 I

   [image: photo]
 *Flavio Barros*
 Doutorando, Unicamp
  w:www.flaviobarros.net

 https://www.linkedin.com/profile/public-profile-settings?trk=prof-edit-edit-public_profile
 Meu Blog Handwritten digit recognition – Part1
 http://feedproxy.google.com/~r/FlavioBarros/~3/dlnBN09FQAI/
  If ever there is tomorrow when we're not together.. there is
 something you must always remember. you are braver than you believe,
 stronger than you s...
 https://www.quotesdaddy.com/quote/280037/winnie-the-pooh/if-ever-there-is-tomorrow-when-were-not-together-there
  Get a signature like this:
 http://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9
  Click
 here!
 http://ws-stats.appspot.com/r?rdata=eyJydXJsIjogImh0dHA6Ly93d3cud2lzZXN0YW1wLmNvbS8/dXRtX3NvdXJjZT1leHRlbnNpb24mdXRtX21lZGl1bT1lbWFpbCZ1dG1fY2FtcGFpZ249cHJvbW9fNDUiLCAiZSI6ICJwcm9tb180NV9jbGljayJ9

  --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




 --
 Stephen McDonald
 http://jupo.org

 --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] PostgreSQL version on terminal

2015-04-17 Thread Graham

Well its not a major but running
SHOW server_version gives 9.3.6
SHOW server_version_num gives 90306

The Mezzanine code is here
https://github.com/stephenmcd/mezzanine/blob/90912aff8a2858ac4466d8d4677e5be5d9da149f/mezzanine/core/management/commands/runserver.py#L56

So we end up with a tuple (9.0306, 3.06, 6) which is then '.'joined to 
give 9.0306.3.06.6


I am guessing that the desired outcome is 9.3.6

I will have a look to see if I can see a solution and report back

g



On 18/04/15 13:27, Ken Bolton wrote:

If my memory serves -
Server version: 9.0306.3.06.6
Client, aka psql, version: 9.3.6


hth,
ken

On Fri, Apr 17, 2015 at 9:14 PM, Graham Oliver 
greenbay.gra...@gmail.com mailto:greenbay.gra...@gmail.com wrote:


Just started using PostgreSQL and notice that on the terminal when
I execute the runserver command the PostgreSQL version comes up as

PostgreSQL 9.0306.3.06.6

When I run psql --version

I get 9.3.6

ot sure if they should match or not

g
-- 
You received this message because you are subscribed to the Google

Groups Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it,
send an email to mezzanine-users+unsubscr...@googlegroups.com
mailto:mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google 
Groups Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to mezzanine-users+unsubscr...@googlegroups.com 
mailto:mezzanine-users+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.


--
T : 021 081 71732

--
You received this message because you are subscribed to the Google Groups Mezzanine 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[mezzanine-users] PostgreSQL version on terminal

2015-04-17 Thread Graham Oliver
Just started using PostgreSQL and notice that on the terminal when I 
execute the runserver command the PostgreSQL version comes up as

PostgreSQL 9.0306.3.06.6

When I run psql --version

I get 9.3.6

Not sure if they should match or not

g

-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] PostgreSQL version on terminal

2015-04-17 Thread Ken Bolton
If my memory serves -
Server version: 9.0306.3.06.6
Client, aka psql, version: 9.3.6


hth,
ken

On Fri, Apr 17, 2015 at 9:14 PM, Graham Oliver greenbay.gra...@gmail.com
wrote:

 Just started using PostgreSQL and notice that on the terminal when I
 execute the runserver command the PostgreSQL version comes up as

 PostgreSQL 9.0306.3.06.6

 When I run psql --version

 I get 9.3.6

 Not sure if they should match or not

 g

 --
 You received this message because you are subscribed to the Google Groups
 Mezzanine Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Mezzanine Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.