-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
亲 能否在requirements.txt中把你需求的版本指定一下 #15
Comments
以下是我之前安装时整理的步骤,希望对你有帮助。 安装 ansible 开源 UI基础信息
安装 easy_install、pip、virtualenv
添加用户
配置virtualenv环境
安装 ansible_ui下载源码git clone https://github.com/alaxli/ansible_ui.git 安装依赖库
配置配置ldap、数据库和邮件信息
配置数据库
初始化数据库
配置celery
配置ansible
如果要使用密码验证,需要安装 sshpass
启动启动 celery
启动 ansible
[[分类:运维自动化]] 在 2016-05-25 16:10:07,"kikiyou" [email protected] 写道: 由于没有指定详细的版本,安装的时候 各种报错 — |
执行pip install -r requirements.txt
|
requirement文件中已经有了django-guardian,ansible, 为何你还要自己再安装一遍? |
大家安装后都能正常使用吗?现在部署密钥的时候不成功,一直报输入的参数是3个,只获得了2个。 |
1 similar comment
大家安装后都能正常使用吗?现在部署密钥的时候不成功,一直报输入的参数是3个,只获得了2个。 |
由于没有指定详细的版本,安装的时候 各种报错
django-guardian 现在只支持 django 1.7+
当我把django升级到1.7+的时候 South不能工作
说South只支持1.6
亲 请把详细版本需求说下,感谢
The text was updated successfully, but these errors were encountered: