commit | 64331d87b88d6cde7ca49c1a7874f96d09861fc5 | [log] [tgz] |
---|---|---|
author | Toshio Koide <t-koide@onlab.us> | Wed Jun 19 11:29:07 2013 -0700 |
committer | Toshio Koide <t-koide@onlab.us> | Wed Jun 19 11:29:07 2013 -0700 |
tree | 48c35e0981d2d93a35182db85c891dabb0f02029 | |
parent | a7cff3d4df3635979055e2c4706882d97dfbb379 [diff] | |
parent | f97a307917435586d45d891a1428a80f4da9fa31 [diff] |
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS into dev2
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