Skip to content

Commit

Permalink
Add raspbian.sh instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
acidsploit authored Mar 7, 2018
1 parent a478b22 commit 10d18fd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,25 @@ __access locally__

Browse to http://localhost:8080

## Installation (uWSGI + NGINX)
## Raspbian Quick Install (uWSGI + NGINX)

A simple script (raspbian.sh) to deploy pyxpub on a fresh respbian installation. Gets you up and running in no time on a Raspberry Pi.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo reboot

sudo mkdir /srv/wsgi
cd /srv/wsgi
sudo git clone https://github.com/acidsploit/pyxpub.git
cd pyxpub/
sudo bash raspbian.sh

Access pyxpub through your raspberry pi ip address. Example: http://192.168.1.15


## Installation Linux (uWSGI + NGINX)
__install nginx, uwsgi and uwsgi python plugin__

Follow your distribution's directions to install these packages.
Expand Down

0 comments on commit 10d18fd

Please sign in to comment.