Skip to content

flask-vue-term is a web base terminal . Using python Flask,gevent and Vuejs.

Notifications You must be signed in to change notification settings

vasukushwah/flask-vue-term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-vue-term

flask-vue-term 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/vasukushwah/flask-vue-term.git

cd flask-vue-term/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

flask-vue-term is a web base terminal . Using python Flask,gevent and Vuejs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published