Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 892 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 892 Bytes

[DEPRECATED] Sample Application with Python and Flask

This sample is running on: https://python2-flask.is-easy-on-scalingo.com/

DEPRECATION NOTICE

With the introduction of the scalingo-20 stack, Python 2 will no longer be supported. This sample will therefore not work with the scalingo-20 stack. However, it is still functional with the scalingo-18 stack.

Run Locally

virtualenv
. bin/activate
pip install -r requirements.txt
python app.py

Deploy via Git

Create an application on https://scalingo.com, then:

git remote add scalingo [email protected]:<name_of_your_app>.git
git push scalingo master

And that's it!

The application is running at this URL: https://<name_of_your_app>.osc-fr1.scalingo.io/

Deploy via one-click

Deploy to Scalingo