commit | d111dc66bc7f70feda8e58b41cf1108ce1db266c | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Oct 01 17:05:46 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Oct 01 17:25:43 2018 -0700 |
tree | 692180cc0cbe576867fd863a02ad5f6f714e5cdf | |
parent | 205c8a7f9f0c97e8be4ff1550d85a33df654a3f0 [diff] |
SEBA-271 update xos-tosca to latest xos libraries Change-Id: I7f63829515752bb7e557b18c9ccb84d313ec6e16
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