oortcloud / heroku-buildpack-meteorite

MIT License
189 stars 97 forks source link

Switch to demeteorizer to build apps #41

Open Tarang opened 10 years ago

Tarang commented 10 years ago

Allows binary NPM modules

Please review, i'm a bit unsure of the convention used with heroku. I've tested this and it works with Dokku.

Also should reinstall fibers!

P.S sorry about all the commits, the actual changes are actually minor.

picsoung commented 10 years ago

Any news on that ? I am using some NPM packages.. and looks like it's not compatible with this buildpack yet :( @Tarang what is the workflow to use your solution ?

Soulou commented 10 years ago

And why do the commits installing demetorizer have been reverted?

paralin commented 9 years ago

Do we want to do this still as of Meteor 1.0?

paralin commented 9 years ago

Obviously this repository is basically legacy now that Meteorite isn't used much but... Why don't we migrate to a new buildpack for Meteor 1.0? There are a few already, but an oortcloud sponsored one would be goodk

Soulou commented 9 years ago

@paralin I've developed a nodejs buildpack with complete integration of Meteor. It's using demeteorizer underneath and works perfectly in production at Scalingo.

https://github.com/Scalingo/nodejs-buildpack

AndrewMagliozzi commented 9 years ago

Hey All, we have a buildpack we've been using for our Meteor 1.0 app. Here's the link: https://github.com/AdmitHub/meteor-buildpack-horse

Feel free to use or fork it at your convenience.