Commit 26656888 authored by JorgeEcheva26's avatar JorgeEcheva26
Browse files

Mejora para rutas relativas dentro de los scripts, diagramas en inglés,instalación actualizada

parent 9e4b801e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ Follow next steps to perform OpenCAPIF SDK installation:
#Commands to install the Python environment
pyenv install 3.12
pyenv virtualenv 3.12 Sdkenviroment
source your/path/to/.pyenv/versions/pesp_sdk_env/bin/activate
```

OPTIONAL step: sometimes Apple Mac shells raise issues while finding the shell path. If this happens, try this command:
@@ -85,15 +86,15 @@ git clone -b v1 --single-branch https://github.com/Telefonica/pesp_capif_sdk.git
```

```console
#Then move to the SDK-S6G folder
#Then move to the pesp_capif_sdk folder

cd /your/path/to/SDK-S6G
cd /your/path/to/pesp_capif_sdk
```

3 - Install the Python requirements listed in requirements.txt file:

```console
cd Safe-6g.egg-info
cd installation

python -m pip install --upgrade pip

+20 −19
Original line number Diff line number Diff line
{ 

"invoker_folder": "", 
"invoker_folder": "/Users/IDB0128/Documents/OpenCapif/test_invoker_certificate_folder", 

"provider_folder": "", 
"provider_folder": "/Users/IDB0128/Documents/OpenCapif/test_provider_certificate_folder", 

"capif_host": "", 
"capif_host": "capif-prev.mobilesandbox.cloud", 

"register_host": "", 
"register_host": "registercapif-prev.mobilesandbox.cloud", 

"capif_https_port": "", 
"capif_https_port": "36212", 

"capif_register_port": "", 
"capif_register_port": "36211", 

"capif_callback_url": "", 
"capif_callback_url": "http://localhost:5000", 

"csr_common_name": "", 
"csr_common_name": "test03", 

"csr_organizational_unit": "", 
"csr_organizational_unit": "test_app_ou", 

"csr_organization": "", 
"csr_organization": "test_app_o", 

"crs_locality": "", 
"crs_locality": "Madrid", 

"csr_state_or_province_name": "", 
"csr_state_or_province_name": "Madrid", 

"csr_country_name": "", 
"csr_country_name": "ES", 

"csr_email_address": "", 
"csr_email_address": "test@example.com", 
 
"capif_username": "", 
"capif_username": "echeva_0", 

"capif_password": "",
"capif_password": "echevapass",

"APFs":"",
"APFs":"1",

"AEFs":"",
"AEFs":"1",

"debug_mode": ""
"debug_mode": "True"
} 
−890 B (82.1 KiB)
Loading image diff...
+1.21 KiB (104 KiB)
Loading image diff...
+35 −0
Original line number Diff line number Diff line
argh==0.31.3
arrow==1.3.0
binaryornot==0.4.4
certifi==2024.7.4
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
click==8.0.1
cookiecutter==2.1.1
coverage==4.5.4
cryptography==38.0.4
flake8==3.9.2
idna==3.7
iniconfig==2.0.0
invoke==1.6.0
Jinja2==3.1.4
jinja2-time==0.2.0
MarkupSafe==2.1.5
mccabe==0.6.1
packaging==24.1
pluggy==1.5.0
pycodestyle==2.7.0
pycparser==2.22
pyflakes==2.3.1
pyOpenSSL==22.1.0
pytest==8.3.2
python-dateutil==2.9.0.post0
python-slugify==8.0.4
PyYAML==6.0.1
requests==2.32.3
six==1.16.0
text-unidecode==1.3
types-python-dateutil==2.9.0.20240316
typing-extensions==3.10.0.2
urllib3==2.2.2
 No newline at end of file
Loading