commit | 205c8a7f9f0c97e8be4ff1550d85a33df654a3f0 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Sep 28 12:58:01 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri Sep 28 12:58:10 2018 -0700 |
tree | 2780cbd085fa6fd300d17447d25133e0fd4acc82 | |
parent | 78a19fe8a2278bbba17b54a9b8930963f2ac1eba [diff] |
Update VERSION and XOS parent container Change-Id: I792cac35b8c06ff46f1d898e80b6268506c85702
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