Skip to content

Commit

Permalink
v1.0.0 最终版本 最后一次更新
Browse files Browse the repository at this point in the history
  • Loading branch information
何全 committed Jun 3, 2019
1 parent 5d545dc commit b4ff7e2
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@
本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!


## dmeo
> http://129.28.156.219:8003/index.html
> 账号admin 密码 1qaz.2wsx
## 项目


项目中文名:链喵

项目英文名:chain

版本 : v1.0.0 最终版本

linux 云主机 管理系统,包含 CMDB系统,webssh登录、命令执行、异步执行shell/python/yml、查看日志、定时任务等功能。

* 交流群号: 620176501 <a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=bbe5716e8bd2075cb27029bd5dd97e22fc4d83c0f61291f47ed3ed6a4195b024"><img border="0" src="https://github.com/hequan2017/cmdb/blob/master/static/img/group.png" alt="django开发讨论群" title="django开发讨论群"></a>
Expand Down Expand Up @@ -122,6 +129,10 @@ exit()

python3 manage.py runserver 0.0.0.0:80


##
nohup python36 manage.py runserver 0.0.0.0:8003 >> /tmp/chain-http.log 2>&1 &

python3 webssh/main.py ##启动终端登录功能

celery -B -A chain worker -l info
Expand Down
45 changes: 41 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
aadict==0.2.3
aioredis==1.0.0
amqp==2.3.2
aniso8601==3.0.2
ansible==2.6.3
anyjson==0.3.3
argh==0.26.2
asgi-redis==1.4.3
asgiref==2.3.0
asn1crypto==0.24.0
Expand All @@ -16,31 +18,44 @@ backcall==0.1.0
bcrypt==3.1.4
billiard==3.5.0.3
celery==4.2.1
certifi==2018.11.29
cffi==1.11.5
PyMySQL==0.9.2
channels==2.0.2
channels-redis==2.1.0
chardet==3.0.4
constantly==15.1.0
coreapi==2.3.3
coreschema==0.0.4
cryptography==2.3.1
daphne==2.1.1
decorator==4.3.0
Delorean==1.0.0
django==2.0.13
Django==2.0.13
django-bootstrap3==10.0.1
django-bootstrap4==0.0.7
django-celery-beat==1.1.1
django-celery-results==1.0.1
django-cors-headers==2.5.2
django-crispy-forms==1.7.2
django-filter==2.1.0
django-guardian==1.4.9
django-jenkins==0.110.0
django-jet==1.0.7
django-pure-pagination==0.3.0
django-simpleui==2.1.1
django-timezone-field==3.0
djangorestframework==3.8.2
dnf==0.0.1
dramatiq==1.5.0
dukpy==0.2.0
feedparser==5.2.1
future==0.16.0
gevent==1.3.1
globre==0.1.5
graphene==2.1.3
graphene-django==2.2.0
graphql-core==2.1
graphql-relay==0.4.5
greenlet==0.4.13
gunicorn==19.8.1
hiredis==0.2.0
Expand All @@ -49,9 +64,12 @@ hyperlink==18.0.0
idna==2.6
incremental==17.5.0
Interactive==1.0.1
ipython==6.4.0
ipython-genutils==0.2.0
itypes==1.1.0
javascripthon==0.10
jedi==0.12.0
Jinja2>=2.10.1
Jinja2==2.10.1
jsonfield==2.0.2
jupyter-echarts-pypkg==0.1.1
kombu==4.2.1
Expand All @@ -60,11 +78,16 @@ macropy3==1.1.0b2
MarkupSafe==1.0
msgpack==0.5.6
msgpack-python==0.5.6
paramiko
mysqlclient==1.4.2.post1
openapi-codec==1.3.2
paramiko==2.4.2
parso==0.2.0
pathtools==0.1.2
pexpect==4.5.0
pickleshare==0.7.4
Pillow==5.1.0
prometheus-client==0.2.0
promise==2.2.1
prompt-toolkit==1.0.15
ptyprocess==0.5.2
pyasn1==0.4.2
Expand All @@ -74,17 +97,31 @@ pyecharts==0.5.4
pyecharts-javascripthon==0.0.6
pyecharts-jupyter-installer==0.0.3
Pygments==2.2.0
PyHamcrest==1.9.0
PyMySQL==0.9.3
PyNaCl==1.2.1
python-crontab==2.3.6
python-dateutil==2.7.2
pytz==2018.4
PyYAML==3.12
redis==2.10.6
requests==2.21.0
Rx==1.6.1
simplegeneric==0.8.1
simplejson==3.16.0
singledispatch==3.4.0.3
six==1.11.0
sqlparse==0.3.0
tornado==5.0.2
traitlets==4.3.2
Twisted==19.2.0
txaio==2.10.0
tzlocal==1.5.1
uritemplate==3.0.0
urllib3==1.24.1
vine==1.1.4
watchdog==0.8.3
watchdog-gevent==0.1.0
wcwidth==0.1.7
websocket-client==0.47.0
zope.interface==4.5.0

0 comments on commit b4ff7e2

Please sign in to comment.