Windows Installation
See the video tutorial walkthrough here
BASE REQUIREMENTS
OPERATING SYSTEM:
Windows 7 / Windows Server 2016 and above
PREREQUISITES:
- Access to SQL Server 2012 or Above
- A login account with local administrator access
RAM: SERENEDI requires at least 4 GB of RAM to function. If SERENEDI is licensed for additional cores, it requires 1 GB of RAM per additional core.
STORAGE: The base installation requires 150 MB of free disk space.
INSTALLATION
1. Gather the following prerequisites:
- SQL Server connection string: This defines the location and possibly the login credentials of the SQL Server account. This account should have permissions to create a database and access it with full permissions. For different examples of the connection string, visit: https://www.connectionstrings.com/sqlconnection/
- If you do not have access to a SQL Server instance and would like to quickly set one up:
- Install Docker Desktop
- Run this command:
docker run -e TZ=America/Los_Angeles -e "MSSQL_PID=Express" -e ACCEPT_EULA=Y -e SA_PASSWORD=strongPass1 -p 1433:1433 --name MSSQL -d mcr.microsoft.com/mssql/server:2019-latest
- Later during the install process when you are prompted for a SQL Connection string, use this:
Data Source=host.docker.internal;Database=serenediCore;User id=sa;Password=strongPass1; - An account and password with local administrator privileges: This is the account that will be used with the SERENEDI Service that is installed. If this is a domain account, it should be expressed in the form DOMAIN\username. If it is a local account, it should be expressed as ‘.\username’ (no quotes).
If your database permissions are maintained via Active Directory, this account needs to be fully provisioned with DBO privileges to the database, as well.
2. Run the Installer
- The SERENEDI Windows installer is a single MSI file, around 65MB in size. Double-clicking on the file will result in the following dialog:
- Click Next, then click on the checkbox indicating acceptance of the End-User License Agreement and click Next. The license viewed will be either a Trial Evaluation license or a Production license.
- Choose the destination folder for SERENEDI. By default, the folder is C:\serenedi. If you’d like to choose another folder, enter it here. Otherwise, select Next.
- Enter in the account with local administrator rights along with the password in the boxes. If the account is local, precede it with (for example, .\admin for a local account named admin)
- Enter the connection string to the database. Note: if you have previously installed SERENEDI to this server, any existing database will be completely destroyed unless you specify a different database name in the connection string. Also note: in certain circumstances, you may need to add “;TrustServerCertificate=true;” to the end of the connection string.
- Click “Yes” at the User Account Control popup to start the installation.
- After a few seconds, SERENEDI will complete the initial setup and then install the database. The following window will pop-up:
- If all steps are successful, you should get a Setup Complete dialog. To further ensure normal operation of SERENEDI, go to C:\serenedi\shared\pipeline, and look for the following folder structure:
If this folder structure exists, then SERENEDI is running and processing events successfully.