This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
requirements_projects:security:opnfvsg [2015/10/30 11:20] Luke Hinds |
requirements_projects:security:opnfvsg [2015/10/30 11:22] (current) Luke Hinds [Git Repo] |
||
---|---|---|---|
Line 3: | Line 3: | ||
The OPNFV Security Guide is the collaborative work of many individuals, involved in both the OPNFV Security Group and the wider OPNFV community. | The OPNFV Security Guide is the collaborative work of many individuals, involved in both the OPNFV Security Group and the wider OPNFV community. | ||
- | The purpose of the guide is to provide the best practice security guidelines for deploying the OPNFV platfornm. | + | The purpose of the guide is to provide the best practice security guidelines for deploying the OPNFV platform. |
+ | |||
+ | Developers of all OPNFV projects are encouraged to contribute with security specifics to their projects. | ||
It is a living document that is updated as new changes are merged into it's repository. | It is a living document that is updated as new changes are merged into it's repository. | ||
Line 21: | Line 23: | ||
git clone https://github.com/lukehinds/opnfv-security-guide.git | git clone https://github.com/lukehinds/opnfv-security-guide.git | ||
| | ||
+ | * Note, the above is a temporary staging repo. | ||
==== VirtualEnv ==== | ==== VirtualEnv ==== | ||
Use of a virtual environment is recommended, as not only is it a quick easy form of getting the needed modules in place, it isolates the module versions to a project. | Use of a virtual environment is recommended, as not only is it a quick easy form of getting the needed modules in place, it isolates the module versions to a project. | ||
- | From within your inspector directory, set up a new virtualenv:: | + | From within your opnfv-security-guide directory, set up a new virtualenv:: |
virtualenv venv | virtualenv venv |