This sample is running on: https://python2-flask.is-easy-on-scalingo.com/
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.
virtualenv
. bin/activate
pip install -r requirements.txt
python app.py
Create an application on https://scalingo.com, then:
git remote add scalingo git@ssh.osc-fr1.scalingo.com:<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/