On Nov 9, 7:24 pm, David Kuriakose <
dak...@gmail.com> wrote:
> Hi --
>
> I just installed and set up a local Django environment using bitnami
> djangostack (
http://bitnami.org/stack/djangostack). How can I install
> Pinax over my existing Django stack? I am assuming the normal
> installation documentation will not suffice.
As long as this encapsulated environment has a relatively normal
install of python - you should be able to just use the standard pinax
install instructions. Because pinax sets up its own contained
environment (virtualenv), it will exist inside the djangostack - but
with its own copy of django - think nesting dolls. Have you tried just
following instructions?
If this djangostack is doing something funky with the way its copy of
python works such that the standard pinax install won't work, it will
be easier to set up a standard dev environment (abandon djangostack)
and use pinax there, then it would be to disassemble pinax and install
it into the djangostack env.
I don't know if anyone has developed a AWP (Apache,mod_wsgi,Python)
packaged devstack, but that could be interesting.
-Preston
>
> I want to test out Pinax and then if it is good to go install Pinax on
> my live virtual server (which also has Django already installed).
>
> Any advice would be appreciated. Thanks.