...
- Determine Hardware Requirements
- Database Server
- Application Server
- Workstations
- Determine Application Deployment Method
- Workstation Install
- Citrix / Remote Desktop / Terminal Services
- Determine Software Requirements
- SQL Server 2008+
- Windows Server 2012
- Citrix / Remote Desktop / Terminal Services
- Order Hardware
- Order Software
- Configure Hardware
- Configure Software
- Setup Windows Servers
- Setup SQL Server
- Setup Command Shell Access in SQL for AR Import Receivables to work.
-- To allow advanced options to be changed.
EXEC sp_configure 'show advanced options', 1
GO
-- To update the currently configured value for advanced options.
RECONFIGURE
GO
-- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO
-- To update the currently configured value for this feature.
RECONFIGURE
GO
- Setup Deployment Method
Configure Environments
- Perform the tasks outlined in this wiki page to configure the database and application servers. You will need to perform each task for each server the client will use our software on.
...
Application Installation
- Database Configuration
- Staging / Test Database on Cultura Servers
- Staging / Test Database on Customer Servers
- Live Database
- Audit Logs
- Database Users
- Backup / Maintenance Plans
- Application Configuration
- Aeros
- Aeros LIVE
- Aeros Connect
- Aeros Vision
- Extra Tools & Applications
- ODBC Drivers
- CFS Drivers
- CMC Extract Application
- Others
...