Directory creation for the new asset cache. Increasing version to 1.3.2 as a result. Closes #436

This commit is contained in:
Jaisen Mathai 2012-01-11 14:36:51 -08:00
parent 8e51e58b12
commit 2fc773b5c5
7 changed files with 40 additions and 5 deletions

View file

@ -69,6 +69,9 @@ echo ""
mkdir /var/www/openphoto/src/userdata
chown www-data:www-data /var/www/openphoto/src/userdata
mkdir /var/www/openphoto/src/html/assets/cache
chown www-data:www-data /var/www/openphoto/src/html/assets/cache
echo ""
echo ""
echo "===================================================="