...
Bloc de code | ||||
---|---|---|---|---|
| ||||
cd /opt/
git clone https://github.com/EsupPortail/esup-agape.git
sudo chown esup:esup esup-agape
/ -R
cd esup-agape |
Configuration
...
Bloc de code | ||
---|---|---|
| ||
systemctl restart postgresql.service |
Création de la base
...
Bloc de code | ||
---|---|---|
| ||
su postgres psql create database esupsignature; create USER esupsignature with password 'esup'; |
...
grant ALL ON DATABASE esupsignature to esupsignature; |