README MIGRATION
This commit is contained in:
parent
6495c0d2ec
commit
a92a6a8738
21 changed files with 454 additions and 298 deletions
25
ressources/grocy/README.MD
Normal file
25
ressources/grocy/README.MD
Normal file
|
@ -0,0 +1,25 @@
|
|||
#### grocy
|
||||
|
||||
##### Information
|
||||
Site : https://grocy.info/
|
||||
|
||||
Source : https://github.com/grocy/grocy
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
apt-get install -y grocy
|
||||
|
||||
#Edit /etc/grocy/config.php
|
||||
|
||||
# sample configuration for apache2 + php fpm
|
||||
apt install apache2 php-fpm
|
||||
a2enmod proxy_fcgi setenvif rewrite
|
||||
a2enconf php8.1-fpm
|
||||
cp /usr/share/doc/grocy/apache2-grocy.conf /etc/apache2/sites-available/grocy.conf
|
||||
a2ensite grocy
|
||||
systemctl restart apache2
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue