1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Update README.md

This commit is contained in:
Patrik J. Braun 2018-12-02 22:15:39 +01:00 committed by GitHub
parent b7838f8501
commit 71776558bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,30 +20,21 @@ Live Demo @ heroku: https://pigallery2.herokuapp.com/
## Getting started (on Raspberry Pi 1)
### Install NodeJs
### [Install NodeJs](https://nodejs.org/en/download/)
Download and extract
```bash
cd ~
wget https://nodejs.org/dist/v6.10.3/node-v6.10.3-linux-armv6l.tar.gz
tar -xzf node-v6.10.3-linux-armv6l.tar.gz
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
```
Copy it to /usr/local:
```bash
cd node-v6.10.3-linux-armv6l/
sudo cp -R * /usr/local/
```
Add to path. Add the following line to `~/.bashrc`
```bash
PATH=$PATH:/usr/local/bin
```
Full node install description: https://raspberrypi.stackexchange.com/questions/48303/install-nodejs-for-all-raspberry-pi
Full node install on rapberry pi description: https://www.w3schools.com/nodejs/nodejs_raspberrypi.asp
### Install PiGallery2
#### Install from release
```bash
cd ~
wget https://github.com/bpatrik/pigallery2/releases/download/1.2.0/pigallery2.zip
wget https://github.com/bpatrik/pigallery2/releases/download/1.5.0/pigallery2.zip
unzip pigallery2.zip
cd pigallery2
npm install