diff options
author | Miruna Paun <Miruna.Paun@enea.com> | 2017-09-25 13:57:48 +0200 |
---|---|---|
committer | Miruna Paun <Miruna.Paun@enea.com> | 2017-09-25 13:57:48 +0200 |
commit | 380e975b1b93e83705c8ed30197b1c23f8193814 (patch) | |
tree | 72e98d39867886b77c6008109080b4edb5ee410c /README | |
parent | 2df2d1adbab4c4fbfda61700945d85ca3ce53d74 (diff) | |
download | doc-enea-nfv-380e975b1b93e83705c8ed30197b1c23f8193814.tar.gz |
Create new version of NFV Core 1.0 Installation Guide
USERDOCAP-240
Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ | |||
1 | |||
2 | virtualization profile | ||
3 | |||
4 | ___Prerequisites-commands:Ubuntu14.04.5LTS | ||
5 | sudo apt-get update | ||
6 | 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 | ||
7 | ___END | ||
8 | |||
9 | ___RepoInstall-commands:Ubuntu14.04.5LTS | ||
10 | mkdir ./bin | ||
11 | curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo | ||
12 | chmod a+x ./bin/repo | ||
13 | export PATH=./bin/repo:$PATH | ||
14 | ___END | ||
15 | |||
16 | ___RepoClone-commands:<machine> | ||
17 | mkdir enea-linux | ||
18 | cd enea-linux | ||
19 | repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m <machine>/default.xml | ||
20 | repo sync | ||
21 | ___END | ||