#!/bin/sh

# Install steps
# -unzip code, deps, sbcl to a folder (done by user)
# -create mysql databse

echo 'test...

test2
'

DIR=`pwd`

echo ${DIR}

echo '#

# -edit startup file


# Prep
# -Get all scripts to launch custom sbcl with --core
# -Put asd links in custom sbcl
# -Give sample db a default company and a sample computer#
# mod_lisp2 configuration
#

<LocationMatch "/.*\.ucw">
    LispServer 127.0.0.1 3001 ucw
    SetHandler lisp-handler
</LocationMatch>

<LocationMatch "/.*\.csv">
    LispServer 127.0.0.1 3001 ucw
    SetHandler lisp-handler
</LocationMatch>
#
# mod_lisp2 configuration
#

<LocationMatch "/.*\.ucw">
    LispServer 127.0.0.1 3001 ucw
    SetHandler lisp-handler
</LocationMatch>

<LocationMatch "/.*\.csv">
    LispServer 127.0.0.1 3001 ucw
    SetHandler lisp-handler
</LocationMatch>
