Re: Difficulties deploying Satchmo store

2012-07-03 Thread ionic drive
and is there any good reason why you go for django version 1.1?

or do you only not bother about framework versions?



On Mon, 2012-07-02 at 18:30 -0500, Jonathan Hayward wrote:

> Forgive me; I had already used search engine. The top (albeit 1.1)
> entry for "django wsgi tutorial", which did not reference later
> versions,
> was https://docs.djangoproject.com/en/1.1/howto/deployment/modwsgi/
> 
> 
> 
> My httpd.conf served up nothing but server errors (for this or any
> other site) when I had, uncommented,
> 
> 
> #
> #ServerName steampunk.stornge.com
> #ServerAdmin cjshayw...@pobox.com
> 
> 
> #
> #
> #Order deny,allow
> #allow from all
> #
> #
> 
> 
> #
> #WSGIPythonPath /home/jonathan/store/
> #WSGIScriptAlias / /home/jonathan/store/wsgi.py
> 
> 
> My wsgi.py file, with the last two lines changed, is:
> 
> 
> import os
> import sys
> 
> 
> os.environ.setdefault("DJANGO_SETTINGS_MODULE",
> "store.settings")
> 
> 
> # This application object is used by the development server
> # as well as any WSGI server configured to use this file.
> sys.path.append('/home/jonathan/store')
> import django.core.handlers.wsgi
> application = django.core.handlers.WSGIHandler()
> 
> 
> And a few days of Googling later, I find deployment more difficult
> than any other part of building a Django site. Could you lmgtfy a
> query whose top results will work?
> 
> 
> 
> On Mon, Jul 2, 2012 at 11:39 AM, ionic drive 
> wrote:
> 
> Dear Jonathan, 
> 
> I answer on Django as there is nothing Satchmo specific in
> your message.
> This link should help you on start up:
> http://lmgtfy.com/?q=mod_wsgi+django
> A developer with your skills really should know to ask
> straight forward questions and to use search engines.
> 
> Please Jonathan, your Signature is double the size of your
> email... 
> This is really hard for us to read!
> 
> good luck
> ionic
> 
> 
> 
> On Mon, 2012-07-02 at 07:53 -0500, Jonathan Hayward wrote: 
> 
> > I am trying to deploy a "Hello, world!" Satchmo store and have had 
> difficulties under Apache with mod_wsgi, Gunicorn (fails immediately on 
> attempted start), and mod_fcgi (I can start the daemon on 127.0.0.1 port 
> 1234, but my attempt to get live web interaction didn't pan out. 
> > 
> > Part of my problem is that I haven't found mod_fcgi examples. Could 
> I have an example of a .fcgi file that says to connect to this port on this 
> IP, with indicators of any additional information needed (like the project 
> path or the deploy subdirectory.)
> > 
> >  Jonathan Hayward, Author, Django JavaScript Integration: AJAX and 
> jQuery
> >  Toastmaster and Published Author (Excellent Written and Oral 
> Communicator)
> >  Ajax, CGI, CMS, CSS, Django, HTML, IA, JSON, JavaScript, LAMP, 
> Linux, Perl, PHP, Python, SQL, UI, Unix, Usability, UX, XHTML, XML
> >  With a good interest in the human side of computing and making 
> software and websites a joy to use
> > 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Difficulties deploying Satchmo store

2012-07-03 Thread ionic drive
Dear Jonathan,

I know a lot of things about you... you are an Orthodox Christian
Author, your skills are Ajax, CGI, CMS, CSS, Django, HTML, IA, JSON,
JavaScript, LAMP, Linux, Perl, PHP, Python, SQL, UI, Unix, Usability,
UX, XHTML, XML,...
I know you only check the first results in search engines, I know you do
not investigate in alternative search terms...
This things I know, because you investigate a lot to tell us.

But I have no clue what you are going to achieve.
You do not ask specific questions.
I have no clue what servers you try to run. Apache, NGINX, Caudium,
Goron, Zope...

I did not tell you that this link will solve all your problems, it only
should help you to start going.

Jonathan my friend, this is not an easy task, you will need to
investigate more time in search engines and reading than in your
signature.
Sorry, but this are the hard facts.

Again good luck
io


On Mon, 2012-07-02 at 18:30 -0500, Jonathan Hayward wrote:

> Ajax, CGI, CMS, CSS, Django, HTML, IA, JSON, JavaScript, LAMP, Linux,
> Perl, PHP, Python, SQL, UI, Unix, Usability, UX, XHTML, XML

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Difficulties deploying Satchmo store

2012-07-02 Thread ionic drive
Dear Jonathan, 

I answer on Django as there is nothing Satchmo specific in your message.
This link should help you on start up: http://lmgtfy.com/?q=mod_wsgi
+django
A developer with your skills really should know to ask straight forward
questions and to use search engines.

Please Jonathan, your Signature is double the size of your email... 
This is really hard for us to read!

good luck
ionic

On Mon, 2012-07-02 at 07:53 -0500, Jonathan Hayward wrote:

> I am trying to deploy a "Hello, world!" Satchmo store and have had 
> difficulties under Apache with mod_wsgi, Gunicorn (fails immediately on 
> attempted start), and mod_fcgi (I can start the daemon on 127.0.0.1 port 
> 1234, but my attempt to get live web interaction didn't pan out. 
> 
> Part of my problem is that I haven't found mod_fcgi examples. Could I have an 
> example of a .fcgi file that says to connect to this port on this IP, with 
> indicators of any additional information needed (like the project path or the 
> deploy subdirectory.)
> 
>  Jonathan Hayward, Author, Django JavaScript Integration: AJAX and jQuery
>  Toastmaster and Published Author (Excellent Written and Oral Communicator)
>  Ajax, CGI, CMS, CSS, Django, HTML, IA, JSON, JavaScript, LAMP, Linux, Perl, 
> PHP, Python, SQL, UI, Unix, Usability, UX, XHTML, XML
>  With a good interest in the human side of computing and making software and 
> websites a joy to use
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Difficulties deploying Satchmo store

2012-07-02 Thread Stuart Laughlin
You say "difficulties" and "fails" but you don't say what that means. Do
you have a stack trace or an error message?

I'm not much of an Apache user, but if I'm not mistaken the consensus there
is that mod_wsgi is the best way to go. Therefore I would focus on that
rather than mod_fcgi.

I'm cross-posting this answer since you cross-posted the question, but it
would probably be best to stick with the general django list unless/until
you're asking about something satchmo-specific.

Hope that helps,

--Stuart
 On Jul 2, 2012 7:53 AM, "Jonathan Hayward" <
christos.jonathan.hayw...@gmail.com> wrote:

> I am trying to deploy a "Hello, world!" Satchmo store and have had
> difficulties under Apache with mod_wsgi, Gunicorn (fails immediately on
> attempted start), and mod_fcgi (I can start the daemon on 127.0.0.1 port
> 1234, but my attempt to get live web interaction didn't pan out.
>
> Part of my problem is that I haven't found mod_fcgi examples. Could I have
> an example of a .fcgi file that says to connect to this port on this IP,
> with indicators of any additional information needed (like the project path
> or the deploy subdirectory.)
>
>  Jonathan Hayward, Author, Django JavaScript Integration: AJAX and jQuery
>  Toastmaster and Published Author (Excellent Written and Oral
> Communicator)
>  Ajax, CGI, CMS, CSS, Django, HTML, IA, JSON, JavaScript, LAMP, Linux,
> Perl, PHP, Python, SQL, UI, Unix, Usability, UX, XHTML, XML
>  With a good interest in the human side of computing and making software
> and websites a joy to use
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
> To post to this group, send email to satchmo-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> satchmo-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/satchmo-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Difficulties deploying Satchmo store

2012-07-02 Thread Jonathan Hayward
I am trying to deploy a "Hello, world!" Satchmo store and have had difficulties 
under Apache with mod_wsgi, Gunicorn (fails immediately on attempted start), 
and mod_fcgi (I can start the daemon on 127.0.0.1 port 1234, but my attempt to 
get live web interaction didn't pan out. 

Part of my problem is that I haven't found mod_fcgi examples. Could I have an 
example of a .fcgi file that says to connect to this port on this IP, with 
indicators of any additional information needed (like the project path or the 
deploy subdirectory.)

 Jonathan Hayward, Author, Django JavaScript Integration: AJAX and jQuery
 Toastmaster and Published Author (Excellent Written and Oral Communicator)
 Ajax, CGI, CMS, CSS, Django, HTML, IA, JSON, JavaScript, LAMP, Linux, Perl, 
PHP, Python, SQL, UI, Unix, Usability, UX, XHTML, XML
 With a good interest in the human side of computing and making software and 
websites a joy to use

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.