-
Notifications
You must be signed in to change notification settings - Fork 0
Deploying the application
Whymarrh Whitby edited this page Jun 1, 2016
·
2 revisions
This page details how to deploy control software changes.
First, read through the following Wiki entries:
In preparation for deployment, update the Ansible hosts
file (playbooks/hosts
).
For example:
[captain]
192.168.88.3 ansible_user=vagrant ansible_ssh_pass=vagrant
[topside]
192.168.88.2 ansible_user=eedge ansible_ssh_pass=eedge ansible_sudo_pass=eedge
[rasprime]
192.168.88.4 ansible_user=pi ansible_ssh_pass=raspberry
[picamera]
192.168.88.5 ansible_user=pi ansible_ssh_pass=raspberry
Quick deploy:
- Connect the ROV network with the ROV powered on
gradle clean build
vagrant up captain
vagrant ssh captain --command 'cd workspace && ansible-playbook playbooks/deploy.yml'
This wiki and the project's README file contain a lot of information, take your time and read both. Read the CONTRIBUTING.md
file in the project before opening a pull request or an issue.
© Eastern Edge Robotics - www.easternedgerobotics.com
Introductions
- Home
- 1000ft overview
- Design rationale
- Configuration
Getting things done
- Quick start
- Getting Started/Workspace Setup
- Git-Cheatsheet
- Vagrant environment
- Connecting to the ROV network
- Walkthrough: Adding a feature
- Testing changes to the application
- Deploying the application
- Running the application topside
- Running the Picamera video feed
Development
Hardware and misc.