forked from midokura/odp-ovsdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (22 loc) · 785 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DIRECTORY ORGANIZATION
======================
- commons/parent: contains the parent pom.xml for all ovsdb projects.
- ovsdb: contains the ovsdb SB plugin
- distribution/opendaylight: will build a working controller distribution
based on the controller + ovsdb modules
HOW TO BUILD
============
In order to build it's required to have JDK 1.7+ and Maven 3+, to get
a build going it's needed to:
cd commons/parent
mvn clean install
or if you want to avoid SNAPSHOT checking
cd commons/parent
mvn clean install -nsu
HOW TO RUN
============
Upon successful completion of a build
cd distribution/opendaylight/target/distribution.ovsdb-1.0.0-SNAPSHOT-osgipackage/opendaylight/
./run.sh
Wait for the osgi console to startup and then point a browser at
http:localhost:8080/