Add brief build and running memo
1 file changed
tree: e38104b967865d9b2be9c594c07da1223d7f8b4c
  1. .gitignore
  2. Authors
  3. Documentation/
  4. README.md
  5. build.xml
  6. cassandra.titan
  7. cassandra.titan.nothrift
  8. cluster-mgmt/
  9. conf/
  10. demo-scripts/
  11. onos-embedded.sh
  12. pom.xml
  13. scripts/
  14. setup-eclipse.sh
  15. setup-local-jar.sh
  16. src/
  17. start-cassandra.sh
  18. start-onos-embedded.sh
  19. start-onos.sh
  20. start-rest.sh
  21. test-network/
  22. testbed-ctrl-add-ext.sh
  23. testbed-ctrl-none.sh
  24. titan/
  25. web/
README.md

ONOS

Open Networking Operating System

BELOW TO BE WRITTEN IN DETAIL

Building ONOS

  1. Install custom jars (Only need to be run only once)

    $ ./setup-local-jar.sh

  2. Cleanly Build ONOS

    $ mvn clean $ mvn compile

Running ONOS

  1. Start zookeeper

    $ cd (ZOOKEEPER-INSTALL-DIR)/bin

    $ ./zkServer.sh start

  2. Start cassandra

    $ ./start-cassandra.sh start

  3. Confirm cassandra is running

    $ ./start-cassandra.sh status

  4. Start ONOS instance

    $ ./start-onos.sh start

  5. Start ONOS rest apis

    $ ./start-rest.sh start