commit | 30c3d75dbb9023a5eeeeca204420b1b45669874c | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Oct 04 13:08:41 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Oct 05 10:56:11 2018 -0700 |
tree | ccc01b458fd2f9282a48de68842f364b8b99d3bc | |
parent | d111dc66bc7f70feda8e58b41cf1108ce1db266c [diff] |
SEBA-282 return 401 on permission error Change-Id: Ica0c1d6b2aae5a8ed13123f2e5c0382e418b5433
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