From 380e975b1b93e83705c8ed30197b1c23f8193814 Mon Sep 17 00:00:00 2001 From: Miruna Paun Date: Mon, 25 Sep 2017 13:57:48 +0200 Subject: Create new version of NFV Core 1.0 Installation Guide USERDOCAP-240 Signed-off-by: Miruna Paun --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..08661a9 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ + +virtualization profile + +___Prerequisites-commands:Ubuntu14.04.5LTS +sudo apt-get update +sudo apt-get install sed wget subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat make gcc build-essential xsltproc g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libxml-parser-perl +___END + +___RepoInstall-commands:Ubuntu14.04.5LTS +mkdir ./bin +curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo +chmod a+x ./bin/repo +export PATH=./bin/repo:$PATH +___END + +___RepoClone-commands: +mkdir enea-linux +cd enea-linux +repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m /default.xml +repo sync +___END -- cgit v1.2.3-54-g00ecf