Skip to content

Install with installer

Vec7or edited this page May 20, 2020 · 2 revisions

The installer helps to setup the base-station. It will automatically install the server as well as the frontend and all needed dependencies.

Limitations

  • Currently only works on NanoPi Neo
  • Only works when using DietpPi as operating system
  • Replaces redis config completely which is not necessarily wanted.

Step by step

Recommended solution

The recommended solution how to use the installer is the custom image provided in the installer repository.

  1. Write the img file to sd-Card with a tool of your liking
  2. Insert the sd-Card into the NanoPi Neo and turn it on by plugging it in.
  3. Wait for approximately 20 min for the installation to complete
  4. Connect to NanoPi by ssh using the ip NanoPi Neo has received by the dhcp ex: ssh [email protected]
  5. Input the password pWire
  6. Change the password for both users root and dietpi ex: passwd root

Manual installation

The installer can also be used manually on a DietPi operating system.

  1. Install redis and git-client by using dietpi-software
  2. Download the installer: wget https://raw.githubusercontent.com/PlantWire/installer/master/install.sh
  3. Run the installer as root: sudo ./install.sh
  4. After the installer finishes successfully the base-station is ready
Clone this wiki locally