Getting StartedThis guide is based on installing the BL product on Win Server 2012 Configuring Windows Features / IISThe basic features of a web server will need to be configured - Open Control Panel/ Programs Features.
- Enable IIS, Web Management Tools and WWW services in Windows Features. (Control Panel > Programs & Features > Turn Windows Features On/Off > expand Internet Information Services and enable the following:
- Internet Information Services > Web Management Tools > IIS 6 Management Compatibility > IIS Metabase and IIS 6 configuration compatibility
- Internet Information Services > Web Management Tools > IIS Management Console
Image Added - Internet Information Services >World Wide Web Services > Common HTTP Features > Default Document, Directory Browsing, HTTP Errors, HTTP Redirection, Static Content
- Internet Information Services >World Wide Web Services > Health and Diagnostics > HTTP Logging & Request Monitor
- Internet Information Services >World Wide Web Services > Performance Features > Static Content Compression
- Internet Information Services >World Wide Web Services > Security > Request Filtering
Image AddedImage AddedImage Added
Now check Application Development Features and enable .NET 4.5 Image Added Disabled logging for IIS as it is not needed for internal systems. Open IIS Manager from the Control Panel > Administrative Tools - Focus on the TOP NODE of the IIS Manager and then double click on Logging to open it.
- On the right, click the Disable link to turn logging off.
Image Added Image Added
Installing Oracle MySQL database componentsObtain the Oracle MySQL install package here http://bannisterlake.com/dl/installs/Server-Install-Kit/mysql-installer-web-community-5.6.17.0.msi Start the installer and proceed with the steps below Choose the Install MySQL Products link Accept terms and proceed Proceed with Next Choose the Custom option and choose Next From the drop down choose MySQL 5.6 Unselect documentation as it is not needed on the server Under the MySQL Connectors choose Connector/Net ONLY Click Next to proceed with the requirement check and install as recommended Click Execute to download the components Proceed with the database installation Ensure the Open Firewall port for network access is chosen as well as Advanced Configuration Create a strong password Ensure the Start MySQL Server at System Startup is enabled The defaults can be left for this dialog Proceed to install the product
Image Removed Allow the MySQL Workbench to launch so it can be configured Image Added When MySQL Workbench opens, double click the Local Instance and enter the password. Enable the Save Password in Vault option and click OK. This will ensure the database is running.
|