# setuptools **Repository Path**: github-1/setuptools ## Basic Information - **Project Name**: setuptools - **Description**: jumpserver setuptools - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jumpserver 安装脚本 官方安装文档 http://docs.jumpserver.org Use: ``` cd /opt git clone --depth=1 https://github.com/jumpserver/setuptools.git cd jms_install cp config_example.conf config.conf vi config.conf ./jmsctl.sh -h ``` Install 安装 ``` ./jmsctl.sh install ``` Uninstall 卸载 ``` ./jmsctl.sh uninstall ``` Help 帮助 ``` ./jmsctl.sh -h ```