From 28bec8043fa33027958b0afd1b264fd25aa27d9d Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 13 Apr 2017 15:00:02 +0100 Subject: Add scripts to rule them all. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server. --- script/bootstrap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 script/bootstrap (limited to 'script/bootstrap') diff --git a/script/bootstrap b/script/bootstrap new file mode 100755 index 000000000..dfebd7449 --- /dev/null +++ b/script/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e +cd "$(dirname "$0")/.." + +git submodule --quiet update --init --recursive --rebase +bin/install_perl_modules -- cgit v1.2.3