为 SciPy/Opencv 和朋友提供的 Vagrant 文件和 ansible 配置
该存储库包含一个 Vagrantfile 和 Ansible 设置,用于创建能够运行基于 opencv 的应用程序的 Ubuntu 14.04 机器。
要求
- Vagrant
- Ansible installed locally
- Internet connection
用法
在本地使用 Vagrant
- $ vagrant up
- $ vagrant ssh
远程使用您的首选云
- Add your hostname to ansible hosts file (/etc/ansible/hosts or any other location, you can change that)
[scipy]
host1 ansible_ssh_host=192.168.
1