v0.1.0
CONTROL SERVER
crear red de archivos
make create_files_servercrear red de docker
make create_networkcrear control server
make create_control_serverWORKER
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.137Se 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.137INIICAR UN WORKER
start_worker