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
e56e86a05a
commit
a272021c43
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ ynh_app_setting_set $app is_public $is_public
|
|||
#=================================================
|
||||
|
||||
sudo apt-get install python-pip
|
||||
pip install pelican markdown
|
||||
pip install pelican markdown
|
||||
|
||||
mkdir -p $(DESTDIR)/www
|
||||
|
||||
# Copy and set nginx configuration
|
||||
nginx_conf="/etc/nginx/conf.d/${domain}.d/${app}.conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue