shreerambhakthhu / dockerwebterminalflask

4 stars 88 forks source link

DockerWebTerminal

DokerWebTerminal is a web base terminal . Using python Flask-Sockets and Vuejs.

image

For auto setup run following commands

Note: if your system running another web server stop it first because flask-vue-term recommended Nginx web server.

git clone https://github.com/shreerambhakthhu/dockerwebterminalflask.git

cd dockerwebterminalflask/script

bash installscript

this script install Nginx server and setup flask-vue-term

Once done installation, hit your domain name or ip in your browser.

For Manually Installation follow given commands.

pip3 install -r requirements.txt

python3 main.py

If main.py run sucessfull hit URL http://localhost:5000 in your Browser.

If you want to run server on another port or another host address run python3 main.py --host 0.0.0.0 --port 8000