Difference between revisions of "Setup:Installation Manual/Security Settings/Deactivating installcheck file"

[unchecked revision][quality revision]
(Tip for this Document)
 


As soon as the setup of BlueSpice is completed, you should prevent the execution of the installcheck.php while using the wiki productively.
A short instruction can be found in this document.

Tips for this Document[edit | edit source]

  • Please, read this manual completely and work through the single installtion installation steps one after another. 
  • For editing the configuration files with a text editor, the files must be saved in UTF-8 coding without BOM (Byte Order Mark).
  • The placeholder <installpath-bluespice> stands for the path to your BlueSpice installation, e.g C:\inetpub\wwwroot\bluespice (Windows) or /var/www/bluespice (Linux).

Deactivating installcheck.php[edit | edit source]

Switch to the directory <installpath-bluespice> and open the installcheck.php file in a text editor.  Insert a new line after the first line and insert

die( 'Deactivated.' );

Save and exit the file. The installcheck.php is no longer accessible now.
If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line.

{{DISPLAYTITLE:Deactivating installcheck.php}}
        
        __TOC__
        
        
        
        
        
        As soon as the setup of BlueSpice is completed, you should prevent the execution of the installcheck.php while using the wiki productively. <br />A short instruction can be found in this document.
        
        
        
        ==Tips for this Document==
        
        * Please, read this manual completely and work through the single installtioninstallation steps one after another. 
        
        * For editing the configuration files with a text editor, the files must be saved in UTF-8 coding without BOM (Byte Order Mark).
        
        * The placeholder <code>&lt;installpath-bluespice&gt;</code> stands for the path to your BlueSpice installation, e.g <code>C:\inetpub\wwwroot\bluespice</code> (Windows) or <code>/var/www/bluespice</code> (Linux).
        
        
        
        ==Deactivating installcheck.php==
        
        Switch to the directory <code>&lt;installpath-bluespice&gt;</code> and open the <code>installcheck.php</code> file in a text editor.
        
         Insert a new line after the first line and insert
        
        
        
         die( 'Deactivated.' );
        
        Save and exit the file. The installcheck.php is no longer accessible now.<br />If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line.
            
            
            
            [[en:{{FULLPAGENAME}}]][[de:Setup:Installationsanleitung/Sicherheitseinstellungen/Deaktivieren_der_installcheck_Datei]]
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
  
As soon as the setup of BlueSpice is completed, you should prevent the execution of the installcheck.php while using the wiki productively. A short instruction can be found in this document.
+
As soon as the setup of BlueSpice is completed, you should prevent the execution of the installcheck.php while using the wiki productively.<br />A short instruction can be found in this document.
  
 
==Tips for this Document==
 
==Tips for this Document==
* Please, read this manual completely and work through the single installtion steps one after another. 
+
* Please, read this manual completely and work through the single installation steps one after another. 
 
* For editing the configuration files with a text editor, the files must be saved in UTF-8 coding without BOM (Byte Order Mark).
 
* For editing the configuration files with a text editor, the files must be saved in UTF-8 coding without BOM (Byte Order Mark).
 
* The placeholder <code>&lt;installpath-bluespice&gt;</code> stands for the path to your BlueSpice installation, e.g <code>C:\inetpub\wwwroot\bluespice</code> (Windows) or <code>/var/www/bluespice</code> (Linux).
 
* The placeholder <code>&lt;installpath-bluespice&gt;</code> stands for the path to your BlueSpice installation, e.g <code>C:\inetpub\wwwroot\bluespice</code> (Windows) or <code>/var/www/bluespice</code> (Linux).
Line 16: Line 16:
 
  die( 'Deactivated.' );
 
  die( 'Deactivated.' );
 
Save and exit the file. The installcheck.php is no longer accessible now.<br />If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line.
 
Save and exit the file. The installcheck.php is no longer accessible now.<br />If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line.
 +
 +
[[en:{{FULLPAGENAME}}]][[de:Setup:Installationsanleitung/Sicherheitseinstellungen/Deaktivieren_der_installcheck_Datei]]

Attachments

Discussions