summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/.README48
-rw-r--r--doc/README21
2 files changed, 0 insertions, 69 deletions
diff --git a/doc/.README b/doc/.README
deleted file mode 100644
index 2553a88..0000000
--- a/doc/.README
+++ /dev/null
@@ -1,48 +0,0 @@
11. Enea NFV Access Release Content
2
3The current release contains along with other items, documentation, pre-built kernels and images, a bootloader and a SDK. The directories structure is detailed below:
4
5-- Documentation/
6 /* NFV Access documentation */
7-- x86-64 /* architecture */
8 -- inteld1521/
9 /* artifacts for the host side */
10 -- deb/
11 /* deb packages */
12 -- images/
13 -- enea-nfv-access
14 /* precompiled artifacts for the platform release image */
15 -- various artifacts (rootfs, kernel, config etc.)
16 -- enea-nfv-access-dev
17 /* precompiled artifacts for development process. The image contains userspace tools and kernel configurations necessary for developing, debugging and profiling applications and kernel modules */
18 -- various artifacts
19 -- qemux86-64
20 /* artifacts for the guest side */
21 -- deb/
22 /* deb packages */
23 -- images/
24 -- enea-nfv-access-guest
25 /* precompiled artifacts for QEMU/Docker release image */
26 -- various artifacts
27 -- enea-nfv-access-guest-dev
28 /* precompiled artifacts for development process. The image contains userspace tools and kernel configurations necessary for developing, debugging and profiling applications and kernel modules */
29 -- various artifacts
30 -- install
31 -- sdk
32 /* SDK related artifacts including SDK installer and manifets */
33 -- install-sdk.sh
34 /* self-extracting archive installing cross-compilation toolchain for the platform */
35 -- nfv-installer
36 /* Various tools assisting in booting Enea NFV Access */
37 -- script-installer
38 /* installer tool intended for creating a bootable Enea NFV Access installation o a physical media */
39
402. Enea NFV Access Documentation
41
42Enea NFV Access is provided with the following set of documents:
43 - Enea NFV Access Release Information - This document, describing the Enea NFV Access release content.
44 - Enea NFV Access Guide - A document describing how to use Enea NFV Access, as well as use cases and benchmark results.
45 - Enea NFV Access Open Source Reports - Various documents describing the licenses and open source included with Enea NFV Access.
46 - Enea NFV Access Security Report - The document that lists all security fixes included in the Enea NFV Access release.
47
48All the documents are available in the "Documentation" directory, in the root of the release package.
diff --git a/doc/README b/doc/README
deleted file mode 100644
index 08661a9..0000000
--- a/doc/README
+++ /dev/null
@@ -1,21 +0,0 @@
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