Deployment to VM (full root access) with container or not?

2020-09-10 Thread guettli
I know this page: https://docs.djangoproject.com/en/3.1/howto/deployment/ And yes, I could help myself to get my django project running on a webserver. Nevertheless I would like to follow a common way instead of hacking it on my own. In the past I used this pattern: I created a linux user for e

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-06-15 Thread Kurtis Mullins
name -m... x86_64 > >> checking for --without-gcc... no > >> checking for gcc... no > >> checking for cc... no > >> checking for cl.exe... no > >> configure: error: in `/home/dan/usr-32/Python-2.7.3': > >> configure: error: no accep

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-06-15 Thread Dan Santos
in `/home/dan/usr-32/Python-2.7.3': >> configure: error: no acceptable C compiler found in $PATH >> See `config.log' for more details >> >> >> How do I deal with this on my shared host account with no root access? >> > > -- > You received thi

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-25 Thread darwin31
r cl.exe... no > configure: error: in `/home/dan/usr-32/Python-2.7.3': > configure: error: no acceptable C compiler found in $PATH > See `config.log' for more details > > > How do I deal with this on my shared host account with no root access? > -- You received thi

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-24 Thread darwin31
r cl.exe... no > configure: error: in `/home/dan/usr-32/Python-2.7.3': > configure: error: no acceptable C compiler found in $PATH > See `config.log' for more details > > > How do I deal with this on my shared host account with no root access? > Em sábado, 12 de maio de 2

Re: How do you install Django on a shared hosting without root access?

2012-05-17 Thread Dan Santos
t; > > > > On Sunday, May 13, 2012 11:15:28 PM UTC+2, Gerald Klein wrote: > >> > >> What host? > >> > >> > >> thanks > >> > >> --jerry > >> > >> On Sun, May 13, 2012 at 2:49 PM, Dan Santos > wrote: >

Re: How do you install Django on a shared hosting without root access?

2012-05-17 Thread Alec Taylor
n Sun, May 13, 2012 at 2:49 PM, Dan Santos wrote: >>> >>> I forced my local web host (twisted their arm) and the day after they >>> created a new procedure for setting up Django without having to use root >>> access. >>> >>> Problem solved :) >&

Re: How do you install Django on a shared hosting without root access?

2012-05-17 Thread Dan Santos
M UTC+2, Gerald Klein wrote: > > What host? > > > thanks > > --jerry > > On Sun, May 13, 2012 at 2:49 PM, Dan Santos wrote: > >> I forced my local web host (twisted their arm) and the day after they >> created a new procedure for setting up Dja

Re: How do you install Django on a shared hosting without root access?

2012-05-13 Thread Babatunde Akinyanmi
setting up Django without having to use root >> access. >> >> Problem solved :) >> >> >> >> On Saturday, May 12, 2012 8:39:27 PM UTC+2, Dan Santos wrote: >>> >>> Hi I'm confused about how to setup Django on my shared hosting account &g

Re: How do you install Django on a shared hosting without root access?

2012-05-13 Thread Gerald Klein
What host? thanks --jerry On Sun, May 13, 2012 at 2:49 PM, Dan Santos wrote: > I forced my local web host (twisted their arm) and the day after they > created a new procedure for setting up Django without having to use root > access. > > Problem solved :) > > > >

Re: How do you install Django on a shared hosting without root access?

2012-05-13 Thread Dan Santos
I forced my local web host (twisted their arm) and the day after they created a new procedure for setting up Django without having to use root access. Problem solved :) On Saturday, May 12, 2012 8:39:27 PM UTC+2, Dan Santos wrote: > > Hi I'm confused about how to setup Django o

Re: How do you install Django on a shared hosting without root access?

2012-05-13 Thread Babatunde Akinyanmi
Alwaysdata.com will also save you headaches, has excellent support plus they have a free plan. On 5/12/12, Michael Ray wrote: > I second Webfaction! It will save you a lot of headaches. > > -- > Michael Ray > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > On Saturday, May 12, 2012 a

