docs: better docs, mv doxygen to sphinx
[vpp.git] / docs / usecases / vppcloud / vppinaws.rst
similarity index 84%
rename from docs/usecases/vppinaws.rst
rename to docs/usecases/vppcloud/vppinaws.rst
index 468915a..8d5662d 100644 (file)
@@ -3,21 +3,21 @@
 .. toctree::
 
 VPP in AWS
-___________________
+==========
 
 Warning: before starting this guide you should have a minimum knowledge on how `AWS works <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html>`_!
 
-First of all, you should log into your Virtual Machine inside AWS (we suggest to create an instance with Ubuntu 16.04 on a m5 type) and download some useful packages to make VPP installation as smooth as possible: 
+First of all, you should log into your Virtual Machine inside AWS (we suggest to create an instance with Ubuntu 16.04 on a m5 type) and download some useful packages to make VPP installation as smooth as possible:
 
 .. code-block:: console
 
- $ sudo apt-get update
- $ sudo apt-get upgrade
- $ sudo apt-get install build-essential
- $ sudo apt-get install python-pip
- $ sudo apt-get install libnuma-dev
- $ sudo apt-get install make
- $ sudo apt install libelf-dev
   $ sudo apt-get update
   $ sudo apt-get upgrade
   $ sudo apt-get install build-essential
   $ sudo apt-get install python-pip
   $ sudo apt-get install libnuma-dev
   $ sudo apt-get install make
   $ sudo apt install libelf-dev
 
 
 
@@ -30,14 +30,14 @@ Afterwards, types the following commands to install VPP:
 
 
 
-In this case we downloaded VPP version 18.07 but actually you can use any VPP version available. Then, you can install VPP with all of its plugins: 
+In this case we downloaded VPP version 18.07 but actually you can use any VPP version available. Then, you can install VPP with all of its plugins:
 
 
 .. code-block:: console
 
- $ sudo apt-get update
- $ sudo apt-get install vpp
- $ sudo apt-get install vpp-plugins vpp-dbg vpp-dev vpp-api-java vpp-api-python vpp-api-lua
   $ sudo apt-get update
   $ sudo apt-get install vpp
   $ sudo apt-get install vpp-plugins vpp-dbg vpp-dev vpp-api-java vpp-api-python vpp-api-lua