Skip to content

Demo application on OpenShift | A sample OpenShift application that loads tweets into MongoDB

Notifications You must be signed in to change notification settings

yusmawita/phpmongotweet-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPMongoTweet on OpenShift

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

Running on OpenShift

Create an account at https://www.openshift.com

Create a php application with mongodb

rhc app create phpmongotweet php-5.3 mongodb-2

Add this upstream phpmongotweet repo

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

Demo application on OpenShift | A sample OpenShift application that loads tweets into MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • PHP 24.0%
  • CSS 14.8%
  • Shell 2.5%