- Controll your machine from the browser.
browser <==> socket-server <==> ssh-client
docker-compose up --build -d
pipenv sync
pipenv run python manage.py runserver
pip install -r requirements.txt
python manage.py runserver
http://localhost:4000