1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00

Update install

This commit is contained in:
abeudin 2014-01-06 09:34:23 +01:00
parent fa4d1fe861
commit 7dab8692bd

View file

@ -12,14 +12,7 @@ if [[ ! $? -eq 0 ]]; then
fi
# Check depends installation
for i in python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev uwsgi uwsgi-plugin-python
do
dpkg -l | grep $i > /dev/null 2>&1
if [ $? = 1 ];
then
sudo apt-get install $i -y
fi
done
sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev uwsgi uwsgi-plugin-python
# Init virtualenv
sudo virtualenv /usr/local/radicale