Sha256: feb72ea3c71db73013d3944c9551d5e24ef10297059e107b86a73bf5489c7e6b

Contents?: true

Size: 303 Bytes

Versions: 5

Compression:

Stored size: 303 Bytes

Contents

#!/bin/bash -e

RTFMd_BASE_PATH="/"
RTFMd_WIKI=$(pwd)

export RTFMd_WIKI RTFMd_BASE_PATH

if [[ -n $1 ]]; then
  RTFMd_WIKI=$1; shift
fi

if [[ -n $1 ]]; then
  RTFMd_BASE_PATH=$1; shift
fi

bundle check 2>&- || { bundle install --local && bundle check; }
exec bundle exec thin start -R config/rtfmd.ru

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
RTFMd-0.10301.13 bin/rtfmd
RTFMd-0.10301.12 bin/rtfmd
RTFMd-0.10301.11 bin/rtfmd
RTFMd-0.10301.10 bin/rtfmd
RTFMd-0.10301.9 bin/rtfmd