Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27448

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

References <c5aa3e36-5ad0-4675-a928-53c1ce144b83@googlegroups.com> <mailman.3427.1345230754.4697.python-list@python.org> <080534b4-828e-4e29-9d8e-e1c68378e9fa@googlegroups.com>
Date 2012-08-19 21:35 -0400
Subject Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS
From Jerry Hill <malaclypse2@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3533.1345426530.4697.python-list@python.org> (permalink)

Show all headers | View raw


On Sun, Aug 19, 2012 at 6:27 PM, coldfire <amangill.coldfire@gmail.com> wrote:
> Also I have no idea how to deploy a python script online.
> I have done that on my local PC using Apache server and cgi but it Works fine.
> Whats this all called? as far as I have searched its Web Framework but I dont wont to develop  a website Just a Server which can run my scripts at specific time and send me email if an error occurs.
> I use Python And i am not getting any lead.

If you want to host web pages, like your're doing on your local pc
with Apache and cgi, then you need an account with a web server, and a
way to deploy your scripts and other content.  This is often known as
a 'web hosting service'[1].  The exact capabilities and restrictions
will vary from provider to provider.

If you just want an alway-on, internet accessable place to store and
run your python scripts, you may be interested in a 'shell
account'[2], or if you need more control over the environment, a
'virtual private server'[3].

That may give you a few terms to google, and see what kind of service you need.

1 http://en.wikipedia.org/wiki/Shell_account
2 http://en.wikipedia.org/wiki/Web_host
3 http://en.wikipedia.org/wiki/Virtual_private_server

-- 
Jerry

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-17 05:46 -0700
  Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS Ian Kelly <ian.g.kelly@gmail.com> - 2012-08-17 13:12 -0600
    Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-19 15:27 -0700
    Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-19 15:27 -0700
      Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS Jerry Hill <malaclypse2@gmail.com> - 2012-08-19 21:35 -0400
        Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-20 00:03 -0700
          Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-20 08:39 +0100
        Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-20 00:03 -0700
  Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-19 15:28 -0700
  Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-25 17:11 -0700

csiph-web