mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Update URL + install
This commit is contained in:
parent
0a548a2feb
commit
c4f131b1ae
4 changed files with 6 additions and 4 deletions
|
@ -49,7 +49,10 @@ ynh_app_setting_set $app final_path $final_path
|
||||||
|
|
||||||
SETUP_SOURCE "grav-admin-v1.1.17.zip"
|
SETUP_SOURCE "grav-admin-v1.1.17.zip"
|
||||||
|
|
||||||
# Set permissions to grav directory
|
# Installation de grav
|
||||||
|
sudo $final_path/bin/grav
|
||||||
|
|
||||||
|
# Attribuer les bonnes permissions
|
||||||
sudo chown -R www-data: $final_path
|
sudo chown -R www-data: $final_path
|
||||||
|
|
||||||
echo -e "127.0.0.1 $domain #GRAV" | sudo tee -a /etc/hosts
|
echo -e "127.0.0.1 $domain #GRAV" | sudo tee -a /etc/hosts
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8d94871402052b51a1e31e0c6f6a31c0 grav-admin-v1.1.17.zip
|
5593142893cfb1c8bc90a407ede00c09 grav-admin-v1.1.17.zip
|
|
@ -1 +0,0 @@
|
||||||
8d94871402052b51a1e31e0c6f6a31c0 grav-admin-v1.1.17.zip
|
|
|
@ -1 +1 @@
|
||||||
https://github.com/getgrav/grav/archive/master.zip
|
https://github.com/getgrav/grav/releases/download/1.1.17/grav-admin-v1.1.17.zip
|
Loading…
Add table
Reference in a new issue