Bash script to deploy SeedDMS 5.1.9 on a fresh CentOS 7 machine with very little setting up.
There are messages displayed during the installation of this script to keep you aware of certain things as well as comments in the script to explain what the commands in the script do.
What you will still need to do:
- Create a database server (installed on the same machine you run this script or on a seperate machine)
- Create a database table for SeedDMS to use
- Create a database user for SeedDMS to use for accessing your database/database table
- Grant that database user access to the database table