ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS
Jerry Hill
malaclypse2 at gmail.com
Sun Aug 19 21:35:27 EDT 2012
On Sun, Aug 19, 2012 at 6:27 PM, coldfire <amangill.coldfire at 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
More information about the Python-list
mailing list