diff --git a/admin_manual/configuration_database/db_conversion.rst b/admin_manual/configuration_database/db_conversion.rst index a693257b8..b6f484fd2 100644 --- a/admin_manual/configuration_database/db_conversion.rst +++ b/admin_manual/configuration_database/db_conversion.rst @@ -71,4 +71,4 @@ Here is a list of known old tables: * oc_media_users * oc_permissions * oc_queuedtasks -* oc_sharing +* oc_sharing \ No newline at end of file diff --git a/admin_manual/configuration_database/index.rst b/admin_manual/configuration_database/index.rst index 857f30efc..17aa1beea 100644 --- a/admin_manual/configuration_database/index.rst +++ b/admin_manual/configuration_database/index.rst @@ -8,4 +8,3 @@ Database Configuration db_conversion.rst linux_database_configuration.rst oracle_db_configuration.rst - windows_database_configuration.rst diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 8a6069041..9fabd8667 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -1,3 +1,4 @@ +====================== Database Configuration ====================== @@ -377,5 +378,4 @@ Useful SQL commands MySQL : quit PostgreSQL: \q - Oracle : quit - + Oracle : quit \ No newline at end of file diff --git a/admin_manual/configuration_database/oracle_db_configuration.rst b/admin_manual/configuration_database/oracle_db_configuration.rst index ab67f3341..cde31b0ec 100644 --- a/admin_manual/configuration_database/oracle_db_configuration.rst +++ b/admin_manual/configuration_database/oracle_db_configuration.rst @@ -1,6 +1,6 @@ -======================= -Oracle Database Support -======================= +===================== +Oracle Database Setup +===================== .. toctree:: :maxdepth: 2 diff --git a/admin_manual/configuration_database/windows_database_configuration.rst b/admin_manual/configuration_database/windows_database_configuration.rst deleted file mode 100644 index 8efa8f458..000000000 --- a/admin_manual/configuration_database/windows_database_configuration.rst +++ /dev/null @@ -1,183 +0,0 @@ -==================================== -Microsoft IIS and SQL Server Support -==================================== - -.. toctree:: - :maxdepth: 2 - :hidden: - -The preferred approach to installing the necessary prerequisites for ownCloud -is to use the Microsoft Web Platform Installer (WPI). This free utility can be -downloaded from this link, -`http://www.microsoft.com/web/downloads/platform.aspx `_. - -Configuration -============= - -Once downloaded and installed, invoke the WPI. -It will look like the following: - -.. image:: ../images/mswpi-1.png - :width: 6.5in - :height: 4.55in - - - -Navigate to the “Products” tab: - -.. image:: ../images/mswpi-2.png - :width: 6.5in - :height: 4.511in - - -And install the following by selecting “Add” next to the instance. - -Server ------- - -IIS Recommended Configuration - -IIS Static Content - -IIS Default Document - -IIS Directory Browsing - -IIS HTTP Errors - -IIS HTTP Redirection - -IIS CGI - -IIS ISAPI Extensions - -IIS ISAPI Filters - -IIS Server Side Includes - -IIS HTTP Logging - -IIS Logging Tools - -IIS Request Monitor - -IIS Tracing - -IIS Custom Logging - -IIS Client Certificate Mapping Authentication - -IIS URL Authorization - -IIS Request Filtering - -IIS IP Domain Restrictions - -IIS Static Content Compression - -IIS Dynamic Content Compression - -IIS Management Console - -IIS Management Scripts and Tools - -IIS Management Service - - -Frameworks ----------- - -PHP 5.4.14 - -Windows Cache Extension 1.3 for PHP 5.4 - -Database --------- - -Microsoft Drivers for PHP v5.4 for SQL Server IIS - -Tools ------ - -PHP Manager for IIS - -Installation ------------- - -Once these selections have been made, click the install button and allow the web platform installer to lay -down the needed code to configure the web server. - -Verbs ------ - -It is important to enable all verbs in the PHP FastCGI settings in order for the sync to work properly. - -In the IIS Management application, double click Handler Mappings. - -.. image:: ../images/mswpi-3.png - :width: 4.4898in - :height: 3.448in - -Then double-click on the PHP FastCGI Settings. - -.. image:: ../images/mswpi-4.png - :width: 6.5in - :height: 2.2299in - -Select “Request Restrictions”. - -.. image:: ../images/mswpi-5.png - :width: 4.7701in - :height: 4.1346in - -Navigate to the Verbs tab and verify that “All Verbs” is selected. - -.. image:: ../images/mswpi-6.png - :width: 4.7811in - :height: 3.8957in - -The following error may appear when this value is set and OK is selected. - -.. image:: ../images/mswpi-7.png - :width: 5.0626in - :height: 1.8543in - -The resolution is to put quotes around the exe name as follows. - -.. image:: ../images/mswpi-8.png - :width: 5.0937in - :height: 1.0417in - -When prompted to create a FastCGI application, select Yes. - -.. image:: ../images/mswpi-9.png - :width: 4.9583in - :height: 1.8126in - -Restart the IIS service to make sure all settings are applied. - -Install ownCloud -================ - -Once the prerequisites have been installed, the system is ready for the ownCloud installation - -To install ownCloud simply copy the ownCloud code to the IIS root directory, change the permissions on the -folder to make sure that the user that IIS will use for access can indeed access the files. - -Data directory --------------- - -Verify the desired storage directory has proper permissions for the user IIS is using to access. -For example, if IIS users anonymous access, the user is “webusr”. -Make certain “webusr” has access to the directory or share. - - -Run ownCloud ------------- - -At this time, ownCloud is installed. -Navigate to the ownCloud web interface in the browser and initialize the instance. -Select MSSQL option for the database under the Advanced tab. -Provide the location for the database server as well as the login and password for the database. - -