Skip to content

Commit b1c1ddf

Browse files
authored
Create labmanager-guide.md
1 parent b75db21 commit b1c1ddf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Docs/guides/labmanager-guide.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Lab Management Guide
2+
3+
This guide will show you how to manage your oForest lab after the initial setup.
4+
_This is a living document. It might not be exhaustive. Please reach out with feedback or sumbit a PR with your changes._
5+
6+
## Adding Researchers to your Project
7+
8+
Experiments are deployed by creating a new Repository in your oForest GitLab group.
9+
Thus a researcher must be part of said group. This requires two things:
10+
11+
1. You, as the lab manager, must be maintainer (or owner) of the GitLab group
12+
2. The researcher you want to add must have an GitLab account where you run oForest.
13+
14+
After that you can add the Researcher to the GitLab Group as a developer.
15+
For this go to the members section and invite them via email and select the correct role.
16+
17+
The new researcher now can add as many new experiments as they want.
18+
19+
## Allowing Access to have only one Experiment
20+
21+
If you don't want a researcher to create many experiments you can also create the
22+
experiment repository yourself and only invite them as a collaborator on this single project.
23+
They now don't have the ability to create other experiments in your oForest group.
24+
25+
**But: This is only a soft security measure and does not prevent them from making changes to your cluster.**
26+
**Only invite people you trust to your projects.**

0 commit comments

Comments
 (0)