Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created February 10, 2015 02:47
Show Gist options
  • Save yuuichi-fujioka/7698d6764873c064b900 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/7698d6764873c064b900 to your computer and use it in GitHub Desktop.
Install OpenDaylight Helium
# run on the karaf terminal
# dlux(=web ui) is installed automaticaly
feature:install odl-openflowplugin-all
# run on the karaf terminal
feature:install odl-restconf
# 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
#!/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