improving on workingness
authorChris Koeritz <fred@gruntose.com>
Thu, 2 Nov 2017 17:23:01 +0000 (13:23 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 2 Nov 2017 17:23:01 +0000 (13:23 -0400)
just cleaning the add apache script, but really the big deal of this check-in is the new cakephp icon suitable for web sites.

infobase/pictures/cake_icon/favicon.ico [new file with mode: 0644]
scripts/system/add_apache_site.sh

diff --git a/infobase/pictures/cake_icon/favicon.ico b/infobase/pictures/cake_icon/favicon.ico
new file mode 100644 (file)
index 0000000..39eaf91
Binary files /dev/null and b/infobase/pictures/cake_icon/favicon.ico differ
index 345b96cdfd7de22426ca25984f790e96f4803ab6..dadfb8c1889f100fd4036c71a2c4530a95888829 100644 (file)
@@ -37,18 +37,9 @@ function write_apache_config()
   local full_path="${BASE_PATH}/${appname}${STORAGE_SUFFIX}"
 #echo really full path is $full_path
 
-#hmmm: the code below is just getting bigger.  it would be nice to create the chunks of permission stuff
-# via iteration rather than hardcoding.
-
   echo "
-# we have to enable some directory access through the user's folders.
-# this is probably going to end up repeated in multiple apache files, but
-# hopefully that's not a problem.
-#hmmm: fix above note if it's not a problem.
-
-
 # set up the user's web folder as an apache user web directory.
-UserDir apps
+#UserDir apps
 #above didn't help either.
 
 #