diff --git a/doc/deployment_guide/deployment_guide.md b/doc/deployment_guide/deployment_guide.md index 73710c7735bc65a3c6d13ead63efb0f4fb85db6b..6e20243356dead0147bd57b5a996d617ffa18567 100644 --- a/doc/deployment_guide/deployment_guide.md +++ b/doc/deployment_guide/deployment_guide.md @@ -354,32 +354,32 @@ At Network Adapt 1, the following port-forwarding rule must be set. | - | - | - | - | - | - | | SSH | TCP | | **2222** | | 22 | - + <h3><u>Installing the OS</h3></u> For a Vagrant Box, it is generally suggested that the ISO's server version is used, as it is intended to be used via SSH, and any web GUI is expected to be forwarded to the host. - + - + - + Make sure the disk is not configured as an LVM group! - + <h3><u>Vagrant ser</h3></u> Vagrant expects by default, that in the box's OS exists the user `vagrant` with the password also being `vagrant`. - + <h3><u>SSH</h3></u> Vagrant uses SSH to connect to the boxes, so installing it now will save the hassle of doing it later. - + <h3><u>Features server snaps</h3></u> diff --git a/doc/index.md b/doc/index.md index 693d68ee0f99953554a65f6bb6ba5b62f170b730..f94192ffed486174e67d30e3c83798aabae46e5c 100644 --- a/doc/index.md +++ b/doc/index.md @@ -13,7 +13,7 @@ See the [Release Notes](https://labs.etsi.org/rep/tfs/controller/-/releases/v3.0 The guides and walkthroughs below make some reasonable assumptions to simplify the deployment of the TFS controller, the execution of experiments and tests, and the development of new contributions. In particular, we assume: -- A physical server or virtual machine for running the TFS controller with the following minimum specifications (check section [Configure your Machine](./1.-Deployment-Guide/1.1.-Configure-your-Machine) for additional details): +- A physical server or virtual machine for running the TFS controller with the following minimum specifications (check section [Configure your Machine](https://tfs.etsi.org/documentation/develop/deployment_guide/deployment_guide/#11-configure-your-machine) for additional details): - 4 cores / vCPUs - 8 GB of RAM (10 GB of RAM if you want to develop) - 60 GB of disk (100 GB of disk if you want to develop) @@ -28,8 +28,8 @@ Use the Wiki menu in the right side of this page to navigate through the various # Guides and Walkthroughs The following guides and walkthroughs are provided: -- [1. Deployment Guide](/1.-Deployment-Guide) -- [2. Development Guide](/2.-Development-Guide) +- [1. Deployment Guide](https://tfs.etsi.org/documentation/develop/deployment_guide/deployment_guide/) +- [2. Development Guide](https://tfs.etsi.org/documentation/develop/development_guide/development_guide/) - [3. Run Experiments](/3.-Run-Experiments) - [4. Features and Bugs](/4.-Features-and-Bugs) - [5. Supported SBIs and Network Elements](/5.-Supported-SBIs-and-Network-Elements) diff --git a/mkdocs.yml b/mkdocs.yml index f5b2fb92350d9561df1d39b171c86af6deb665d4..1221bc1727b51b7bf89a3aca02b9a50976d35b83 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -76,6 +76,6 @@ extra: # Page tree nav: - - Index : ./index.md + - 0. Home : ./index.md - 1. Deployment Guide: ./deployment_guide/deployment_guide.md - 2. Development Guide: ./development_guide/development_guide.md