]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / tips / ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
index 05a9bf6d791087c47047cf7e5de5b6bea355256d..aa89c4f55e2dfb0b6912083e92a2e75b9dd4e884 100644 (file)
@@ -67,16 +67,26 @@ cd gitweb
 make GITWEB_PROJECTROOT="/opt/ikiwiki/" GITWEB_CSS="/gitweb.css" GITWEB_LOGO="/git-logo.png" GITWEB_FAVICON="/git-favicon.png" 
 
 cp gitweb.cgi /Library/WebServer/CGI-Executables/
-cp /usr/local/share/gitweb/static/git-favicon.png /Library/WebServer/
-cp /usr/local/share/gitweb/static/git-logo.png /Library/WebServer/
-cp /usr/local/share/gitweb/static/gitweb.css /Library/WebServer/
-cp /usr/local/share/gitweb/static/gitweb.js /Library/WebServer/
+
+cp /usr/local/share/gitweb/static/git-favicon.png /Library/WebServer/Documents/
+
+cp /usr/local/share/gitweb/static/git-logo.png /Library/WebServer/Documents/
+
+cp /usr/local/share/gitweb/static/gitweb.css /Library/WebServer/Documents/
+
+cp /usr/local/share/gitweb/static/gitweb.js /Library/WebServer/Documents/
+
 
 sudo chmod 2755 /Library/WebServer/CGI-Executables/gitweb.cgi
-sudo chmod 2755 /Library/WebServer/git-favicon.png
-sudo chmod 2755 /Library/WebServer/git-logo.png
-sudo chmod 2755 /Library/WebServer/gitweb.css
-sudo chmod 2755 /Library/WebServer/gitweb.js
+
+sudo chmod 2755 /Library/WebServer/Documents/git-favicon.png
+
+sudo chmod 2755 /Library/WebServer/Documents/git-logo.png
+
+sudo chmod 2755 /Library/WebServer/Documents/gitweb.css
+
+sudo chmod 2755 /Library/WebServer/Documents/gitweb.js
+
 
 ## installing xapian: