Adding Code of Conduct

Change-Id: I19870246b4aa0615b83696e6e17df7dcab07b9f1
2 files changed
tree: a3739702995013e15eb7e0cc5f492b94384b9e21
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. CODE_OF_CONDUCT.md
  5. Dockerfile
  6. Makefile
  7. README.md
  8. VERSION
  9. docs/
  10. loader/
  11. requirements.txt
  12. src/
  13. test/
  14. tox.ini
README.md

XOS TOSCA

Welcome to the XOS TOSCA.

Documentation

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

Support

For support please refer to:

Slack
slackin.opencord.org

Mailing List
CORD Discuss
CORD Developers

Wiki
wiki.opencord.org

Testing

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