Skip to content

shreerambhakthhu/dockerwebterminalflask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages