官網連接: http://ovx.onlab.us/getting-started/installation/java
step1:git
System requirements:github
Recommended 4 Cores 4 GB java heap size Minimum 2 Cores 1 GB java heap size
You will need to install the following packages:mongodb
* Git, * Oracle Java, version 7 (version 8 is unsupported for now), * Apache Maven, * Python, version 2.7 or higher, and * MongoDB is optional, install if you want to use the OVX persistence features.
注:apache
安裝oracle-java方法: https://stackoverflow.com/questions/16263556/installing-java-7-on-ubuntu/16263651#16263651ubuntu
安裝apache Maven方法: http://stackoverflow.com/questions/15630055/how-to-install-maven-3-on-ubuntu-15-04-14-10-14-04-lts-13-10-13-04-12-10-12-04-boracle
安裝mongodb方法: http://docs.mongodb.org/master/tutorial/install-mongodb-on-ubuntu/?_ga=1.156179259.1210064216.1432112101maven
step2:ui
git clone https://github.com/OPENNETWORKINGLAB/OpenVirteX.git -b 0.0-MAINT
注: 0.0-MAINT是一個stable branch, 若是想用一些新的特性或feel adant ,把0.0-MAINT替換成0.1-DEV
step3:
running ovx:
sh OpenVirteX/scripts/ovx.sh
若是沒什麼問題,就按裝好了,詳細的使用方法請參考官方Tutorial:http://ovx.onlab.us/getting-started/tutorial/spa
遇到錯誤「Error: Unable to access jarfile ./../target/OpenVirteX.jar」 ,能夠參考 http://ovx.onlab.us/documentation/faq/