Sign inSign up

tutum/quickstart-python

By tutum

Updated almost 11 years ago

Tutorial for getting started with Python apps in Tutum

Image
6

50K+

tutum/quickstart-python repository overview

quickstart-python

Deploy to Tutum

A simple Python app (using Flask) which can easily be deployed to Tutum.

This application support the Getting Started with Python on Tutum article - check it out.

Running locally
$ git clone https://github.com/tutumcloud/quickstart-python.git
$ cd quickstart-python
$ docker build --tag quickstart-python .
$ docker run -d -p 80 quickstart-python

Alternatively, you can run the dockerized version:

$ docker run -d -p 80 tutum/quickstart-python

Your app should now be running:

curl 192.168.59.103:49153
Hello World!</br>Hostname: ebf2b5258db0</br>Counter: Redis Cache not found, counter disabled.
Deploying to Tutum

Install the Tutum CLI.

$ tutum login
$ tutum service run tutum/quickstart-python 

Continue with this tutorial here.

Tag summary

Content type

Image

Digest

sha256:f6b832af7

Size

287.3 MB

Last updated

almost 11 years ago

docker pull tutum/quickstart-python