Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Verified Commit 308cbe15 authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

:pencil: Complete some informations

parent 8d88a231
Branches
Tags
1 merge request!59Add instructions to setup git proxy
Pipeline #128450 passed
......@@ -5,19 +5,30 @@
- docker
- docker-compose
## Run localy
## Contribute
Clone this project:
```
git clone git@code.europa.eu:digit-c4/netbox-plugins.git
```
### On Window
If you start from scratch:
### on Windows
### Clone repo
Create SSH key:
[instruction](https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key)
Add key.pub to the git account:
[instruction](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
Configure proxy:
Then clone the project.
#### If you are behind a proxy
create file `%USERPROFILE%/.ssh/config` and add below values:
create file ***~/.ssh/config*** and add below values:
```
Host code.europa.eu
ProxyCommand "C:/Program Files/Git/mingw64/bin/connect.exe" -H proxy-t2.welcome.ec.europa.eu:8012 %h %p
......@@ -30,6 +41,8 @@ Create local environment variables:
|HTTP_PROXY_USER | user |
|HTTP_PROXY_PASSWORD | password |
## Run localy
### on Linux
sudo TAG=latest docker-compose -f docker-compose.yml -f docker-compose.test.yml up -d
......@@ -43,4 +56,3 @@ env TAG=latest docker-compose -f docker-compose.yml -f docker-compose.test.yml u
url : http://localhost:8080
login: admin
password: thisnetboxisnot4u
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment