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:
parent
6d44c22df1
commit
daa612f355
@ -41,7 +41,7 @@ Full node install on raspberry pi description: https://www.w3schools.com/nodejs/
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
wget https://github.com/bpatrik/pigallery2/releases/download/1.5.6/pigallery2.zip
|
wget https://github.com/bpatrik/pigallery2/releases/download/1.7.0/pigallery2.zip
|
||||||
unzip pigallery2.zip -d pigallery2
|
unzip pigallery2.zip -d pigallery2
|
||||||
cd pigallery2
|
cd pigallery2
|
||||||
npm install
|
npm install
|
||||||
@ -74,7 +74,7 @@ docker run \
|
|||||||
-v <path to your db file folder>/sqlite.db:/pigallery2-release/sqlite.db \
|
-v <path to your db file folder>/sqlite.db:/pigallery2-release/sqlite.db \
|
||||||
-v <path to your images folder>:/pigallery2-release/demo/images \
|
-v <path to your images folder>:/pigallery2-release/demo/images \
|
||||||
-v <path to your temp folder>:/pigallery2-release/demo/TEMP \
|
-v <path to your temp folder>:/pigallery2-release/demo/TEMP \
|
||||||
bpatrik/pigallery2:1.5.6-stretch
|
bpatrik/pigallery2:1.7.0-stretch
|
||||||
```
|
```
|
||||||
Make sure that a file at `<path to your config file folder>/config.json` and `sqlite.db` files exists before running it.
|
Make sure that a file at `<path to your config file folder>/config.json` and `sqlite.db` files exists before running it.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user