Skip to content
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

Update install and use instructions #133

Open
smathermather opened this issue Nov 13, 2020 · 3 comments
Open

Update install and use instructions #133

smathermather opened this issue Nov 13, 2020 · 3 comments

Comments

@smathermather
Copy link
Contributor

smathermather commented Nov 13, 2020

# Parent:

sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y && sudo reboot
sudo apt install git
git clone https://github.com/opendronemap/odm360 --depth 1
cd odm360/
./parent_pi_setup.sh 
python3 -m flask run --host=0.0.0.0

# Child:

sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt dist-upgrade -y && sudo reboot
sudo apt install git
git clone https://github.com/opendronemap/odm360 --depth 1
cd odm360
provisioning/child_pi_setup.sh 
cd provisioning
./database_setup_child.sh
python3 -m odm360

Parent is now running:
image

Now, to more fundamental questions: how do I turn the child on?

@smathermather
Copy link
Contributor Author

Will update the above shortly, but changed the install process for child pis to simplify:
https://github.com/OpenDroneMap/odm360/pull/145

@hcwinsemius
Copy link
Contributor

Suggestions ToC:

  1. Hardware assemblage (subsections on parts, 3D printing, wiring and putting everything together).
  2. Installation (short install for .deb users, longer install for developers)
  3. how to use: instructions on front end (subsections general explanation 1) make a new project; 2) change settings; 3) Survey; 4) file management; 5) status)

Chapter 1 is on Steve and Ivan, chapter 2 on Schuyler and Ivan; Chapter 3 on Hessel and Iddy

@hcwinsemius
Copy link
Contributor

For the instructions of software, have a look at this blog for how to set it up.
https://hackernoon.com/the-four-layers-to-great-documentation-b6bfbf4c0de0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants