Created
February 10, 2015 02:47
-
-
Save yuuichi-fujioka/7698d6764873c064b900 to your computer and use it in GitHub Desktop.
Install OpenDaylight Helium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run on the karaf terminal | |
# dlux(=web ui) is installed automaticaly | |
feature:install odl-openflowplugin-all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run on the karaf terminal | |
feature:install odl-restconf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run on the karaf terminal | |
# login user:pass is admin:admin | |
# http://localhost:8181/dlux/index.html | |
# but, this is unabled to login. | |
feature:install odl-dlux-all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.2-Helium-SR2/distribution-karaf-0.2.2-Helium-SR2.tar.gz | |
tar xf distribution-karaf-0.2.2-Helium-SR2.tar.gz | |
cd distribution-karaf-0.2.2-Helium-SR2 | |
./bin/karaf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment