https://github.com/rorpage/lightshowpi-config
Configuration for lightshowpi and rocktheirv
https://github.com/rorpage/lightshowpi-config
Last synced: 5 months ago
JSON representation
Configuration for lightshowpi and rocktheirv
- Host: GitHub
- URL: https://github.com/rorpage/lightshowpi-config
- Owner: rorpage
- License: mit
- Created: 2018-11-13T01:16:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T03:12:52.000Z (over 7 years ago)
- Last Synced: 2025-02-25T23:16:01.592Z (over 1 year ago)
- Homepage: https://rocktheirv.com
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lightshowpi-config
Configuration for lightshowpi and rocktheirv
---
## Step 0 – Update Raspian
Before you get started update and upgrade raspian to the latest:
```
sudo apt-get update
sudo apt-get upgrade
```
## Step 1 - Download LightShow Pi
### Install git (if you don't already have it)
```bash
sudo apt-get install git-core
```
### Clone the repository to /home/pi/lightshowpi
```bash
cd ~
git clone https://togiles@bitbucket.org/togiles/lightshowpi.git
```
### Grab the stable branch
```bash
cd lightshowpi
git fetch && git checkout stable
```
## Step 2 - Install LightShow Pi
```bash
cd /home/pi/lightshowpi
sudo ./install.sh
sudo reboot
```