summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2017-09-25 13:57:48 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2017-09-25 13:57:48 +0200
commit380e975b1b93e83705c8ed30197b1c23f8193814 (patch)
tree72e98d39867886b77c6008109080b4edb5ee410c /README
parent2df2d1adbab4c4fbfda61700945d85ca3ce53d74 (diff)
downloaddoc-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--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..08661a9
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
1
2virtualization profile
3
4___Prerequisites-commands:Ubuntu14.04.5LTS
5sudo apt-get update
6sudo 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
10mkdir ./bin
11curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo
12chmod a+x ./bin/repo
13export PATH=./bin/repo:$PATH
14___END
15
16___RepoClone-commands:<machine>
17mkdir enea-linux
18cd enea-linux
19repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m <machine>/default.xml
20repo sync
21___END