software:install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:install [2025/06/27 16:12] – himuser | software:install [2025/08/06 12:33] (current) – himuser | ||
---|---|---|---|
Line 6: | Line 6: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | |||
+ | **Login with docker into the rlp.net GitLab repo**\\ | ||
+ | Open a new terminal and type: | ||
+ | < | ||
+ | docker login registry.gitlab.rlp.net | ||
+ | </ | ||
**Git clone the image**\\ | **Git clone the image**\\ | ||
- | Now you need to pull the Docker image from the EMP GitLab repository. | + | Now you need to pull the Docker image from the EMP GitLab repository.In the terminal, |
< | < | ||
git clone https:// | git clone https:// | ||
Line 16: | Line 23: | ||
Before starting the proper docker container, you need to add your personal user into the docker group. For that, do: | Before starting the proper docker container, you need to add your personal user into the docker group. For that, do: | ||
< | < | ||
- | usermod -a -G < | + | sudo usermod -a -G docker |
</ | </ | ||
After that, you will need to ' | After that, you will need to ' | ||
Line 61: | Line 68: | ||
</ | </ | ||
- | The last line means your are already inside the container under the '' | + | The last line means your are already inside the container under the '' |
== Set the environment == | == Set the environment == | ||
< | < | ||
+ | cd / | ||
source ./setenv.sh | source ./setenv.sh | ||
+ | |||
cd utils/ | cd utils/ | ||
make | make | ||
+ | |||
cd ~/ | cd ~/ | ||
mkdir lib | mkdir lib |
software/install.1751033527.txt.gz · Last modified: by himuser