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
a418f919e5
commit
ca6f44e674
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue