Skip to content

Optional Guided Installation Script

bmorrison4 edited this page Jul 17, 2019 · 2 revisions

We made an installer to get you up and running as quickly as we can! After you make a robot on the site, all you need to do is follow the on-screen prompts.

  1. Copy and paste this command into a terminal. This is best handled via SSH.
wget -O - https://raw.githubusercontent.com/remotv/controller/master/scripts/install.sh | bash -
  1. If you are ready to install, press enter on your keyboard.

  2. Enter the username you signed up for remo.tv with.

  3. Enter your robots API key. You can get this by clicking on your robot in the channels list.

  4. Select your robot type. YOU NEED TO SELECT YOUR CHOICE WITH SPACE BEFORE PRESSING ENTER.

  5. Installation is now complete. It's safe to reboot your robot; or you can run it manually by running python controller.py in the remotv directory.

Clone this wiki locally