https://github.com/paralect/robomongo-vagrant
Robomongo build automation using vagrant
https://github.com/paralect/robomongo-vagrant
Last synced: 6 months ago
JSON representation
Robomongo build automation using vagrant
- Host: GitHub
- URL: https://github.com/paralect/robomongo-vagrant
- Owner: paralect
- Created: 2016-01-22T08:07:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T14:44:45.000Z (almost 9 years ago)
- Last Synced: 2025-03-14T23:23:31.322Z (9 months ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Robomongo builds automation
This git repo is a set of vagrant files, which use vagrant images with all preinstalled dependencies to build & test robomongo. We use it internally in combination with CI server to automate robomongo builds.
The general idea is:
1. Run vagrant instance
2. Run ansible playbook, which build & test Robomongo
3. Copy OS specific package from vagrant to host machine
## Supported OS versions:
1. [OSX Yosemite 10.10](osx/yosemite-10.10/readme.md)
2. [Ubuntu 14.04](linux/ubuntu-14.04/readme.md)
## Prerequisites
1. [Vagrant](https://docs.vagrantup.com/v2/installation/)
2. [Ansible 1.9+](http://docs.ansible.com/ansible/intro_installation.html)
3. [Virtualbox](https://www.virtualbox.org/wiki/Downloads)
## CI server
CI server deploy in Paralect's local network [here](http://192.168.0.131)