Ajout : wiki.cyclocoop.org .
[lhc/ateliers.git] / etc / nginx / site.d / lhc-remorque / local.sh
index 9ec7bdb..263daeb 100644 (file)
@@ -13,14 +13,14 @@ sudo install -m 664 -o www -g www \
  --disabled-login \
  --disabled-password \
  --group \
- --home /home/www/pub/"$site" \
+ --home /home/www/data/"$site" \
  --shell /bin/false \
  --system
 "$tool"/local/adduser www-"$site" \
  --disabled-login \
  --disabled-password \
  --group \
- --home /home/www/pub/"$site" \
+ --home /home/www/data/"$site" \
  --shell /bin/false \
  --system
 sudo adduser fcgi-"$site" www-"$site"
@@ -36,7 +36,7 @@ sudo install -d -m 3771 -o git -g git \
 sudo install -d -m 750 -o wiki-"$site" -g git \
  /home/git/hooks/lhc/remorque
 sudo install -m 771 -o git -g git /dev/stdin \
- /home/git/pub/lhc/remorque.git/hooks/post-update <<-EOF
+ /home/git/data/lhc/remorque.git/hooks/post-update <<-EOF
        #!/bin/sh -efux
        
        # The cd below is why we must use this script.
@@ -70,7 +70,7 @@ sudo install -m 400 -o wiki-"$site" -g wiki-"$site" \
  /home/lhc/var/ikiwiki/remorque/etc/ikiwiki.setup
 sudo adduser wiki-"$site" www-"$site"
 sudo install -d -m 2770 -o wiki-"$site" -g fcgi-"$site" \
- /home/www/pub/"$site"/cgi
+ /home/www/data/"$site"/cgi
 cd /
 sudo -u wiki-"$site" ikiwiki \
  --verbose \
@@ -83,26 +83,27 @@ sudo chmod 6755 \
  /home/git/hooks/lhc/remorque/post-update.ikiwiki
 
 sudo cat /etc/gitweb/gitweb.conf - <<-EOF |
-       \$export_ok = "lhc-remorque-export-ok";
+       \$export_ok = "cyclo-wiki-export-ok";
        \$favicon = "/gitweb/static/git-favicon.png";
        \$home_link = "/";
        \$home_link_str = 'wiki';
-       \$home_text = "/etc/gitweb/lhc.home_text.html";
+       \$home_text = "/etc/gitweb/cyclo.home_text.html";
        \$javascript = "/gitweb/static/gitweb.js";
        \$logo = "/gitweb/static/git-logo.png";
        \$my_uri = "/gitweb/";
-       \$projects_list = "/etc/gitweb/lhc-remorque.projects.list";
-       \$site_footer = "/etc/gitweb/lhc.site_footer.html";
-       \$site_header = "/etc/gitweb/lhc.site_header.html";
-       \$site_name = "remorque.$local_domainname";
+       \$my_url = "/gitweb/";
+       \$projects_list = "/etc/gitweb/cyclo-wiki.projects.list";
+       \$site_footer = "/etc/gitweb/cyclo.site_footer.html";
+       \$site_header = "/etc/gitweb/cyclo.site_header.html";
+       \$site_name = "wiki.cyclocoop.org";
        @stylesheets = ("/gitweb/static/gitweb.css");#
        EOF
 sudo install -m 640 -o root -g fcgi-gitweb /dev/stdin \
- /etc/gitweb/lhc-remorque.conf
+ /etc/gitweb/cyclo-wiki.conf
 sudo install -m 640 -o root -g fcgi-gitweb \
- "$tool"/etc/gitweb/lhc.home_text.html \
-        /etc/gitweb/lhc.home_text.html
+ "$tool"/etc/gitweb/cyclo.home_text.html \
+        /etc/gitweb/cyclo.home_text.html
 sudo install -m 640 -o root -g fcgi-gitweb /dev/stdin \
- /etc/gitweb/lhc-remorque.projects.list <<-EOF
-       lhc/remorque.git
+ /etc/gitweb/cyclo-wiki.projects.list <<-EOF
+       cyclowiki.git
        EOF