GitHub link is missing in OWASP Foundation main site.
KhanalGaurab opened this issue · 6 comments
At right bottom of the page we can see many different site with it's logo where we can know more about OWASP Foundation and also contact OWASP Foundation but GitHub link is missing there due to which many new contributors may find difficult to find official GitHub page of OWASP Foundation through OWASP Foundation main site.
How to run Locally?
How to run Locally?
https://owasp.org/migration/#setup-a-local-testing-environment
Can I work on this issue? Please assign me this issue.
Sorry @KhanalGaurab you closed this as not planned so I went ahead and PRd the addition yesterday.
Sorry @KhanalGaurab you closed this as not planned so I went ahead and PRd the addition yesterday.
It's ok. Can you guide me on how to run locally? @kingthorin I am getting error when I run command "bundle install" - Step number 3.
Error message:
Installing nokogiri 1.13.10 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
An error occurred while installing nokogiri (1.13.10), and Bundler cannot
continue.
In Gemfile:
github-pages was resolved to 227, which depends on
jekyll-mentions was resolved to 1.6.0, which depends on
html-pipeline was resolved to 2.14.3, which depends on
nokogiri
I don't know off the top of my head. I'd have to build a clean VM to reproduce on. Some suggestions:
- Permissions? Try sudo'ing the install.
- Ruby version issue? Look into rbenv (I think that's what it's called).
- Find an OWASP repo that does run locally and copy that Gemfile.
🤷

