commit | 190df2ba68a0c06421254adcfdc9943b28b92b19 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Oct 08 10:54:56 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Oct 08 12:29:24 2018 -0700 |
tree | 13b62bf88efd21bb968f3a65ec7013a45f508c57 | |
parent | 30c3d75dbb9023a5eeeeca204420b1b45669874c [diff] |
SEBA-282 Update xos-tosca to use latest xosgenx Change-Id: I73e628e331a69ba71014360162b18541f46f826e
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