LoginSignup
0
0

More than 1 year has passed since last update.

OWASP Top 10 2021 日本語翻訳におけるmac github環境構築

Last updated at Posted at 2021-09-10

OWASP Top 10 2021

This draft is ready for public comment and peer review. Please log any issues at https://github.com/OWASP/Top10

Building a local copy

macに必要な環境をここで作ります。 なお、私はPython3への切り替えに最も手間がかかりました。

pip install mkdocs-material
pip install mkdocs-i18n
  • From the main folder, ...
make install-python-requirements

Test it locally
You should test your changes locally:

cd 2021

mkdocs serve

Once you are happy, check in your changes as a branch / PR and let someone on the main team know. We'll review your changes, and merge and redeploy.

Redeploy to gh-pages
This only works if you have commit privileges on master and Git is correctly setup in your environment.

cd 2021
mkdocs gh-deploy
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0