commit | 6793027b9c367773ca9668dfe27131850012246a | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Nov 22 17:40:54 2019 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon Nov 25 17:42:16 2019 -0700 |
tree | a3739702995013e15eb7e0cc5f492b94384b9e21 | |
parent | 1ea12207ac6dc82153d4b533f2220610fe2f1125 [diff] |
Adding Code of Conduct Change-Id: I19870246b4aa0615b83696e6e17df7dcab07b9f1
Welcome to the XOS TOSCA.
You can find the documentation in the docs
folder. It has been created using gitbook
and can be consumed as a local website. To bring it up, just open a termina pointing to this folder and execute: gitbook serve
, then open a browser at http://localhost:4000
For support please refer to:
Slack
slackin.opencord.org
Mailing List
CORD Discuss
CORD Developers
Wiki
wiki.opencord.org
To run tests, you must first create a virtualenv with the XOS dependencies:
cd ../xos ./scripts/setup_venv.sh source venv-xos/bin/activate cd ../xos-tosca make tests