commit | ca1195b61589cd0af3bc57bcac42f8f35f815cf8 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Mar 12 16:19:20 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Mar 12 16:21:11 2019 -0700 |
tree | 346fd65a170745bd1f817365a6eaf7c287fd0066 | |
parent | 08a1c08b9ee5dc7907dbfae988a70ebf53277e45 [diff] |
Update xos-tosca to xos-core 3.0 Change-Id: If2e94a15888a74131fdaec9a8bec1079ed8508e0
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