digidotcom / xbeewificloudkit

XBee Wi-Fi Cloud Kit
Mozilla Public License 2.0
16 stars 18 forks source link

Configure the new app to use multi-buildpacks on heroku #5

Closed arunnediyasala closed 6 years ago

arunnediyasala commented 6 years ago

Configure the new app to use multi-buildpacks (NodeJS & python in our case):

heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

I am getting error like ▸ No app specified How can I solve this

brandonmoser commented 6 years ago

This means that you need to provide the app flag, since you probably have multiple applications in your Heroku account.

https://devcenter.heroku.com/articles/using-the-cli#app-commands https://devcenter.heroku.com/articles/using-the-cli#app-commands

heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git https://github.com/ddollar/heroku-buildpack-multi.git --app my_app_name

-- Brandon Moser brandon@brandonmoser.com

On Dec 28, 2017, at 8:54 AM, arunnediyasala notifications@github.com wrote:

Configure the new app to use multi-buildpacks (NodeJS & python in our case):

heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git https://github.com/ddollar/heroku-buildpack-multi.git I am getting error like ▸ No app specified How can I solve this

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/digidotcom/xbeewificloudkit/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZKtkwJj6MW6Dkn1Y4yiv_MW8NK-nNZks5tE6ungaJpZM4ROY6j.

arunnediyasala commented 6 years ago

Thanks that was working fine but I got a new error while pushing

git push heroku master error: src refspec master does not match any. error: failed to push some refs to 'heroku'

brandonmoser commented 6 years ago

Ok, these are basic errors in your setup. Please read this article, https://devcenter.heroku.com/articles/git https://devcenter.heroku.com/articles/git

-- Brandon Moser brandon@brandonmoser.com

On Dec 28, 2017, at 11:06 AM, arunnediyasala notifications@github.com wrote:

Thanks that was working fine but I got a new error while pushing

git push heroku master error: src refspec master does not match any. error: failed to push some refs to 'heroku'

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/digidotcom/xbeewificloudkit/issues/5#issuecomment-354321271, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZKtih9Z9OrNofUIDFDCdsMr_xLJRKOks5tE8qNgaJpZM4ROY6j.

arunnediyasala commented 6 years ago

Hi, I got another error like failed to compile Multipack app. Here I am attaching the screen shot please have a look.

Regards, Arun soman

On Thu, Dec 28, 2017 at 11:10 AM, Brandon Moser notifications@github.com wrote:

Ok, these are basic errors in your setup. Please read this article, https://devcenter.heroku.com/articles/git https://devcenter.heroku.com/ articles/git

-- Brandon Moser brandon@brandonmoser.com

On Dec 28, 2017, at 11:06 AM, arunnediyasala notifications@github.com wrote:

Thanks that was working fine but I got a new error while pushing

git push heroku master error: src refspec master does not match any. error: failed to push some refs to 'heroku'

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ digidotcom/xbeewificloudkit/issues/5#issuecomment-354321271, or mute the thread https://github.com/notifications/unsubscribe-auth/ AAZKtih9Z9OrNofUIDFDCdsMr_xLJRKOks5tE8qNgaJpZM4ROY6j.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/digidotcom/xbeewificloudkit/issues/5#issuecomment-354321877, or mute the thread https://github.com/notifications/unsubscribe-auth/AU8vE5m4DMTVYsIJHLpe0FdWYgHV6_ZOks5tE8t7gaJpZM4ROY6j .

-- Arun Soman

arunsoman@rajagiritech.ac.in

brandonmoser commented 6 years ago

Screenshots do not work on Github issues (via email), you'll need to post the text of the error.

arunnediyasala commented 6 years ago

remote: -----> Multipack app detected remote: WARNING: This buildpack is no longer maintained. remote: remote: Please choose a different buildpack or go to https://github.com/ddollar/heroku-buildpack-multi remote: and fork it to your own account. remote: remote: This buildpack will cease to function at the stroke of midnight on January 1, 2017. remote: ! Push rejected, failed to compile Multipack app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to aqueous-tor-57126. remote: To https://git.heroku.com/aqueous-tor-57126.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/aqueous-tor-57126.git'

arunnediyasala commented 6 years ago

Hi How to solve the above issue???

brandonmoser commented 6 years ago

I just realized you're working from the master branch. The develop branch instructions have been corrected.

arunnediyasala commented 6 years ago

Thanks for your replay .

brandonmoser commented 6 years ago

We've merged the Develop branch into the Master branch, please review the changes.

arunnediyasala commented 6 years ago

Hi,

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-2fn9o44i/django-log-request-id/ remote: ! Push rejected, failed to compile Python app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to enigmatic-gorge-49618.

Could you please help me on this while pushing I am getting the above error.Python app detected is 3.6.3 is that is the problem ?? Python app detected remote: -----> Installing python-3.6.3 remote: -----> Installing pip remote: -----> Installing requirements with pip

On Fri, Dec 29, 2017 at 10:34 AM, Brandon Moser notifications@github.com wrote:

Closed #5 https://github.com/digidotcom/xbeewificloudkit/issues/5.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/digidotcom/xbeewificloudkit/issues/5#event-1404676722, or mute the thread https://github.com/notifications/unsubscribe-auth/AU8vEwCD6rVdZeKiQYqiZrGvCuBT41L0ks5tFRSMgaJpZM4ROY6j .

-- Arun Soman

arunsoman@rajagiritech.ac.in