Navigation Menu

Skip to content

olawiberg/heroku-buildpack-meteor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Heroku buildpack for meteor using mongolab

Usage

% heroku create --stack cedar --buildpack https://github.com/olawiberg/heroku-buildpack-meteor.git

Example

Create a sample app with 'meteor'

% meteor create --example wordplay
wordplay: created.

To run your new app:
   cd wordplay
   meteor

Put it in git.

% cd wordplay
% git init
Initialized empty Git repository in /tmp/a/wordplay/.git/
% git add .
% git commit -m "Sample wordplay app!"

Create your heroku app

% heroku create --stack cedar --buildpack https://github.com/olawiberg/heroku-buildpack-meteor.git

Deploy it

% git push heroku

Enjoy!

About

a heroku buildpack for meteor using mongolab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%