Riak on Heroku

2015-02-25 Thread Corentin Jechoux
Hello, I have setup a project to deploy one small Riak instance into Heroku plateform with one click. You can see more details here : https://github.com/corentinway/Riak4Heroku Regards Corentin ___ riak-users mailing list riak-users@lists.basho.com

Re: Build otp_src_R16B02-basho5 on Heroku

2015-02-10 Thread Corentin Jechoux
Hello, I have finally succeed in installing Riak into Heroku's dyno. But i face other issues that I will submit into an other email thread. Regards Corentin 2015-02-07 6:09 GMT+01:00 Christopher Meiklejohn : > > On Feb 6, 2015, at 2:00 AM, Corentin Jechoux < > corentin.jech

Re: Build otp_src_R16B02-basho5 on Heroku

2015-02-05 Thread Corentin Jechoux
Yes, I have clearly a problem with writing a file. You're right, I will contact Heroku for that. May I ask you the steps you follow to build this release on Heroku ? Regards Corentin 2015-02-05 18:31 GMT+01:00 Christopher Meiklejohn : > > On Feb 4, 2015, at 10:59 PM, Coren

Re: Build otp_src_R16B02-basho5 on Heroku

2015-02-05 Thread Corentin Jechoux
Error 2 Regards Corentin [1] https://devcenter.heroku.com/articles/dynos#ephemeral-filesystem 2015-02-03 22:30 GMT+01:00 Christopher Meiklejohn : > > On Feb 3, 2015, at 7:45 AM, Corentin Jechoux < > corentin.jechoux@gmail.com> wrote: > > Hello, > > I try t

Build otp_src_R16B02-basho5 on Heroku

2015-02-03 Thread Corentin Jechoux
Hello, I try to build Basho's Erlang version on Heroku server. The commands used are ./configure make However I face an issue : cd lib && \ ERL_TOP=/app/otp_src_R16B02-basho5 PATH=/app/otp_src_R16B02-basho5/bootstrap/bin:"${PATH}" \ make opt SECONDARY_BOOTSTRAP=true ma