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:
parent
1018998b59
commit
e44f97dd22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue