Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 528 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 528 Bytes

Installation

  • Install Raspbian in a RaspberryPi 2 or 3 with ssh access

  • Desployment

    • cd deploy
    • edit staging
    • ansible-playbook pirest-sense-hat.yml -l rpis -i staging
  • Create superuser for login in the GUI

    • ssh rpi
    • cd /opt/pirest_sense_hat
    • python3 manage.py createsuperuser --username admin --email admin@localhost --noinput
    • python3 manage.py changepassword admin
  • Login in the GUI with the superuser credentials

Screenshots

Main Dashboard Page

tutua