Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jaime Collado
/
api_pirads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
33c26690
authored
Feb 10, 2023
by
Jaime Collado
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
README.md
parent
277c5639
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
33c26690
# PiRADS API
## Guía de instalación
1.
Configuración:
1.
Renombrar
`config_example.yaml`
a
`config.yaml`
2.
Generar una nueva
`secret_key`
con el comando
`openssl rand -hex 32`
en la terminal y copiarlo en el campo correspondiente en
`config.yaml`
2.
Crear un entorno virtual:
`python3 -m venv /path/to/environment`
3.
Activar el entorno virtual:
`source /path/to/environment/bin/activate`
4.
Instalar las bibliotecas necesarias:
`pip install -r /path/to/requirements.txt`
5.
Lanzar el servicio:
`uvicorn main:app --host <HOST> --port <PORT>`
6.
Probar que funciona en http://localhost:
<PORT>
/docs
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment