Skip to content

y-yoshinoya/play20-mongodb-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play! 2.0 + MongoDB Sample Application

Sample Heroku URL

http://play20-mongodb-sample.herokuapp.com/

Commands (Deploying an app to Heroku)

$ git init
$ git add.
$ git commit -m "init"
$ heroku create --stack cedar
Creating severe-beach-4553... done, stack is cedar
http://severe-beach-4553.herokuapp.com/ | [email protected]:severe-beach-4553.git
$ heroku rename play20-mongodb-sample --app severe-beach-4553
$ heroku scale web=1
$ heroku addons:add mongolab:starter
$ git push heroku master
$ heroku open

About

Play 2.0 + MongoDB Sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published