Skip to content

Buildpack for meteor projects which has been compiled locally

Notifications You must be signed in to change notification settings

tadasdanielius/cf-meteor-pb-buildback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Meteor 1.3 deployment on Bluemix environment

Many changes has been incorporated into Meteor version 1.3.2.4. Instead of wrapping packages in Atmosphere the packages now are installed straight from NPM. Migration from AtmosphereJs to NPM caused problems deploying projects to Bluemix environment, since during build process it creates many files but bluemix staging environemnt has limits in place on how many files can be uploaded. As such made Cloud Foundary Community provided buildpack became obsolete.

Locally compile and depoloy

One of the possible ways to overcome this limitation is to build project locally upload tarball to bluemix and setup the rest remotely, and this buildpack does exactly that.

Based on Community buildback

Simply build your app locally

meteor build /some/path/deploy

And push it to bluemix

cd /some/path/deploy
cf push app_name -b https://github.com/tadasdanielius/cf-meteor-pb-buildback.git

About

Buildpack for meteor projects which has been compiled locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages