From ca6f44e6740d2d79fa973709663849346a9df349 Mon Sep 17 00:00:00 2001 From: Ylies Chahi Date: Wed, 9 Aug 2017 18:46:12 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 86832de..6a23f62 100644 --- a/scripts/install +++ b/scripts/install @@ -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"