Skip to content

sample OpenShift Express app that loads tweets into MongoDB

Notifications You must be signed in to change notification settings

double-z/phpmongotweet-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPMongoTweet on OpenShift Express

This git repository helps you get up and running quickly w/ a PHP sample application that uses MongoDB on OpenShift Express

Running on OpenShift

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

Create a php-5.3 application

rhc-create-app -a phpmongotweet -t php-5.3

Add MongoDB support to your application

rhc-ctl-app -a phpmongotweet -e add-mongodb-2.0

Add this upstream phpmongotweet repo

cd phpmongotweet
git remote add upstream -m master git://github.com/openshift/phpmongotweet-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://phpmongotweet-$yourlogin.rhcloud.com

About

sample OpenShift Express app that loads tweets into MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published