Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Nov 17, 2023
1 parent 99873ee commit a39e191
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
7 changes: 5 additions & 2 deletions docs/admin/guides/add_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
!!! Pre-requisite
You should read the documentation about the already available [services](../services.md)

This guide will show you how to add more services. In the following example we will be adding **mongodb** as a service, but this could be used for other services as well.
This guide will show you how to add more services.
In the following example we will be adding **mongodb** as a service,
but this could be used for other services as well.

:fontawesome-solid-circle-info: **Adding other services requires more RAM and CPU power. Please make sure the host machine meets the hardware requirements for running all the services.**
:fontawesome-solid-circle-info: **Adding other services requires more RAM and CPU power.**
**Please make sure the host machine meets the hardware requirements for running all the services.**

## 1. Add the configuration

Expand Down
8 changes: 5 additions & 3 deletions docs/admin/guides/add_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

This page will guide you on, how to add more users to the DTaas. Please do the following:

<!-- prettier-ignore -->
!!! important
Make sure to replace **<username\>** and **<port\>**
Select a port that is not already being used by the system.
Make sure to replace **<username\>** and **<port\>**
Select a port that is not already being used by the system.

## 1. Setup a new workspace

Expand Down Expand Up @@ -48,8 +49,9 @@ vi DTaaS/servers/config/gateway/dynamic/fileConfig.yml

Now add the new route and service for the user.

<!-- prettier-ignore -->
!!! important
foo.com should be replaced with your own domain.
foo.com should be replaced with your own domain.

```yml
http:
Expand Down
3 changes: 2 additions & 1 deletion docs/admin/guides/hosting_site_without_https.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Hosting site without https

The default setup is http. In order to host your site without https, please also see the [reverse proxy section on the overview page](../overview.md#reverse-proxy).
The default setup is http. In order to host your site without https,
please also see the [reverse proxy section on the overview page](../overview.md#reverse-proxy).
13 changes: 9 additions & 4 deletions docs/admin/trial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Trial Installation

To try out the software, you can install it on Ubuntu Server 22.04
Operating System. The setup requires a
Operating System. The setup requires a
machine which can spare 16GB RAM, 8 vCPUs and 50GB Hard Disk
space to the vagrant box.
A successful installation will create a setup
Expand Down Expand Up @@ -42,8 +42,10 @@ for getting the Gitlab OAuth application details.

## Install

<!-- prettier-ignore -->
!!! note
While installing you might encounter multiple dialogs asking, which services should be restarted. Just click **OK** to all of those.
While installing you might encounter multiple dialogs asking,
which services should be restarted. Just click **OK** to all of those.

Run the following scripts.

Expand All @@ -52,12 +54,14 @@ wget https://raw.githubusercontent.com/INTO-CPS-Association/DTaaS/feature/distri
bash single-script-install.sh
```

<!-- prettier-ignore -->
!!! warning
This test installation has default credentials and is thus highly insecure.

## Post install

After the install-script. Please change **foo.com** and [Gitlab OAuth](#2-gitlab-oauth-application) details
After the install-script. Please change **foo.com**
and [Gitlab OAuth](#2-gitlab-oauth-application) details
to your local settings in the following files.

```txt
Expand All @@ -70,7 +74,8 @@ to your local settings in the following files.
Now when you visit your domain, you should be able to login through your
OAuth Provider and be able to access the DTaas web UI.

If you can following all the screenshots from [user website](../user/website/index.md). Everything is correctly setup.
If you can following all the screenshots from [user website](../user/website/index.md).
Everything is correctly setup.

## References

Expand Down

0 comments on commit a39e191

Please sign in to comment.