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-07-25 19:27:22 +02:00 committed by GitHub
parent e56e86a05a
commit a272021c43

View file

@ -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"