A variety of installation/configuration scripts for both the client and the PostgreSQL database server are provided as links on this web site or packaged with the LIMS*Nucleus client. Various scripts are described below. Scripts without hyperlinks are included in the install package.
Supplied Scripts
Name | Description |
---|---|
install-limsn-ec2.sh | Full installation on AWS including web server, database server, and application software |
install-limsn-pack.sh | Install LIMS*Nucleus client and optionally database using a Guix pack (easiest install) |
lnpg.tar.xz | archive of sql scripts for database configuration |
install-pg-aws-ec2.sh | Installation of the PostgreSQL database with LIMS*Nucleus tables, methods and example data. This script is called by install-limsn-ec2.sh. This script is only used to reinstall the database after manual deletion |
install-pg-aws-rds.sh | install database on AWS Remote Database Service PostgreSQL instance |
start-limsn.sh | Use to start the client application software. Run in detached mode so the terminal can be shut down. |
init-limsn-pack.sh | place $HOME on $PATH; modify $HOME/.bashrc; for use with Guix pack |
init-limsn-channel.sh | place $HOME on $PATH; modify $HOME/.bashrc; for use with channel installation |
load-pg.sh | load database by running all SQL scripts at command line |
lnpg.sh | run lnpg.scm passing necessary parameters to initialize database |