Re: How do you install Django on a shared hosting without root access?

2012-05-12 Thread Michael Ray
I second Webfaction! It will save you a lot of headaches. -- Michael Ray Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, May 12, 2012 at 3:22 PM, Timothy Makobu wrote: > Hi, the host needs to specifically say they support python, then you know > wsgi works with them. Chec

Re: How do you install Django on a shared hosting without root access?

2012-05-12 Thread Timothy Makobu
Hi, the host needs to specifically say they support python, then you know wsgi works with them. Check out webfaction.com On May 12, 2012 9:39 PM, "Dan Santos" wrote: > Hi I'm confused about how to setup Django on my shared hosting account > without using root. They don't have Django or Python su

How do you install Django on a shared hosting without root access?

2012-05-12 Thread Dan Santos
Hi I'm confused about how to setup Django on my shared hosting account without using root. They don't have Django or Python support so I will have to install everything from scratch I guess. Do I install things in this order for shared hosting, or have I messed up the order when not using root

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Alec Taylor
... x86_64 >>> checking for --without-gcc... no >>> checking for gcc... no >>> checking for cc... no >>> checking for cl.exe... no >>> configure: error: in `/home/dan/usr-32/Python-2.7.**3': >>> configure: error: no acceptable C compile

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Dan Santos
r cl.exe... no >> configure: error: in `/home/dan/usr-32/Python-2.7.3': >> configure: error: no acceptable C compiler found in $PATH >> See `config.log' for more details >> >> >> How do I deal with this on my shared host account with no root access? >>

Re: How to setup Python 2.7 and Virtualenv on a shared host with no root access?

2012-05-12 Thread Alec Taylor
.exe... no > configure: error: in `/home/dan/usr-32/Python-2.7.3': > configure: error: no acceptable C compiler found in $PATH > See `config.log' for more details > > > How do I deal with this on my shared host account with no root access? > > -- > You receive

Re: Installation without root access

2010-02-12 Thread orbital_fox
OK, here are the stuff ive discovered so far. I did the silly mistake of putting in the htaccess file.. If you are setting up a django app setting with htaccess you dont need the tag. Just the directives inside. Also the Python directives are not recognised because the mod_python is not install

Re: Installation without root access

2010-02-12 Thread orbital_fox
I have managed to install django to a certain extend. What i did was downloaded (wget) django to the server. Decompressed it and then the run: python setup.py install --home That way the django packages were installed in my folder. It worked for a while (import django) but now it has stopped. I th

Re: Installation without root access

2010-02-11 Thread James Bennett
On Thu, Feb 11, 2010 at 4:32 AM, orbital_fox wrote: > Is there a way and guides on how to install django without having root > access on a system? What are the requirements? The single most useful thing you're going to be able to do for yourself is go work through the standard Pyth

Re: Installation without root access

2010-02-11 Thread Sam Lai
On 11 February 2010 21:32, orbital_fox wrote: > Is there a way and guides on how to install django without having root > access on a system? What are the requirements? The easiest way I think is to use virtualenv, which creates a virtual python environment in a directory that you have

Re: Installation without root access

2010-02-11 Thread Jonas Obrist
orbital_fox wrote: Is there a way and guides on how to install django without having root access on a system? What are the requirements? With regards, Orbital Fox This is possible but not very nice. I run some sites off a shared hosting. You do need shell access though. Jonas -- You

Installation without root access

2010-02-11 Thread orbital_fox
Is there a way and guides on how to install django without having root access on a system? What are the requirements? With regards, Orbital Fox -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Root Access

2008-07-14 Thread Jeff Gentry
> I don't think that is true, the only time I needed root was when I was > symlinking django into /usr/lib/python2.5/site-packages/ but since you I've run Django on machines w/ no root access and nothing special installed for me. Granted I've been running off of no

Re: Root Access

