grafeas / grafeas.github.io

Source for the grafeas.io site
Apache License 2.0
3 stars 14 forks source link

Could not locate Gemfile #26

Closed devilmind closed 5 years ago

devilmind commented 5 years ago

Hi All, I'm in that foder: home/user/github/grafeas.github.io in that folder there are all git files downloaded, gemfile included but when I triggering the command:

docker run --name grafeas-jekyll --volume=$(pwd):/srv/jekyll -it -p 127.0.0.1:4000:4000 jekyll/jekyll:3.5.2 sh -c "bundle install && rake test && jekyll serve"

I'm obtaining: Could not locate Gemfile

and the container exiting continously.... can you help me pls?

Thank you

devilmind81 commented 5 years ago

I'm using the docker on WSL so the path of docker executable was different from the path were I issue the command. This was the issue. This issue can be closed, sorry.

aysylu commented 5 years ago

Thanks for updating! I'll close the issue. Out of curiosity, may I ask why you're trying to bring up the local copy of the website and what you'd like to do with it?

devilmind81 commented 5 years ago

Hi @aysylu , my target is to create a local Grafeas website "dockerized" in order to test the API and all functionalities to understand if I can use it in my devops pipelines. but till now I cannot able to do it. I'm obtaining an issues during the build described here( https://github.com/grafeas/grafeas.github.io/issues/27 ). Do you know if already exists a docker image for that scope? Otherwise....ho can test the api in other way? Thanks a lot for the infos

aysylu commented 5 years ago

@devilmind81: yes, there's a Docker file in github.com/grafeas/grafeas. Perhaps you meant to leave feedback/comments in that project? This one is for the grafeas.io website specifically.