Skip to content

Commit

Permalink
updates to installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobuenaposada committed Nov 9, 2024
1 parent 090eca1 commit 3446cca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgraded to python 3.11
- Updated all libraries
- More docker usage
- New Raspberry Pi OS base image
- 32 bit Raspberry Pi OS base image since 64 bit is slower
- Linters switch to ruff and black
- Improve websocket implementation
- Fix new K-Pro v4 and possible also new S300 v3 connection issue
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker/run:
docker/tests:
docker run --rm $(DOCKER_IMAGE) /bin/sh -c 'make test'

sd-image/create:
sd-image/create: # use diskutil list first
sudo dd bs=1024 if=$(path) of=full_size_image.img

sd-image/shrink:
Expand Down
2 changes: 0 additions & 2 deletions installation/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ sudo su
make venv
su pi
docker compose up -d nginx
touch /home/pi/Desktop/HonDash/hondash.log
sudo chmod 777 /home/pi/Desktop/HonDash/hondash.log

cd /home/pi/Desktop/
git clone https://github.com/pablobuenaposada/HonDash-frontend.git
Expand Down
2 changes: 0 additions & 2 deletions installation/services/hondash.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ WorkingDirectory=/home/pi/Desktop/HonDash/
ExecStart=/bin/bash -c 'make run_rpi'
Restart=always
User=pi
StandardOutput=append:/home/pi/Desktop/HonDash/hondash.log
StandardError=append:/home/pi/Desktop/HonDash/hondash.log

[Install]
WantedBy=multi-user.target

0 comments on commit 3446cca

Please sign in to comment.