Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cfaa77c9 authored by LEPAGE Gaetan's avatar LEPAGE Gaetan
Browse files

start_backend script

parent 9da22c3c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
tmux
python rl_hm/web_app/app.py &
ssh-add $HOME/.ssh/rsa_server
python -m http.server 8000 --directory rl_hm/web_app/static &
ssh -N -L 9999:localhost:9999 \
-J galepage@bastion.inrialpes.fr \
galepage@alya.inrialpes.fr &
sleep 5
trap 'echo signal received!; kill $(jobs -p); wait;' SIGINT SIGTERM
wait
PYTHONPATH=. python rl_hm/backend/main.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment