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 17:59:48 +02:00 committed by GitHub
parent e3270d17b1
commit 0b76b70826

View file

@ -49,15 +49,13 @@ ynh_app_setting_set $app is_public $is_public
# Set SSOwat rules
[[ $is_public -eq 1 ]] \
&& ynh_app_setting_set "$app" skipped_uris "/"
sudo apt-get install python-pip
&& ynh_app_setting_set "$app" unprotected_uris "/"
#=================================================
# INSTALL PELICAN
#=================================================
sudo apt-get install python-pip
pip install pelican markdown
# Copy and set nginx configuration