.. _navidec-quickstart: Quickstart ========== .. Key Features .. ------------ .. - Development of a monitoring and visualization framework for the platform. .. - Construction of a web-based Graphical User Interface (GUI). .. - Enhancement of the platform's Application Programming Interfaces (APIs). .. - Provision of comprehensive documentation for the platform and its deployment. .. - Generation of diagrams and flowcharts encompassing the entire project. .. - Implementation of a Bandwidth Reading API with its visualization on a webpage using Xterm.js. .. - Streamlined installation procedure through an Ansible playbook. Installation ------------ Step 1: Bare-metal installation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Before deploying NaviDec, a prerequisite is to prepare the server. Your server must be running Ubuntu **20.04 LTS** and have **Python3** installed. Firstly, initiate the installation of Ansible on a freshly installed version of Ubuntu 20.xx: .. code-block:: shell sudo apt-get update && sudo apt-get install ansible -y Next, clone the NaviDec repository: .. code-block:: shell git clone -b v4-Auto https://gitlab.inria.fr/fgiarre/navidec.git Lastly, run the Ansible playbook to install the required dependencies: .. code-block:: shell sudo ansible-playbook -i "localhost," -c local navidec/ansible/configure_server.yml && exit After the installation is finished, the current active terminal will automatically log you out. You can log back in to ensure that your group membership is re-evaluated. Step 2: Running NaviDEC code ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can now start NaviDEC directly by following these commands: .. code-block:: shell cd navidec && . run.sh Now, you will be well-prepared to `get started`_. Get started ----------- Documentation ------------- The comprehensive documentation for NaviDEC is available on `GitLab INRIA `_. License ------- Distributed under `MIT License `_.