docker-compose up -dOpen http://localhost
python -m venv env
. env/bin/activate
pip install -r requiremets/server.txt
pip install -r requiremets/client.txt
nohup python soap_server.py &> server.logs &
nohup python app.py &> client.logs &| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker-compose up -dOpen http://localhost
python -m venv env
. env/bin/activate
pip install -r requiremets/server.txt
pip install -r requiremets/client.txt
nohup python soap_server.py &> server.logs &
nohup python app.py &> client.logs &