# Lisp-Focused Deployment
## Application bundle
- System definition + source code
- Documentation
- httpd.conf.swtx (FastCGI gateway config)
- "run.sh" or similar
## Investigate use of Sly and Emacs against production environments
## Bundle quicklisp (or a signature or checksum) with the code
## Investigate bundling a snapshop of the dependencies
## Investigate hosting the dependencies and pointing Quicklisp to it
## General steps to run SwiggyTix
System requirements:
- sbcl
- zstd
- lmdb
- Libs: c m pthread util zstd
- User `_swtx` id 2328
As the `_swtx` user:
- make install with PREFIX=$HOME/swtx
- launch sbcl in a way that's friendly to receive connections
- quickload the swtx system
- `(swtx:serve)`