From: Ian Kelling Date: Wed, 26 Apr 2017 15:18:12 +0000 (-0700) Subject: update web server setup dependency X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=commitdiff_plain;h=7c4081c2716a935c0e5a618dfed4cf16500bdec1 update web server setup dependency --- diff --git a/resume.md b/resume.md index f96d622..3fa3db3 100644 --- a/resume.md +++ b/resume.md @@ -52,7 +52,7 @@ Haskell-mode, and Gentoo. Maintenance of two Emacs minor modes * Contributed high quality documentation improvements to a wide a array of projects including [Mediawiki](https://www.mediawiki.org/wiki/Special:Contributions/Ian_Kelling), [systemd](https://github.com/systemd/systemd/commits?author=ian-kelling), [Ceph](https://github.com/ceph/ceph/commit/64851f5e186d477740eb4dc8279c4f1eb620bec3), [StackOverflow](https://stackoverflow.com/users/14456/ian-kelling), Bitcoin, Beets, -Trash-Cli, Fedora, and [Arch](https://wiki.archlinux.org/index.php/Special:Contributions/Ian_Kelling) +FAI, Fedora, and [Arch](https://wiki.archlinux.org/index.php/Special:Contributions/Ian_Kelling) * Discovered and accurately reported on bugs in many projects including [Debian](https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;submitter=ian%40iankelling.org), [Bash](https://lists.gnu.org/archive/html/bug-bash/2014-06/msg00069.html), [Fedora](https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=POST&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&bug_status=CLOSED&f1=reporter&list_id=5769480&o1=allwordssubstr&query_format=advanced&v1=ianowl%40gmail.com), and [Unison](https://github.com/bcpierce00/unison/issues/30) @@ -123,7 +123,7 @@ at, AWS EC2/S3/SES, Bind, Btrfs, -Ceph +Ceph, cloud-init, Cron, Debian/Ubuntu, diff --git a/setup.sh b/setup.sh index a68c4fc..ed295eb 100755 --- a/setup.sh +++ b/setup.sh @@ -14,8 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# This script depends on a few other git repos of mine, such as -# distro-functions, basic-https-conf, acme-tiny-wrapper set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR @@ -28,6 +26,10 @@ Setup dependencies, apache, and gitweb. Then call build.rb. Default DOMAIN_NAME is iankelling.org. Domain is expected to resolve so we can get a let's encrypt cert. +This script depends on a few other git repos of mine: distro-functions +and basic-https-conf. + + -p PORT Apache port, default is 443. -h|--help Print help and exit. @@ -74,8 +76,6 @@ type -P a2enmod &>/dev/null || $s apt-get -y install apache2 type -P sqlite3 &>/dev/null || $s apt-get -y install sqlite3 -acme-tiny-wrapper $domain - pkgs=( # build.rb dependencies ruby-pygments.rb ruby-safe-yaml ruby-sass @@ -138,7 +138,7 @@ our \$home_text = "$script_dir/_site/gitweb_home.html"; our \$projects_list_group_categories = 1; EOF -apache-site -p $port - $domain < # to run python scripts with cgi