Skip to content

v0.1.0

Choose a tag to compare

@wisrovi wisrovi released this 16 Mar 23:20
· 170 commits to main since this release
19a1564

CONTROL SERVER

crear red de archivos

make create_files_server

crear red de docker

make create_network

crear control server

make create_control_server

WORKER

enlazar la red de archivos:

make mount_dataset CONTROL_HOST=192.168.1.137
make mount_db CONTROL_HOST=192.168.1.137
make mount_config_models CONTROL_HOST=192.168.1.137

ó

make link_files_network CONTROL_HOST=192.168.1.137

Se recomienda automaizar la creación de enlaces simbólicos con el siguiente comando:

sudo cronjob -e
@reboot /bin/bash /home/usuario/Documentos/Proyectos/production/2\ train_Server/make mount_dataset CONTROL_HOST=192.168.1.137
@reboot /bin/bash /home/usuario/Documentos/Proyectos/production/2\ train_Server/make mount_db CONTROL_HOST=192.168.1.137
@reboot /bin/bash /home/usuario/Documentos/Proyectos/production/2\ train_Server/make mount_config_models CONTROL_HOST=192.168.1.137

INIICAR UN WORKER

start_worker