[mezzanine-users] Question about switching between production and local servers

2015-06-19 Thread Brandon Keith Biggs

Hello,
I am kind of new to servers and would like to know what would be the 
best way for me to alternate between production and local servers? How 
do people do this normally?
I am running a windows computer for my local environment and Unix for my 
server.
Should I create a virtualenv on my windows and use that to configure 
mezzanine on my Linux server? Would that work?

For files, is git or doing everything through filezilla better?
Can I git the whole server? or will I need to change some settings 
between the two?

thanks,

--
Brandon Keith Biggs 

--
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] Trouble with django version

2015-06-19 Thread Aman Garg
Hello everyone,

I recently started on using the mezzanine and the cartridge frameworks 
together for web development. I am having trouble with the Django version 
currently being used by their respective releases. While the mezzanine and 
the cartridge are currently released for 1.6 version, Django people no 
longer support this version. On the other hand if i use the master git of 
mezzanine to implement django 1.8, I am unable to install cartridge 
application. 
Please help.

Thanks,
Aman

-- 
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] Question about switching between production and local servers

2015-06-19 Thread Ken Bolton
Hi Brandon,

There are as many answers to your question as there are stars in the sky.

My preferred flow is described in this rather old blog post
. All
development happens on a virtual machine hosted on my local development
box. This virtual machine is identical to the production machine. I deploy
to the virtual machine as often as necessary, and any big changes get
tested as both upgrades and from-scratch. When it comes time to deploy to
production, you've already practiced the deployment to the virtual machine.

hth.

-ken

On Fri, Jun 19, 2015 at 7:14 AM, Brandon Keith Biggs <
brandonkeithbi...@gmail.com> wrote:

>  Hello,
> I am kind of new to servers and would like to know what would be the best
> way for me to alternate between production and local servers? How do people
> do this normally?
> I am running a windows computer for my local environment and Unix for my
> server.
> Should I create a virtualenv on my windows and use that to configure
> mezzanine on my Linux server? Would that work?
> For files, is git or doing everything through filezilla better?
> Can I git the whole server? or will I need to change some settings between
> the two?
> thanks,
>
> --
> Brandon Keith Biggs 
>
> --
> 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] Question about switching between production and local servers

2015-06-19 Thread Brandon Keith Biggs

Hello Ken,
my question is more along the lines of:
what needs to change between windows and Linux?
Can I just create everything on my windows and git it to the Linux and 
have it work?

thanks,

Brandon Keith Biggs 
On 6/19/2015 7:00 PM, Ken Bolton wrote:

Hi Brandon,

There are as many answers to your question as there are stars in the sky.

My preferred flow is described in this rather old blog post 
. All 
development happens on a virtual machine hosted on my local 
development box. This virtual machine is identical to the production 
machine. I deploy to the virtual machine as often as necessary, and 
any big changes get tested as both upgrades and from-scratch. When it 
comes time to deploy to production, you've already practiced the 
deployment to the virtual machine.


hth.

-ken

On Fri, Jun 19, 2015 at 7:14 AM, Brandon Keith Biggs 
mailto:brandonkeithbi...@gmail.com>> wrote:


Hello,
I am kind of new to servers and would like to know what would be
the best way for me to alternate between production and local
servers? How do people do this normally?
I am running a windows computer for my local environment and Unix
for my server.
Should I create a virtualenv on my windows and use that to
configure mezzanine on my Linux server? Would that work?
For files, is git or doing everything through filezilla better?
Can I git the whole server? or will I need to change some settings
between the two?
thanks,

-- 
Brandon Keith Biggs 
-- 
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.


--
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] Question about switching between production and local servers

2015-06-19 Thread Brandon Keith Biggs

Hello,
So I read through that guide and I have more questions...
Why does mezzanine itself have ssh info? One can't ssh into mezzanine, 
that is not how ssh works is it?
Also, what exactly does this fabfile.py do? If I run it on my windows 
what will it do? Will it work the same in Linux?

thanks,

Brandon Keith Biggs 
On 6/19/2015 7:17 PM, Brandon Keith Biggs wrote:

Hello Ken,
my question is more along the lines of:
what needs to change between windows and Linux?
Can I just create everything on my windows and git it to the Linux and 
have it work?

thanks,

Brandon Keith Biggs 
On 6/19/2015 7:00 PM, Ken Bolton wrote:

Hi Brandon,

There are as many answers to your question as there are stars in the sky.

My preferred flow is described in this rather old blog post 
. All 
development happens on a virtual machine hosted on my local 
development box. This virtual machine is identical to the production 
machine. I deploy to the virtual machine as often as necessary, and 
any big changes get tested as both upgrades and from-scratch. When it 
comes time to deploy to production, you've already practiced the 
deployment to the virtual machine.


hth.

-ken

On Fri, Jun 19, 2015 at 7:14 AM, Brandon Keith Biggs 
mailto:brandonkeithbi...@gmail.com>> wrote:


Hello,
I am kind of new to servers and would like to know what would be
the best way for me to alternate between production and local
servers? How do people do this normally?
I am running a windows computer for my local environment and Unix
for my server.
Should I create a virtualenv on my windows and use that to
configure mezzanine on my Linux server? Would that work?
For files, is git or doing everything through filezilla better?
Can I git the whole server? or will I need to change some
settings between the two?
thanks,

-- 
Brandon Keith Biggs 
-- 
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.




--
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] Trouble with django version

2015-06-19 Thread Mathias Ettinger
By the time cartridge gets updated as well, you could try using a compatible 
version of mezzanine. Like 
https://github.com/stephenmcd/mezzanine/tree/a0df8300ed943fdae89b6f517f8ad54986ac9afd

-- 
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] Re: pip error on install mezzanine

2015-06-19 Thread Mahdi Bornazadeh
why don't you work in virtualenv?

I just create a new mezzanine project in ubuntu 14.04 and python3.4 with 
these commands

sudo apt-get install python3  python3-pip3 
sudo pip3 install virtualenv virtualenvwrapper

and then you don't need sudo commands
continue in virutualenv

# to crate virtualenv with name mezzvenv
mkvirtualenv mezzvenv

 # install mezzanine in virtualenv
pip install mezzanine

# or install latest development version from github
pip install -e git+https:
//github.com/stephenmcd/mezzanine.git@master#egg=Mezzanine



and proceed with mezzanine-project , ..

if you want to activate virtualenv use
 workon mezzvenv


and to deactivate virtualenv use 
deactivate 


or active another virtualenv.

-- 
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] Re: Trouble with django version

2015-06-19 Thread William Dai

I am actually on same boat.  I have seen discussion that Mezzanine will 
soon release with Django 1.8 LTS.  I am guessing Cartridge will be there 
too.  Is Cartridge behind on supporting Django 1.8?  I have not loaded dev 
version yet but I am planning to.

Since I start a new project now, it makes sense for me to download latest 
dev versions with Django 1.8, instead of working on 1.6.x

Thanks,
William

-- 
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] Re: How send email on server ubuntu digitalocean?

2015-06-19 Thread nisit sirimarnkit
Some time, It' have email warning from google about account not security.

เมื่อ วันศุกร์ที่ 19 มิถุนายน ค.ศ. 2015 9 นาฬิกา 47 นาที 44 วินาที UTC+7, 
nisit sirimarnkit เขียนว่า:
>
> I can send email from contact form on runserver 127.0.0.1:8000 
> (localhost). But on real server not work don't have list email, I use 
> UBUNTU digitalocean and install Postfix already followed this link 
> https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-14-04
>  
>

-- 
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] Re: Trouble with django version

2015-06-19 Thread Aman Garg
As I mentioned earlier, the problem is that when using the development 
version, I am unable to install cartridge for that version. It seems 
cartridge is only compatible presently with the release version.

On Saturday, 20 June 2015 02:38:43 UTC+5:30, Mathias Ettinger wrote:
>
> By the time cartridge gets updated as well, you could try using a 
> compatible version of mezzanine. Like 
> https://github.com/stephenmcd/mezzanine/tree/a0df8300ed943fdae89b6f517f8ad54986ac9afd

-- 
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] Re: Trouble with django version

2015-06-19 Thread Eduardo Rivas
Hmm, I remember trying both before without problem. Off the top of my head
(and take this with a grain of salt), install mezzanine first from git on
the virtual env, but make sure it is recognized as 3.1.10. Then install
cartridge from git. It will check in the virtual env that mezzanine 3.1.10
is already installed and that way it won't download anything.

What I haven't tested is the new mezzanine project layout, which might
break cartridge.

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