heroku / vulcan

A build server in the cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLOUDANT_URL

arlolra opened this issue · comments

I needed to setup a couch with cloudant, and heroku config:add CLOUDANT_URL=https://user:pass@user.cloudant.com to get this to work.

You can also run:

$ heroku addons:add cloudant

ah, ok. i was just trying to point out it wasn't clear that this was a requirement from the readme.

on another note, the output of building node is:

/var/folders/dt/10x7dxqs0jl3p0g_x341hxzc0000gn/T/node_XXXX.z6i1kRxc/node-v0.6.6
/var/folders/dt/10x7dxqs0jl3p0g_x341hxzc0000gn/T/node_XXXX.z6i1kRxc ~/Geeklist/heroku-buildpack-nodejs
>> Packaging local directory
>> Uploading code for build
>> Building with: ./configure --prefix /app/vendor/node-v0.6.6 && make install
[object Object]!! Unknown error, no build output given

any ideas?

can't use addons because my account isn't verified. apparently it adds on for you if you are.

the above err was my fault, password typo. all good now. thanks