Skip to content
Snippets Groups Projects
Commit 5297fd3a authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

Merge branch 'master' of gitlab.software.geant.org:nmaas/nmaas-docs

parents 646295d6 02960ecb
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
build_website: build_website:
stage: build stage: build
image: python:3.9-bookworm image: python:3.12-bookworm
before_script: before_script:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
......
...@@ -12,7 +12,8 @@ The following steps can be followed to set up a local environment: ...@@ -12,7 +12,8 @@ The following steps can be followed to set up a local environment:
2. Create a new Python virtual environment 2. Create a new Python virtual environment
```bash ```bash
git clone git@gitlab.software.geant.org:nmaas/nmaas-docs.git sudo apt update && sudo apt install -y virtualenv
git clone git@gitlab.software.geant.org:nmaas/documentation/nmaas-docs.git
cd nmaas-docs cd nmaas-docs
virtualenv -p python3 venv virtualenv -p python3 venv
``` ```
......
...@@ -5,9 +5,9 @@ The following NMaaS-related questions are answered on this page: ...@@ -5,9 +5,9 @@ The following NMaaS-related questions are answered on this page:
- [How can I contact the NMaaS Team members?](#how-can-i-contact-the-nmaas-team-members) - [How can I contact the NMaaS Team members?](#how-can-i-contact-the-nmaas-team-members)
- [How can I test NMaaS?](#how-can-i-test-nmaas) - [How can I test NMaaS?](#how-can-i-test-nmaas)
- [How can I start monitoring my infrastructure with NMaaS?](#how-can-i-start-monitoring-my-infrastructure-with-nmaas) - [How can I start monitoring my infrastructure with NMaaS?](#how-can-i-start-monitoring-my-infrastructure-with-nmaas)
- [How can I request creation of new NMaaS domain for my NREN / Institution / Project?](#how-can-i-request-creation-of-new-nmaas-domain-for-my-nren-institution-project) - [How can I request creation of new NMaaS domain for my NREN / Institution / Project?](#how-can-i-request-creation-of-new-nmaas-domain-for-my-nreninstitutionproject)
- [How can I deploy NMaaS on my own intrastructure?](#how-can-i-deploy-nmaas-on-my-own-infrastructure) - [How can I deploy NMaaS on my own intrastructure?](#how-can-i-deploy-nmaas-on-my-own-infrastructure)
- [Where can I find NMaaS User Guide?](#where-can-i-find-nmaas-userg-uide) - [Where can I find NMaaS User Guide?](#where-can-i-find-nmaas-user-guide)
- [Where can I find NMaaS Administrator Guide?](#where-can-i-find-nmaas-administrator-guide) - [Where can I find NMaaS Administrator Guide?](#where-can-i-find-nmaas-administrator-guide)
- [What applications are currently supported by NMaaS?](#what-applications-are-currently-supported-by-nmaas) - [What applications are currently supported by NMaaS?](#what-applications-are-currently-supported-by-nmaas)
- [What type of VPNs are established by NMaaS?](#what-type-of-vpns-are-established-by-nmaas) - [What type of VPNs are established by NMaaS?](#what-type-of-vpns-are-established-by-nmaas)
......
...@@ -11,7 +11,7 @@ A web-based calendar and resource scheduling system that allows administered man ...@@ -11,7 +11,7 @@ A web-based calendar and resource scheduling system that allows administered man
## Default Credentials ## Default Credentials
As stated in the [Customizable Parameters](#customizable-parameters) section, the admin username is the administrator's email address that is specified during the deployment process directly from the NMaaS web interface. The default password is simply `password`. Users are strongly encouraged to change the default password of their admin accounts after the initial login. As stated in the [Base tab](#base-tab) section, the admin username is the administrator's email address that is specified during the deployment process directly from the NMaaS web interface. The default password is simply `password`. Users are strongly encouraged to change the default password of their admin accounts after the initial login.
## Configuration wizard ## Configuration wizard
......
...@@ -135,9 +135,8 @@ markdown_extensions: ...@@ -135,9 +135,8 @@ markdown_extensions:
- pymdownx.critic - pymdownx.critic
- pymdownx.details - pymdownx.details
- pymdownx.emoji: - pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_index: !!python/name:materialx.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite - pymdownx.inlinehilite
- pymdownx.magiclink - pymdownx.magiclink
- pymdownx.mark - pymdownx.mark
......
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"group:allNonMajor",
"config:recommended"
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment