<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bs3-en.wiki.bluespice.com/w/index.php?action=history&amp;feed=atom&amp;title=Setup%3AInstallation_Guide%2FAdvanced%2FWindows_Folder_Structure</id>
	<title>Setup:Installation Guide/Advanced/Windows Folder Structure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bs3-en.wiki.bluespice.com/w/index.php?action=history&amp;feed=atom&amp;title=Setup%3AInstallation_Guide%2FAdvanced%2FWindows_Folder_Structure"/>
	<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Setup:Installation_Guide/Advanced/Windows_Folder_Structure&amp;action=history"/>
	<updated>2026-04-08T08:20:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Setup:Installation_Guide/Advanced/Windows_Folder_Structure&amp;diff=13189&amp;oldid=prev</id>
		<title>Mlink-rodrigue: Mlink-rodrigue moved page Setup:Installation Guide/Compendium/Windows Folder Structure to Setup:Installation Guide/Advanced/Windows Folder Structure without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Setup:Installation_Guide/Advanced/Windows_Folder_Structure&amp;diff=13189&amp;oldid=prev"/>
		<updated>2019-09-11T14:29:11Z</updated>

		<summary type="html">&lt;p&gt;Mlink-rodrigue moved page &lt;a href=&quot;/w/index.php?title=Setup:Installation_Guide/Compendium/Windows_Folder_Structure&amp;amp;action=view&quot; class=&quot;new&quot; title=&quot;Setup:Installation Guide/Compendium/Windows Folder Structure (page does not exist)&quot; data-bs-title=&quot;Setup:Installation_Guide/Compendium/Windows_Folder_Structure&quot;&gt;Setup:Installation Guide/Compendium/Windows Folder Structure&lt;/a&gt; to &lt;a href=&quot;/wiki/Setup:Installation_Guide/Advanced/Windows_Folder_Structure&quot; title=&quot;Setup:Installation Guide/Advanced/Windows Folder Structure&quot; data-bs-title=&quot;Setup:Installation_Guide/Advanced/Windows_Folder_Structure&quot;&gt;Setup:Installation Guide/Advanced/Windows Folder Structure&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 14:29, 11 September 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mlink-rodrigue</name></author>
		
	</entry>
	<entry>
		<id>https://bs3-en.wiki.bluespice.com/w/index.php?title=Setup:Installation_Guide/Advanced/Windows_Folder_Structure&amp;diff=13187&amp;oldid=prev</id>
		<title>Mlink-rodrigue: Created page with &quot;__TOC__    ==Preface==  Microsoft Windows distributes program installations and configurations, the web root under IIS, etc., to various folders in the file system. Since Blue...&quot;</title>
		<link rel="alternate" type="text/html" href="https://bs3-en.wiki.bluespice.com/w/index.php?title=Setup:Installation_Guide/Advanced/Windows_Folder_Structure&amp;diff=13187&amp;oldid=prev"/>
		<updated>2019-09-11T14:28:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__TOC__    ==Preface==  Microsoft Windows distributes program installations and configurations, the web root under IIS, etc., to various folders in the file system. Since Blue...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Preface==&lt;br /&gt;
Microsoft Windows distributes program installations and configurations, the web root under IIS, etc., to various folders in the file system. Since BlueSpice is a PHP-based web application, it is not always easy to use the Windows default system paths in the application. &amp;lt;br /&amp;gt;&lt;br /&gt;
For this reason, we recommend creating your own folder structure for BlueSpice, for all related data and for additional program installations. &amp;lt;br /&amp;gt;&lt;br /&gt;
In the following we describe and recommend a proven folder structure.&lt;br /&gt;
&lt;br /&gt;
==Folder structure ==&lt;br /&gt;
As root directory for the installation, &amp;quot;\bluespice\&amp;quot; is specified in the root directory of the drive (for example, C:\bluespice or D:\bluespice).&lt;br /&gt;
&lt;br /&gt;
The folder structure based on Unix operating systems is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;brush:shell&amp;quot;&amp;gt;&lt;br /&gt;
bluespice/&lt;br /&gt;
│&lt;br /&gt;
├─ backup/           # for backups&lt;br /&gt;
│&lt;br /&gt;
├─ bin/              # for additional programs and custom scripts&lt;br /&gt;
│&lt;br /&gt;
├─ etc/              # for configuration files&lt;br /&gt;
│&lt;br /&gt;
├─ opt/&lt;br /&gt;
│  └─ bluespice/&lt;br /&gt;
│     ├─ cache/         # BlueSpice-specific cache&lt;br /&gt;
│     ├─ images/        # file uploads&lt;br /&gt;
│     └─ widgets/       # rendered widgets&lt;br /&gt;
│&lt;br /&gt;
├─ tmp/              # temporary files&lt;br /&gt;
│&lt;br /&gt;
└─ var/&lt;br /&gt;
   ├─ log/           # log files of the web server&lt;br /&gt;
   └─ www/           # The actual BlueSpice application&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==File names for installing programs==&lt;br /&gt;
&lt;br /&gt;
When installing programs in \bluespice\ bin, please be sure to install these programs in subfolders that contain no special characters and/or spaces.&lt;br /&gt;
&lt;br /&gt;
[[de:Setup:Installationsanleitung/Kompendium/Ordnerstruktur_unter_Windows]]&lt;br /&gt;
[[en:{{FULLPAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Mlink-rodrigue</name></author>
		
	</entry>
</feed>