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-08-09 18:46:12 +02:00 committed by GitHub
parent a418f919e5
commit ca6f44e674

View file

@ -34,6 +34,9 @@ sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev lib
# Install pelican
pip install pelican markdown
mkdir -p ${DESTDIR}
# cd ${DESTDIR}
# git clone https://github.com/YliesC/website.git .
# Configure Nginx
nginx_conf="/etc/nginx/conf.d/${domain}.d/${app}.conf"