X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=setup.sh;h=41e7d5089c9e1f18924ef69543fd4ce905c4db80;hp=cd4dfaa3358e99e49435790293423e9c06551e52;hb=HEAD;hpb=35dea67c2f972fe7552820841f7c550129a6add0 diff --git a/setup.sh b/setup.sh index cd4dfaa..f081135 100755 --- a/setup.sh +++ b/setup.sh @@ -14,10 +14,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -source /a/bin/errhandle/err +set -e; . /usr/local/lib/bash-bear; set +e usage() { - cat </dev/null || $s apt-get -y install ffmpeg pkgs=( - # build.rb dependencies - ruby-pygments.rb ruby-safe-yaml ruby-sass - # python pkgs used for o(n^2) voting blog entry - python-bcrypt python-passlib - # gitweb pkgs - gitweb highlight + # build.rb dependencies + ruby-pygments.rb ruby-safe-yaml ruby-sass + # python pkgs used for o(n^2) voting blog entry + # # commented out, needs update to python3 + #python-bcrypt python-passlib + # gitweb pkgs + gitweb highlight ) if $deb8; then - pkgs+=(build-essential ruby-dev) + pkgs+=(build-essential ruby-dev) else - pkgs+=(ruby-redcarpet) + pkgs+=(ruby-redcarpet) fi - -$s apt-get -y install ${pkgs[@]} +source /a/bin/distro-functions/src/package-manager-abstractions +pi ${pkgs[@]} if $deb8; then - sudo gem install redcarpet + sudo gem install redcarpet fi chmod og+x _site/on2vote/vote.py @@ -141,7 +144,7 @@ our \$home_text = "$script_dir/_site/gitweb_home.html"; our \$projects_list_group_categories = 1; EOF -web-conf $email_arg -p $port - apache2 $domain < # to run python scripts with cgi @@ -149,6 +152,11 @@ web-conf $email_arg -p $port - apache2 $domain < + + Options Indexes + + + Options +ExecCGI SetHandler cgi-script