summaryrefslogtreecommitdiffstats
path: root/zend-su.sh
diff options
context:
space:
mode:
authorSimon2011-03-15 13:57:21 +0100
committerSimon2011-03-15 13:57:21 +0100
commitdb7af7f8e368b843840759150e7fcca825663a44 (patch)
treef9f9b88261c895fb849f9f367d032b536e3f6667 /zend-su.sh
parentlinks korrigiert, dev ist nun lauffähig (diff)
downloadpbs2-db7af7f8e368b843840759150e7fcca825663a44.tar.gz
pbs2-db7af7f8e368b843840759150e7fcca825663a44.tar.xz
pbs2-db7af7f8e368b843840759150e7fcca825663a44.zip
Eigene Layouts in jedem Module hinzugefügt
Diffstat (limited to 'zend-su.sh')
-rwxr-xr-xzend-su.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/zend-su.sh b/zend-su.sh
index 234505e..37c1c6d 100755
--- a/zend-su.sh
+++ b/zend-su.sh
@@ -13,6 +13,7 @@ cd /tmp/
su sf34 -c "git clone git@openslx.org:lsfks/master-teamprojekt/pbs2.git"
mkdir /tmp/pbs2/library/
ln -s /usr/share/php/libzend-framework-php/Zend/ /tmp/pbs2/library/Zend
+chown sf34:uni library/
touch /etc/apache2/sites-available/pbs2
echo " <VirtualHost 127.0.0.2:80>" >> /etc/apache2/sites-available/pbs2
echo " ServerName pbs2.local" >> /etc/apache2/sites-available/pbs2