Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:piwigo [2024/03/12 08:57] – created willy | services:piwigo [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Piwigo ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | There are also mobile apps associated to Piwigo that can take care of backup and mobile editing. | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | Piwigo is PHP based, so you need to follow [[gentoo: | ||
- | |||
- | Now, create the usual service user that i will call **piwigo**. This user should be member of the **photos** group: | ||
- | <code bash> | ||
- | useradd -d / | ||
- | </ | ||
- | |||
- | The full Piwigo installation guides are [[https:// | ||
- | |||
- | You need to download and unpack Piwigo latest release: | ||
- | <code bash> | ||
- | su - piwigo | ||
- | wget -O piwigo.zip " | ||
- | unzip piwigo.zip | ||
- | </ | ||
- | |||
- | This will create a subfolder called **piwigo**. | ||
- | |||