Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs committed Mar 21, 2021
1 parent b65ded4 commit 8f88d56
Showing 1 changed file with 17 additions and 36 deletions.
53 changes: 17 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,52 +3,33 @@
This is a web-app agent for the raspberry pi. It allows you to interact easily with your Pi via your browser.


# Raspbian Jessie

Get release from:
# How to install

https://github.com/vaslabs/pi-web-agent/releases/tag/0.5
## Devs only

### Pre-requisites
- npm
- angular (`npm install -g @angular/cli`)

# Raspbian Wheezy
Get release from:
### Build

https://github.com/vaslabs/pi-web-agent/releases/tag/0.4-rc-2
```
make build
```

This is the last release that supports Raspbian Wheezy
# Old versions


# How to install
## Raspbian Jessie

ssh to your pi and wget the release zip. E.g. for 0.5 do:
```shell
wget https://github.com/vaslabs/pi-web-agent/archive/0.5.zip
```
Then unzip the downloaded file and go to the unzipped directory. Then run install.sh.
E.g. for the above example:
```shell
unzip 0.5.zip
cd 0.5
./install.sh
```
# Troubleshooting
There's been a report about the cgi daemon not starting. The following commands solve the issue.
```
sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
sudo service pi-web-agent restart
Get release from:

sudo a2enmod cgi
https://github.com/vaslabs/pi-web-agent/releases/tag/0.5

service pi-web-agent restart
```

Installation not working:
- a2dismod not found:
```
sudo apt-get install apache2
```
## Raspbian Wheezy
Get release from:

- Due to a comment in Apache config:
Open the file and remove the comment on line 42
https://github.com/vaslabs/pi-web-agent/releases/tag/0.4-rc-2

This is the last release that supports Raspbian Wheezy

0 comments on commit 8f88d56

Please sign in to comment.