commit | 84b1bbb8ebcd2555d9b5cb385e995404dfadb69e | [log] [tgz] |
---|---|---|
author | Masayoshi Kobayashi <masayoshi@onlab.us> | Thu Jun 20 11:47:00 2013 -0700 |
committer | Masayoshi Kobayashi <masayoshi@onlab.us> | Thu Jun 20 11:47:00 2013 -0700 |
tree | bcbc3807126e79a89764c8ea573fda680f405fdf | |
parent | 5955ee02359ff9014de7be0f5f4a6f0dc2e85f6e [diff] |
added # links display in ONOS demo gui
Open Networking Operating System
BELOW TO BE WRITTEN IN DETAIL
Install custom jars (Only need to be run only once)
$ ./setup-local-jar.sh
Cleanly Build ONOS
$ mvn clean $ mvn compile
Start zookeeper
$ cd (ZOOKEEPER-INSTALL-DIR)/bin
$ ./zkServer.sh start
Start cassandra
$ ./start-cassandra.sh start
Confirm cassandra is running
$ ./start-cassandra.sh status
Start ONOS instance
$ cd (ONOS-INSTALL-DIR)/
$ ./start-onos.sh start
Start ONOS rest apis
$ ./start-rest.sh start
Start Zookeeper
$ cd (ZOOKEEPER-INSTALL-DIR)/bin
$ ./zkServer.sh start
Start ONOS and Cassandra embedded
$ cd (ONOS-INSTAL_DIR)/
$ ./start-onos-embedded.sh start
Start ONOS rest apis
$ ./start-rest.sh start