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
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
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
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
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
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:
>
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 :)
>&
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
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
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 :)
>
>
>
>
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
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
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
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
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
... 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
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?
>>
.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
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
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
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
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
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
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
> 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
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
>
> >
>
--
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
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.
--~--~-
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 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
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
://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
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
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
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
:
>
> 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.
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
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
38 matches
Mail list logo