Skip to content

PennApps Spring 2013 project. A Python/Flask web app that takes the user to different Tumblr pages based off of his or her interests. It is essentially like StumbleUpon, but specific to Tumblr blogs, because Tumblr seems to be a common way for people to spend time browsing.

jhuang314/Stumblr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask on OpenShift

This git repository helps you get up and running quickly w/ a Flask installation on OpenShift.

Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a python-2.6 application

rhc app create -a flask -t python-2.6

Add this upstream flask repo

cd flask
git remote add upstream -m master git://github.com/openshift/flask-example.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at:

http://flask-$yournamespace.rhcloud.com

About

PennApps Spring 2013 project. A Python/Flask web app that takes the user to different Tumblr pages based off of his or her interests. It is essentially like StumbleUpon, but specific to Tumblr blogs, because Tumblr seems to be a common way for people to spend time browsing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • Python 15.4%
  • Shell 1.4%