Difference between revisions of "Archive:Installation Manual/Test System local without Installer"
(Tag: Visual edit) |
m (Mlink-rodrigue moved page Setup:Installation Manual/Test System local without Installer to Archive:Installation Manual/Test System local without Installer without leaving a redirect: BS2) |
Contents
BlueSpice free local testing[edit | edit source]
This document describes the steps for the installation of MediaWiki 1.27.4 and BlueSpice 2.27.3 without installer on your local Windows computer. This allows you to take a look at the system and test the features.
For the Installation of a productive system please follow the genereal installation manual.
Introduction[edit | edit source]
BlueSpice is a wiki software.
BlueSpice is used worldwide as a platform for collaborative knowledge management, as a knowledge base in customer support and as an uncomplicated tool for documentation and handbooks.
BlueSpice is mostly used as:
- a central company wiki,
- a technical documentation platform,
- a quality handbook,
- knowledge management platform,
- documentation tool for research and development.
Add user-friendly extensions to MediaWiki and make your administrators’ lives easier.
Step one: Install XAMPP[edit | edit source]
To install MediaWiki and BlueSpice you need:
- a web server,
- PHP,
- MySQL.
XAMPP contains all three.
Please note that XAMPP should only be used for testing.
To download and install XAMPP click here.
The download will in the Chrome browser appear as small notification in the left corner at the end of the page. When download is finish you will get a notification in the corner, marked red as on this image:
Some browsers will ask you, where you want to save the download. In the case of Google Chrome you find the downloaded file in: C:\Users\Downloads.
When you install XAMPP, you should start Apache and MySQL so that they appear green like in this image:
In XAMPP click the button Config for Apache. Click on PHP(php.ini). You should get:
Look for tidy.dll (open the search with Ctrl+F) and delete the semicolon ( ; ) at the beginning of the line ;extension=php_tidy.dll.
Save with CTRL+S
It should look like this:
After this stop and start your xampp again:
Step two: Install MediaWiki[edit | edit source]
Now, when we have XAMPP, download MediaWiki here.
Please pay attention which version you will download. We need MediaWiki 1.27.3, as you see red marked on image below.
To unzip file use: 7-zip, winzip, izarc. When you open the unzipped file it should look like this:
Create a new folder in C:\xampp\htdocs. You can choose a name you like, but it should contain only lettets, numbers, underscore or dash. Name of this folder will be refered to as {name} in later text. Copy the files from unziped folder (seen on the image above) to this newly created folder.
In some cases you might be asked: Do you want to merge? Answer Yes.
To check if all is ok, type in the browser: http://localhost/{name}
You should get:
Continue by clicking complete the installation.
You should get:
Select a language and click Continue.
You should get:
You can see a green marked The environment has been checked. You can install MediaWiki. Click on Continue and you should get:
Change only Database name. I put my name, you can put anything you want (small letters and numbers, without space). Don't use a password - a password is already there by default - and click again Contiune.
In the next step insert the name of the wiki, your username, password and e-mail address.
On the end you will be asked:
We will just install the wiki, mark the second and…click Continue.
LocalSetings.php will be downloaded. Copy it and add it to the folder {name}.
Open a new tab in your browser, type http://localhost/{name} and Enter…..you will get:
Now we have a MediaWiki.
Step three: Install BlueSpice[edit | edit source]
Next step is to download BlueSpice from here.
You should unzip this folder and you will now find these files:
Mark all of them and copy them to C:\xampp\htdocs\{name}
In some cases you might be asked: Do you want to marge? Answer will be Yes.
In C:\xampp\htdocs\{name} you find the folder extensions in that folder is another folder BlueSpiceFoundation. Rename there data.template to data.
Repeat this for config.template and rename it to config
Look for the folder cache in your {name} folder, make a right click for Properties and Security. Check if Everyone have permissions like in the image below. If not, go to edit, add Everyone and OK.
Do the same for folder images .
Open your browser and type: http://localhost/name/installcheck.php
You should get:
You should pay attention to red marked warnings, and fix them if there are any. The warning Checking error handling can be ignored.
Open LocalSettings in yor {name} folder and type this command: require_once"$IP/LocalSettings.BlueSpice.php";
Close it with Ctrl+S.
Go to your {name} folder.
Do not mark something, just on the white side (on the right side): Shift+right click and click on open command promt here.
You will get this:
Type here: C:\xampp\php\php.exe maintenance\update.php and Enter.
Wait until you get the message done as on the image below:
Close it.
Open browser and type: http://localhost/{name}
Enter and you will get:
You have successfuly installed BlueSpice!
__TOC__ {{DISPLAYTITLE:Installation manual BlueSpice 2.27.3 as a local test system without installer}} ==BlueSpice free local testing== This document describes the steps for the installation of MediaWiki 1.27.4 and BlueSpice 2.27.3 without installer '''on your local Windows computer'''. <span lang="en" id="result_box" class=""><span class="">This allows you to take a look at the system and test the features.</span></span> <span lang="en" class="">For the Installation of a productive system please follow the genereal [[Setup:Installation Guide|installation manual.]] </span> ==Introduction== BlueSpice is a wiki software. BlueSpice is used worldwide as a platform for collaborative knowledge management, as a knowledge base in customer support and as an uncomplicated tool for documentation and handbooks. BlueSpice is mostly used as: *a central company wiki, *a technical documentation platform, *a quality handbook, *knowledge management platform, *documentation tool for research and development. Add user-friendly extensions to MediaWiki and make your administrators’ lives easier. =='''Step one: '''Install XAMPP== To install MediaWiki and BlueSpice you need: *a web server, *PHP, *MySQL. XAMPP contains all three. Please note that XAMPP should only be used for testing. To download and install XAMPP click [https://www.apachefriends.org/download.html here]. The download will in the Chrome browser appear as small notification in the left corner at the end of the page. When download is finish you will get a notification in the corner, marked red as on this image: :::[[File:BSiWITHOUTiEng2.png|500x256px]] Some browsers will ask you, where you want to save the download. In the case of Google Chrome you find the downloaded file in: '''C:\Users\Downloads'''. When you install XAMPP, you should start '''Apache''' and '''MySQL''' so that they appear green like in this image: :::[[File:BSiWITHOUTiEng3.png|500x264px]] In XAMPP click the button '''Config '''for''' Apache'''. Click on '''PHP(php.ini)'''. You should get: :::[[File:BSiWITHOUTiEng4.png|500x266px]] Look for''' tidy.dll''' (open the search with Ctrl+F) and delete the semicolon ( ; ) at the beginning of the line ;extension=php_tidy.dll.<br />Save with '''CTRL+S''' It should look like this: :::[[File:BSiWITHOUTiEng5.png|500x266px]] After this '''stop''' and '''start''' your xampp again: :::[[File:BSiWITHOUTiEng6.png|500x270px]] :::[[File:BSiWITHOUTiEng7.png|500x264px]] =='''Step two:''' Install MediaWiki== Now, when we have XAMPP, download MediaWiki '''[https://www.mediawiki.org/wiki/Download here]'''. Please pay attention which version you will download. We need MediaWiki 1.27.3, as you see red marked on image below. :::[[File:BSiWITHOUTiEng8.png|500x266px]] To unzip file use: [http://www.7-zip.org/ 7-zip], [http://www.winzip.com/win/en/ winzip], [http://www.izarc.org/ izarc]. When you open the unzipped file it should look like this: :::[[File:BSiWITHOUTiEng9.png|500x275px]] Create a new folder in <span style="color: #ff0000"><span style="color: #000000">'''C:\xampp\htdocs'''</span></span>. You can choose a name you like, but it should contain only lettets, numbers, underscore or dash. Name of this folder will be refered to as <span style="color: #000000">'''{name}''' </span>in later text. Copy the files from unziped folder (seen on the image above) to this newly created folder. In some cases you might be asked: Do you want to merge? Answer '''Yes'''. To check if all is ok, type in the browser: '''<span style="color: #000000"><nowiki> http://localhost/{name}</nowiki></span>''' <span style="color: #000000">You should get: </span> :::[[File:BSiWITHOUTiEng10.png|500x264px]] Continue by clicking '''complete the installation'''. You should get: :::[[File:BSiWITHOUTiEng11.png|500x264px]] Select a '''language '''and click '''Continue'''. You should get: :::[[File:BSiWITHOUTiEng12.png|500x265px]] You can see a green marked '''The environment has been checked. You can install MediaWiki'''. Click on '''Continue''' and you should get: :::[[File:BSiWITHOUTiEng13.png|500x263px]] :::[[File:BSiWITHOUTiEng14.png|500x266px]] Change only '''Database name'''. I put my name, you can put anything you want (small letters and numbers, without space). Don't use a password - a password is already there by default - and click again '''Contiune'''. In the next step insert the '''name of the wiki, your username, password and e-mail address.''' On the end you will be asked: :::[[File:BSiWITHOUTiEng15.png|500x86px]] We will just install the wiki, mark the second and…click '''Continue'''. :::[[File:BSiWITHOUTiEng16.png|500x266px]] '''LocalSetings.php''' will be downloaded. Copy it and add it to the folder '''{name}'''. :::[[File:BSiWITHOUTiEng17.png|500x287px]] Open a new tab in your browser, type '''<span style="color: #ff0000"><span style="color: #000000"> <nowiki> http://localhost/{name}</nowiki></span></span>''' and '''Enter'''…..you will get: :::[[File:BSiWITHOUTiEng18.png|500x264px]] Now we have a MediaWiki. =='''Step three: '''Install BlueSpice== Next step is to download BlueSpice from '''[https://bluespice.com/download/ here]'''. :::[[File:BSiWITHOUTiEng19.png|500x249px]] You should unzip this folder and you will now find these files: :::[[File:BSiWITHOUTiEng20.png|500x390px]] '''Mark''' all of them and '''copy''' them to <span style="color: #000000">'''C:\xampp\htdocs\{name}'''</span> In some cases you might be asked: Do you want to marge? Answer will be '''Yes'''. In <span style="color: #ff0000">'''<span style="color: #000000">C:\xampp\htdocs\{name}</span> '''</span>you find the folder<span style="color: #000000">''' extensions'''</span> in that folder is another folder '''<span style="color: #000000">BlueSpiceFoundation. </span>'''Rename there <span style="color: #ff0000"><span style="color: #000000">'''data.template'''</span> </span>to <span style="color: #000000">'''data. <br />'''</span> Repeat this for <span style="color: #000000">'''config.template '''and </span>rename it to <span style="color: #000000">'''config'''</span> Look for the folder <span style="color: #000000">'''cache'''</span> in your <span style="color: #000000">'''{name}'''</span> folder, make a right click for Properties and Security. Check if '''<span style="color: #000000">Everyone</span>''' have permissions like in the image below. If not, go to edit, add <span style="color: #000000">'''Everyone''' </span> and OK. :::[[File:BSiWITHOUTiEng21.png|500x565px]] Do the same for folder <span style="color: #ff0000"><span style="color: #000000">'''images'''</span> <span style="color: #000000">.</span></span> Open your browser and type: '''<span style="color: #000000"><nowiki>http://localhost/name/installcheck.php</nowiki></span>''' <span style="color: #000000">You should get:</span> :::[[File:BSiWITHOUTiEng22.png|500x266px]] :::[[File:BSiWITHOUTiEng23.png|500x267px]] You should pay attention to red marked warnings, and fix them if there are any. The warning '''Checking error handling '''can be ignored. Open <span style="color: #000000">'''LocalSettings'''</span> in yor <span style="color: #ff0000"><span style="color: #000000">'''{name}''' folder</span>''' '''<span style="color: #000000">and type this command: '''require_once"$IP/LocalSettings.BlueSpice.php";'''</span></span> :::[[File:BSiWITHOUTiEng24.png|500x286px]] <span style="color: #000000">Close it with''' Ctrl+S'''. <br /></span> Go to your '''<span style="color: #000000">{name}</span> '''folder. Do not mark something, just on the white side (on the right side): '''Shift+right click''' and click on <span style="color: #000000">'''open command promt here'''</span>. You will get this: :::[[File:BSiWITHOUTiEng25.png|500x263px]] Type here: '''C:\xampp\php\'''<span style="color: #000000">'''php.exe maintenance\update.php '''</span>and '''Enter'''. Wait until you get the message <span style="color: #000000">'''done '''as on the image below:</span> :::[[File:BSiWITHOUTiEng26.png|500x271px]] ''' Close it.''' Open browser and type: <span style="color: #000000">'''<nowiki>http://localhost/{name}</nowiki>'''</span> '''Enter''' and you will get: :::[[File:BSiWITHOUTiEng27.png|500x266px]] You have successfuly installed BlueSpice! [[en:{{FULLPAGENAME}}]] [[de:Setup:Installationsanleitung/Testsystem_lokal_ohne_Installer]]
(No difference)
|