Don't tie app to a specific version

Change-Id: Id35d8fd6ca9e79e3e2ec5c75db9677278580d1c7
(cherry picked from commit e872eee8c9fd5cd0acf2e9ef75268e1897ff8ea4)
2 files changed
tree: b863671129d3c89e21339a0135c9bd13d22c8cca
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. LICENSE
  5. LICENSE.txt
  6. README.md
  7. apiary.apib
  8. containers/
  9. views/
  10. xos/
README.md

Getting Started with XOS and CORD

For a general introduction to XOS and how it is used in CORD, see http://guide.xosproject.org. The "Developer Guide" at that URL is especially helpful, although it isn't perfectly sync'ed with master. Additional design notes, presentations, and other collateral are also available at http://xosproject.org and http://opencord.org.

The best way to get started is to look at the collection of canned configurations in xos/configurations/. The cord configuration in that directory corresponds to our current CORD development environment, and the README.md you'll find there will help you get started.

Source tree layout:

  • applications -- stand-alone applications that run on top of XOS.
  • containers -- common Dockerfiles used by various XOS configurations
  • views -- mechanisms to extend XOS with customized views
  • xos -- XOS internals