Difference between revisions of "Setup:Installation Manual/Advanced/Folder structure under Windows"
← Setup:Installation Manual/Advanced/Folder structure under Windows
[quality revision] | [quality revision] |
(Tag: Visual edit) |
Preface[edit | edit source]
Microsoft Windows distributes program installations and configurations, the Webroot under IIS etc. to various folders in the file system. Since BlueSpice is a web application based on PHP, it is not always easy to use the Windows default system paths in the application.
For this reason, we recommend creating your own folder structure for BlueSpice, all related data and additional program installations.
In the following we describe a proven folder structure. This is recommended by us.
Folder structure[edit | edit source]
In the following, "\bluespice\" is defined as the base directory for the installation in the root directory of the drive (e.g. C:\bluespice or D:\bluespice).
The folder structure is based on Unix operating systems:
bluespice/ │ ├─ backup/ # fürfor Backupsbackups │ ├─ bin/ # fürfor Zusätzlicheadditional Programmeprograms sowieand eigeneown Scriptescripts │ ├─ etc/ # für Konfigurationsdateienconfiguration files │ ├─ opt/ │ └─ bluespice/ │ ├─ cache/ # BlueSpice-eigener Cachecache │ ├─ images/ # Datei-UploadsFile uploads │ └─ widgets/ # GerenderteRendered Widgetswidgets │ ├─ tmp/ # TemporäreTemporary Dateienfiles │ └─ var/ ├─ log/ # LOG-Dateien desfiles Webserversof the web server └─ www/ # DieActual eigentliche BlueSpice-Applikation application
Folder names for program installations[edit | edit source]
When installing programs in \bluespice\, please make sure to install these programs in subfolders that do not contain special characters and/or spaces.
{{DISPLAYTITLE:Folder structure under Windows}} __TOC__ == Preface == Microsoft Windows distributes program installations and configurations, the Webroot under IIS etc. to various folders in the file system. Since BlueSpice is a web application based on PHP, it is not always easy to use the Windows default system paths in the application. For this reason, we recommend creating your own folder structure for BlueSpice, all related data and additional program installations. In the following we describe a proven folder structure. This is recommended by us. == Folder structure == In the following, "\bluespice\" is defined as the base directory for the installation in the root directory of the drive (e.g. C:\bluespice or D:\bluespice). The folder structure is based on Unix operating systems: <pre class="brush:shell"> bluespice/ │ ├─ backup/ # für Backupsfor backups │ ├─ bin/ # für Zusätzliche Programme sowie eigene Scriptefor additional programs and own scripts │ ├─ etc/ # für Konfigurationsdateien configuration files │ ├─ opt/ │ └─ bluespice/ │ ├─ cache/ # BlueSpice-eigener Cache cache │ ├─ images/ # Datei-Uploads File uploads │ └─ widgets/ # Gerenderte WidgetsRendered widgets │ ├─ tmp/ # Temporäre DateienTemporary files │ └─ var/ ├─ log/ # LOG-Dateien des Webservers └─ www/ # Die eigentliche BlueSpice-Applikation </pre> == files of the web server └─ www/ # Actual BlueSpice application </pre> ==Folder names for program installations == When installing programs in \bluespice\, please make sure to install these programs in subfolders that do not contain special characters and/or spaces. [[en:{{FULLPAGENAME}}]] [[de:Setup:Installationsanleitung/Kompendium/Ordnerstruktur_unter_Windows]]
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Folder structure under Windows}} | {{DISPLAYTITLE:Folder structure under Windows}} | ||
__TOC__ | __TOC__ | ||
− | == Preface == | + | ==Preface== |
Microsoft Windows distributes program installations and configurations, the Webroot under IIS etc. to various folders in the file system. Since BlueSpice is a web application based on PHP, it is not always easy to use the Windows default system paths in the application. | Microsoft Windows distributes program installations and configurations, the Webroot under IIS etc. to various folders in the file system. Since BlueSpice is a web application based on PHP, it is not always easy to use the Windows default system paths in the application. | ||
Line 8: | Line 8: | ||
In the following we describe a proven folder structure. This is recommended by us. | In the following we describe a proven folder structure. This is recommended by us. | ||
− | == Folder structure == | + | ==Folder structure== |
In the following, "\bluespice\" is defined as the base directory for the installation in the root directory of the drive (e.g. C:\bluespice or D:\bluespice). | In the following, "\bluespice\" is defined as the base directory for the installation in the root directory of the drive (e.g. C:\bluespice or D:\bluespice). | ||
Line 15: | Line 15: | ||
bluespice/ | bluespice/ | ||
│ | │ | ||
− | ├─ backup/ # | + | ├─ backup/ # for backups |
│ | │ | ||
− | ├─ bin/ # | + | ├─ bin/ # for additional programs and own scripts |
│ | │ | ||
− | ├─ etc/ # für | + | ├─ etc/ # für configuration files |
│ | │ | ||
├─ opt/ | ├─ opt/ | ||
│ └─ bluespice/ | │ └─ bluespice/ | ||
− | │ ├─ cache/ # BlueSpice | + | │ ├─ cache/ # BlueSpice cache |
− | │ ├─ images/ # | + | │ ├─ images/ # File uploads |
− | │ └─ widgets/ # | + | │ └─ widgets/ # Rendered widgets |
│ | │ | ||
− | ├─ tmp/ # | + | ├─ tmp/ # Temporary files |
│ | │ | ||
└─ var/ | └─ var/ | ||
− | ├─ log/ # LOG | + | ├─ log/ # LOG files of the web server |
− | └─ www/ # | + | └─ www/ # Actual BlueSpice application |
</pre> | </pre> | ||
− | == Folder names for program installations == | + | ==Folder names for program installations== |
When installing programs in \bluespice\, please make sure to install these programs in subfolders that do not contain special characters and/or spaces. | When installing programs in \bluespice\, please make sure to install these programs in subfolders that do not contain special characters and/or spaces. | ||
[[en:{{FULLPAGENAME}}]] | [[en:{{FULLPAGENAME}}]] | ||
[[de:Setup:Installationsanleitung/Kompendium/Ordnerstruktur_unter_Windows]] | [[de:Setup:Installationsanleitung/Kompendium/Ordnerstruktur_unter_Windows]] |