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
5f0fa9c565
commit
5d5570c674
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ sudo mkdir -p $document_root
|
|||
sudo sed -i "s@YNH_APP_URL@https://$domain@g" ../sources/pelicanconf.py
|
||||
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_AUTHOR@$author@g" ../sources/content/first-article.md
|
||||
sudo cp -a ../sources/* $document_root
|
||||
|
||||
cd $document_root
|
||||
|
|
Loading…
Add table
Reference in a new issue