O365 Setup
From GWAVA Technologies Training
Set up a Windows Server 2012 or Windows Server 2008 R2 server.
- Add the .NET Framework 3.51 [1] feature to the server
- Install the Azure AD module [2]
- Install database if needed.
- MySQL 5.5 Community edition [5]
- Install
- Detailed Configuration
- Developer Machine
- Transactional DB only
- DB location
- Concurrent connections/Manual Settings (20)
- Enable TCP/IP Networking (port 3306) & Enable Strict Mode
- Best Support for Multilingualism (UTF8)
- Install as a Service
- Create root credentials
- Install
- Setup Retain database
- Login to Start/MySQL/MySQL Server 5.0/MySQL Command Line Client
CREATE DATABASE retain DEFAULT CHARACTER SET 'utf8' DEFAULT COLLATE 'utf8_bin';
GRANT ALL PRIVILEGES ON retain.* TO 'retaindbuser'@'%' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON retain.* TO 'retaindbuser'@'localhost' IDENTIFIED BY 'password';
- exit CLI
- Install Java 1.6 JDK [6]
- Add the IIS role to the server.
- In Select Role Services check ISAPI Extensions and ISAPI Filters found under the Application Development category. Leave everything else as default.
- Check the JAVA_HOME switch for your system. This is set in the Environment Variables.
- Environment Variables are accessed through: Start | Control panel | System.
- Select the Advanced tab and then select the ‘Environment Variables’ button near the bottom. JAVA_HOME should be listed in your System variables table. Point to your Java 1.6 installation directory. If it is incorrect, correct the information.
- If it is missing, select ‘New’ and add the path. Syntax as follows:
- Variable Name JAVA_HOME
- Variable Value <Path to java installation directory> ie. C:\Program Files\Java\jdk1.6.0_26
- Shutdown Tomcat in services
- Run RetainInstall.exe (install Tomcat during process)
- Install Retain
- Setup Retain for O365
see also Setting up Retain with Office 365 [7]