Installing PoolCar on an Internal Server |
1. Download Installation Files |
Download the installation packages from the Lingo Systems server. The download links will be provided by Lingo Systems. You will receive: |
2. Create and Restore the Database |
On your SQL Server (2005 or 2008), create a new database If setting up separate Test and Production environments, repeat this step for each Restore the downloaded SQL backup over the new database
|
3. Create the IIS Website |
On the web server, create a new website in IIS (Optional) Assign the site its own Application Pool Ensure the server supports ASP.NET Framework v3.5
|
4. Deploy the Application Files |
In the directory linked to your IIS website Extract the IIS ZIP file you downloaded
|
5. Configure the Database Connection |
Open the web.config file Update the database connection string to point to your SQL Server If using Integrated Authentication, ensure the IIS process account (usually Network Services) has access to the SQL database
|
6. Configure Email (SMTP) |
In web.config, scroll to the bottom Update the SMTP server settings Ensure your mail server allows SMTP relay from the IIS server
|
7. Confirm Login Method |
Check with the project sponsor how users will log in. Supported options include: |
8. Configure the Website URL |
Assign a domain name or URL for staff access Configure this in IIS using Host Headers Some organisations may use a generic host name with a port number instead
|
9. Confirm Database Backups |
Ensure the PoolCar database is included in your nightly backup process. |
10. Set Folder Permissions |
On the web server, grant Modify permissions to the IIS process account (e.g. Network Services) for the following folders: (approot)\TempFiles
(approot)\UploadedFiles
|
11. Test the installation |
Open the website using the URL staff will use You should see: The Login page, or The Welcome page
If an error screen appears, the most common issue is an incorrect SQL connection string
|
Need Help? |
If you cannot find an answer here, log a support request via the Smartrak Service Desk. |