jiaxiangkong
|
fe2081b407
|
Update install.py
|
2016-04-07 15:07:03 +08:00 |
ibuler
|
fa323d4987
|
Update install.py
修改centos7支持
|
2016-04-07 11:56:00 +08:00 |
ibuler
|
8bb66ac254
|
fix(install.py) delete old pycrypto module
fixed
|
2016-04-05 16:51:58 +08:00 |
Astraeux
|
f8fac06e1b
|
支持 Amazon Linux
|
2016-03-31 15:14:41 +08:00 |
ibuler
|
6c8117045f
|
fix(connect) 修复paramiko连接速度特么慢问题
导致的原因是 pycrypto库有问题
fixed
|
2016-03-31 00:14:46 +08:00 |
Astraeux
|
c218949556
|
SMTP发邮件支持SSL
|
2016-03-21 21:55:03 +08:00 |
ibuler
|
c0bacb7c7c
|
change(with pre fix) 修改安装和jumpserver.conf
上次修改已可以自动获取 ws地址,去掉无用设置和配置文件指定
去掉install.py中的设置
|
2016-03-03 18:16:11 +08:00 |
yumaojun
|
62fb6429f9
|
fix (install.py): 更新install.py 和 service.sh
1. 添加软件安装失败后的用户提醒
2. service.sh脚本添加对lockfile 目录缺失的处理。
|
2016-03-03 15:53:46 +08:00 |
ibuler
|
6c599e0127
|
Merge pull request #101 from jumpserver/bug_fix_yu
install.py安装兼容多个平台
|
2016-02-29 12:21:41 +08:00 |
yumaojun
|
50e82c5b99
|
fix (install.py): 更新wiki地址
|
2016-02-29 11:08:48 +08:00 |
yumaojun
|
1f9337feca
|
fix (install.py): compatible fedora
1. mysql-python编译不过, 添加rpm-build 依赖
|
2016-02-29 10:58:31 +08:00 |
yumaojun
|
427fda1015
|
fix (install.py): compatible fedora
1. compatible fedora (test fedora22)
|
2016-02-29 10:09:05 +08:00 |
yumaojun
|
a95e1bb835
|
fix (install.py): compatible fedora
1. compatible fedora (test fedora22)
|
2016-02-29 09:52:10 +08:00 |
ibuler
|
725405e4fd
|
change(install) 修改提示,更改变化的文件名 run_server.py
websocket -> websocket_url
|
2016-02-28 16:41:44 +08:00 |
yumaojun
|
247e5e7f24
|
fix (install.py): little update to contain liuzheng pr.
1. 请输入数据库服务器用户 [root] , 修改成 [jumpserver]
|
2016-02-28 15:55:21 +08:00 |
yumaojun
|
04821a00f8
|
fix (install.py): compatable centos7
1. use systemctl stop firewalld
2. add dependence: readline-devel and lrzsz
3. use mariadb as mysql server
|
2016-02-28 15:47:39 +08:00 |
yumaojun
|
ad3178fe94
|
fix (install.py): compatable centos7
1. use systemctl stop firewalld
2. add dependence: readline-devel and lrzsz
|
2016-02-28 15:23:14 +08:00 |
yumaojun
|
ccd1a10892
|
fix (install.py): compatable centos7
1. use systemctl stop firewalld
2. add dependence: readline-devel and lrzsz
|
2016-02-28 15:01:55 +08:00 |
yumaojun
|
b80ad40f54
|
fix (install.py): compatable centos7
1. use systemctl stop firewalld
2. add dependence: readline-devel and lrzsz
|
2016-02-28 14:40:17 +08:00 |
liuzheng712
|
7cf190e3f9
|
refactor(install/install.py): default database user should be jumpserver
|
2016-02-27 21:25:09 +08:00 |
yumaojun
|
cac94245ea
|
fix (install.py): ubuntu auto install mysql-server
1. set ansible_api connector as paramiko
2. set ubuntu apt-get --force-yes when install packages
|
2016-02-27 18:35:00 +08:00 |
yumaojun
|
a729e54425
|
fix (install.py): ubuntu auto install mysql-server
1. auto install mysql server
|
2016-02-27 13:24:19 +08:00 |
yumaojun
|
d4b57fc1b0
|
fix (install.py): ubuntu auto install mysql-server
1. auto install mysql server
|
2016-02-27 12:43:59 +08:00 |
yumaojun
|
d63b5772e4
|
fix (install.py): check platform
1. check platform , support CentOS, ReaHat, Fedora, Ubuntu, debian
|
2016-02-27 12:05:34 +08:00 |
yumaojun
|
37e0f80fb8
|
fix (install.py): fix install.py add user failed and service failed
1. use shlex.os.system replace subprocess.call
2. next.py use bash service start
|
2016-02-27 12:01:44 +08:00 |
yumaojun
|
8aec0c1ac7
|
fix (install jumpserver): install jumpserver compatible with ubuntu
1. install.py add platform judge, fix get_ip_addr function
2. next.py little adjust
3. service.sh little adjust
|
2016-02-26 14:13:21 +08:00 |
wangjunj
|
cd6cfc6ae9
|
Update install.py
|
2016-01-28 23:08:12 +08:00 |
wangjunj
|
02e9ba54f9
|
添加本地mysqld自启动服务
添加数据库自启动服务。修复服务器重启后./server.sh start 会提示错误——“Starting jumpsever
service:run_websocket.py not running”
|
2016-01-28 14:50:57 +08:00 |
ibuler
|
0924484bc4
|
Update install.py
|
2016-01-09 21:42:44 +08:00 |
ParInshOvGotQuep
|
79300b752b
|
修复找回密码及静态key问题
|
2016-01-04 13:56:47 +08:00 |
ibuler
|
b1a36bbb11
|
fix
|
2015-12-31 16:35:17 +08:00 |
ibuler
|
49f2f92a9c
|
fix输入换行
|
2015-12-31 11:20:41 +08:00 |
ibuler
|
09416286bf
|
fix install port bug
|
2015-12-29 13:09:05 +08:00 |
ibuler
|
c5f9db450d
|
添加查看quickstart提示
|
2015-12-29 11:37:52 +08:00 |
ibuler
|
48cf64cd3a
|
port int
|
2015-12-29 11:12:41 +08:00 |
ibuler
|
13d325e259
|
捕捉smtp异常
|
2015-12-22 17:18:53 +08:00 |
ibuler
|
48af55adab
|
添加readline
|
2015-12-20 19:30:42 +08:00 |
ibuler
|
c36267dc17
|
rebase version
|
2015-12-20 19:09:18 +08:00 |
ibuler
|
b7eb95f85f
|
修复安装bug
|
2015-12-20 17:45:57 +08:00 |
ibuler
|
8494989715
|
修改install
|
2015-12-19 21:56:42 +08:00 |
ibuler
|
c8c0366b39
|
Merge with dev
|
2015-12-19 21:14:16 +08:00 |
ibuler
|
22c90eecfc
|
修改安装脚本
|
2015-12-19 21:12:47 +08:00 |
ibuler
|
3695989866
|
fix install bug
|
2015-12-19 20:31:06 +08:00 |
ibuler
|
7b792907d3
|
merge with dev
|
2015-12-19 17:27:12 +08:00 |
ibuler
|
cba7195670
|
chmod +x script
|
2015-12-18 23:03:48 +08:00 |
ibuler
|
caa0e29564
|
fix install bug
|
2015-12-18 18:02:46 +08:00 |
ibuler
|
c56c44f8c0
|
fix install bug
|
2015-12-18 17:56:00 +08:00 |
ibuler
|
655bfc855e
|
fix install bug
|
2015-12-18 17:49:59 +08:00 |
ibuler
|
439efa1c83
|
fix install bug
|
2015-12-18 17:42:25 +08:00 |
ibuler
|
59591c2a13
|
fix install bug
|
2015-12-18 17:39:22 +08:00 |