2008-07-12 Thread James Matthews
I have used dreamhost and hosted Django. While root is the best Django ran smoothly! On Sat, Jul 12, 2008 at 10:22 PM, Tim Johnson <[EMAIL PROTECTED]> wrote: > > Hi: > Just wanted to thank all of you for the responses. > Good data set! > "Not bad for two fingers" > cheers > tim > > > > --

Re: Root Access

2008-07-12 Thread Tim Johnson
Hi: Just wanted to thank all of you for the responses. Good data set! "Not bad for two fingers" cheers tim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email t

Re: Root Access

2008-07-12 Thread Dan Ellis
The only thing you really /need/ root for is having some web server process (usually Apache or lighttpd, for example) bind to port 80. Everything else can be done without it. In fact, in any typical set up, once port 80 has been bound to you're not running as root any more anyway. --~--~-

Re: Root Access

2008-07-12 Thread Tim Johnson
On Saturday 12 July 2008, [EMAIL PROTECTED] wrote: > I don't think that is true, the only time I needed root was when I was > symlinking django into /usr/lib/python2.5/site-packages/ but since you > can put it anywhere on your python path, you just need to symlink it > somewhere that's on your pat

Re: Root Access

2008-07-12 Thread Kenneth Gonsalves
re that's on your path and doesn't require root, since you need > a location like this to run any python software this doesn't seem like > an issue to me. if you are using mod_python - configuring and restarting apache is an issue. Webfaction, for example, allows you to do thi

Re: Root Access

2008-07-12 Thread Andrew Ingram
Tim, It is possible to get django running without root access but you will need certain levels of permissions to do things like adding libraries to the python path, there are guides to installing Django on shared hosting environments like dreamhost where they don't give you root - though

Re: Root Access

2008-07-12 Thread [EMAIL PROTECTED]
://www.amazon.com/gp/product/1590597257/ref=s9subs_c4_img2-rfc_p?... > Caution: The URL above is very long and expect your email program to wrap it. > > The follow excerpt of a review says this: > """ > .the fact that there's not really any good way to get Dj

Root Access

2008-07-12 Thread Tim Johnson
240301&pf_rd_i=507846 Caution: The URL above is very long and expect your email program to wrap it. The follow excerpt of a review says this: """ .the fact that there's not really any good way to get Django running smoothly without root access to the server- "&qu

Re: deploying django at unix/linux homepage space without root access

2008-05-05 Thread Jeff Anderson
Bing wrote: Now if I want to deploy the website so that other people can visit it under my homepage space, http://name.of.some.site/~user/ what should I do? You should use mod_python and apache. If that is too much trouble (probably is based on how your setup sounds), use fastcgi. Don't use t

deploying django at unix/linux homepage space without root access

2008-05-05 Thread Bing
I have a small django application which is running on a development server. The platform is linux and I am able to view the django-powered pages at the url like http://127.0.0.1:8000/ Now if I want to deploy the website so that other people can visit it under my homepage space, http://name.of.s

Re: Has anyone run Django on a cpanel box (w/root access)

2006-09-15 Thread Sean Schertell
: > > why not build mod-proxy into the apache13 ? > that would be the simplest option. > > regards > Ian > On 15/09/2006, at 2:50 PM, [EMAIL PROTECTED] wrote: > >> >> Hi guys, >> >> I need to install a django app onto a client's cpanel box.

Re: Has anyone run Django on a cpanel box (w/root access)

2006-09-14 Thread Ian Holsman
why not build mod-proxy into the apache13 ? that would be the simplest option. regards Ian On 15/09/2006, at 2:50 PM, [EMAIL PROTECTED] wrote: > > Hi guys, > > I need to install a django app onto a client's cpanel box. I have root > access and can install whatever's n

Has anyone run Django on a cpanel box (w/root access)

2006-09-14 Thread sean
Hi guys, I need to install a django app onto a client's cpanel box. I have root access and can install whatever's needed. But the trouble is that cpanel still uses Apache 1.3 (ugh). And to make matters worse, it uses Apache 1.3 without the mod_proxy module. I can't install