kimuraframework icon indicating copy to clipboard operation
kimuraframework copied to clipboard

Update Readme to include 'lsof' aptfile

Open jcohenho opened this issue 5 years ago • 7 comments

It took me hours to figure this out so I want to help anyone else having trouble getting this running on Heroku.

Kimurai uses the lsof command, so you need to install the apt heroku buildpack to support lsof. Follow the directions described on the buildpack page. You basically need to create an Aptfile with the single line lsof and include it in the root folder along with adding the heroku buildpack. Can you add this to the docs? Thanks!

jcohenho avatar Nov 22 '19 23:11 jcohenho

Hi @jcohenho

How can I do that? I stuck with this too and can't figure it out.

muhammedtufekyapan avatar Jun 19 '20 14:06 muhammedtufekyapan

@jcohenho I have the same issue, can you give us more details on how you solved this? Thanks

lo-bi avatar Jun 28 '20 16:06 lo-bi

@lo-bi @muhammedtufekyapan I gave details above in how to solve it, which parts are you having trouble with?

jcohenho avatar Jun 28 '20 16:06 jcohenho

Yes, after reading it 10 times I figured it out :) it works for me as well, spent the whole day on it.. Thanks!

lo-bi avatar Jun 28 '20 17:06 lo-bi

@lo-bi I updated my original comment to make it more clear.

jcohenho avatar Jun 28 '20 17:06 jcohenho

i have faced a pretty much similar issue on Archilinux so i had to install lsof from AUR repositories

i ran the below command

yay -S lsof

GarnicaJR avatar Dec 08 '20 04:12 GarnicaJR

hello, guys, you really do me a big big help, I spent long time to resolve the heroku + chrome + selelium web driver. and you did the right job.

cosmichut avatar Sep 01 '22 05:09 cosmichut