1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

Update install

This commit is contained in:
Ylies Chahi 2017-08-13 03:32:59 +02:00 committed by GitHub
parent 1018998b59
commit e44f97dd22

View file

@ -31,7 +31,7 @@ sudo sed -i "s@YNH_APP_AUTHOR@$author@g" ../sources/pelicanconf.py
sudo sed -i "s@YNH_APP_SITENAME@$title@g" ../sources/pelicanconf.py sudo sed -i "s@YNH_APP_SITENAME@$title@g" ../sources/pelicanconf.py
sudo sed -i "s@YNH_APP_AUTHOR@$author@g" ../sources/content/first-article.md sudo sed -i "s@YNH_APP_AUTHOR@$author@g" ../sources/content/first-article.md
sudo sed -i "s@YNH_APP_DATE@$date@g" ../sources/content/first-article.md sudo sed -i "s@YNH_APP_DATE@$date@g" ../sources/content/first-article.md
sudo cp -a ../sources/* $document_root sudo cp -a ../sources/. $document_root
# Nginx configuration # Nginx configuration
sed -i "s@YNH_LOCATION@$location@g" ../conf/nginx.conf sed -i "s@YNH_LOCATION@$location@g" ../conf/nginx.conf