Skip to content

JeromeLefebvre/communicate

Repository files navigation

communicate

The website is currently at: http://whispering-springs-9434.herokuapp.com

A kivy app and Heroku hosted website

Some of the first few steps in setting things up: Some notes on installation required for the website: virtualenv --no-site-packages communicate source communicate/bin/activate pip3 install flask python hello.py ctrl-c # to quit python mkdir templates git init Create heroku account download heroku toolbelt

add https://github.com/github/gitignore/blob/master/Python.gitignore to your .gitignore pip3 install gunicorn echo "web: gunicorn hello:app">Procfile foreman start pip3 freeze>requirements.txt heroku create #essentially creates your remote repository on heroku

git add . git commit -m " initial"

On Heroku:

On Database:

On Flask:

For Kivy:

On Virtual environments (ignore the command easy_install, use pip instead):

About

A kivy app and Heroku hosted website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages