-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Currently only works on NanoPi Neo
- Only works when using DietpPi as operating system
- Replaces redis config completely which is not necessarily wanted.
The recommended solution how to use the installer is the custom image provided in the installer repository.
- Write the img file to sd-Card with a tool of your liking
- Insert the sd-Card into the NanoPi Neo and turn it on by plugging it in.
- Wait for approximately 20 min for the installation to complete
- Connect to NanoPi by ssh using the ip NanoPi Neo has received by the dhcp ex:
ssh [email protected]
- Input the password
pWire
- Change the password for both users
root
anddietpi
ex:passwd root
The installer can also be used manually on a DietPi operating system.
- Install
redis
andgit-client
by usingdietpi-software
- Download the installer:
wget https://raw.githubusercontent.com/PlantWire/installer/master/install.sh
- Run the installer as root:
sudo ./install.sh
- After the installer finishes successfully the base-station is ready