# Django webssh
**Repository Path**: hienha/django-webssh
## Basic Information
- **Project Name**: Django webssh
- **Description**: 使用 Django 实现网页版的终端
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-04-11
- **Last Updated**: 2024-04-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Refs
[git@github.com:huyuan1999/django-webssh.git](git@github.com:huyuan1999/django-webssh.git)
```
开发环境:
Linux Mint 21.2 Xfce
Anaconda python 3.6
环境:
conda create -n django-webssh python=3.6
conda activate django-webssh
python3.6 -m pip install -r ./requirements.txt
启动:
cd django-webssh/webssh/
python3.6 manage.py runserver 0.0.0.0:8000
```
demo:
登录

命令行界面


top交互式命令行界面


vim命令行界面

