CC-1024 Update installation/build for webapp-only
Installation/uninstallation should work now. Also removed more files that are no longer needed now that Studio doesnt exist anymore.
This commit is contained in:
parent
3caab7db1e
commit
b340ff3bb6
16 changed files with 254 additions and 1059 deletions
16
debian/patches/apache_setup.diff
vendored
16
debian/patches/apache_setup.diff
vendored
|
@ -2,22 +2,6 @@ Subject: do not add symlink in /var/www/ - use apache Alias instead
|
|||
Forwarded: no
|
||||
Author: Robin Gareus <robin@gareus.org>
|
||||
Last-Update: 2010-02-14
|
||||
Index: campcaster/bin/postInstallStation.sh
|
||||
===================================================================
|
||||
--- campcaster.orig/bin/postInstallStation.sh 2010-08-26 14:51:40.000000000 +0200
|
||||
+++ campcaster/bin/postInstallStation.sh 2010-08-26 14:51:45.000000000 +0200
|
||||
@@ -396,8 +396,9 @@
|
||||
echo "Creating symlinks...";
|
||||
|
||||
# create symlink for the PHP pages in apache's document root
|
||||
-rm -f $www_root/campcaster
|
||||
-ln -s $install_var_ls $www_root/campcaster
|
||||
+#rm -f $www_root/campcaster
|
||||
+#ln -s $install_var_ls $www_root/campcaster
|
||||
+#debian: skip this -> done via apache-config in 90_php_campcaster.conf
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
Index: campcaster/etc/apache/90_php_campcaster.conf
|
||||
===================================================================
|
||||
--- campcaster.orig/etc/apache/90_php_campcaster.conf 2010-07-22 15:21:30.000000000 +0200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue