Quickstart

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:

sudo apt-get update && sudo apt-get install ansible -y

Next, clone the NaviDec repository:

git clone -b v4-Auto https://gitlab.inria.fr/fgiarre/navidec.git

Lastly, run the Ansible playbook to install the required dependencies:

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:

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.