Express installation: Difference between revisions

From Siwenoid Wiki
Jump to navigation Jump to search
(Created page with '{{Languages|Express installation}} ''Previous chapter-> MySQL installation / Next chapter-> First SIWENOID startup'' __TOC__ ==Launch express installation== Express in…')
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages|Express installation}}
{{Languages|Express installation}}


''Previous chapter-> [[MySQL installation]] / Next chapter-> [[First SIWENOID startup]]''
''Previous chapter-> [[Manual installation]] / Next chapter-> [[First SIWENOID startup]]''


__TOC__
__TOC__
Line 8: Line 8:
Express installation is possible if:
Express installation is possible if:
* you have no any existing MySQL installation on the PC
* you have no any existing MySQL installation on the PC
* you want to use existing MySQL instance as your database server
* you don't want to define special installation folder, port number
* You want to install only server or only client on a PC
* user name of your windows account doesn't contain space or special characters
* You have to define special installation folder, port number
* Copy installer into the root directory of your PC
* you want to install the less components you need in your application
* OS at least WIN7
In most case it is recommended for installation with new PC.


Extract the installation zip into a folder. Then launch "start-manual-windows.bat".
First extract the installation zip into a folder. Then launch "start-express-windows.bat" or "start-express-linux.sh" depending on OS.
During installation you have the option to install the server or client. First section describe the server installation and the next is the client installation. Thus you will have to launch the "start-manual-windows.bat" two times.
During installation you have the option to install the MySQL or server or client, but in most case user installs all the 3 components.
<br style="clear: both" />
<br style="clear: both" />


==Installation of server application==
==Installation==
[[Image:Swnd 04 20131202 08.49.jpg|left|thumb|400px]] Select "Install" and then "Next>>".
[[Image:$express_007.png|left|thumb|400px]] In case of installation under Linux the superuser password is asked. In case of Windows check if you have enough right to install applications. Contact your IT support.
<br style="clear: both" />
<br style="clear: both" />
[[Image:$express_004.png|left|thumb|400px]] In most case check all the three components to install then click
"Start>>".
<br style="clear: both" />
[[Image:$express_008.png|left|thumb|400px]] During installation progress bar indicates the status of installation.
<br style="clear: both" />
[[Image:$express_009.png|left|thumb|400px]] At the end of installation click "Finish".
<br style="clear: both" />
[[Image:$express_010.png|left|thumb|400px]] On your desktop (Windows and Linux too) you will find two shortcut icons. First start server and then follow instructions in [[First SIWENOID startup]].
<br style="clear: both" />
==Uninstallation of SIWENOID==
[[Image:Swnd_35 20131202 09.12.jpg|left|thumb|400px]] First the MySQL instance has to be deleted. MySQL is running as a Windows service.
* Stop  "MySQL for Siwenoid" service in Windows control panel.
* Use command prompt (run: cmd). Type in: sc delete "MySQL for Siwenoid"
* Then delete the installation folder of server, client, and MySQL.
<br style="clear: both" />
''Previous chapter-> [[Manual installation]] / Next chapter-> [[First SIWENOID startup]]''
[[Category:Installation]]

Latest revision as of 09:23, 3 June 2016

Language: English  • magyar

Previous chapter-> Manual installation / Next chapter-> First SIWENOID startup

Launch express installation

Express installation is possible if:

  • you have no any existing MySQL installation on the PC
  • you don't want to define special installation folder, port number
  • user name of your windows account doesn't contain space or special characters
  • Copy installer into the root directory of your PC
  • OS at least WIN7

In most case it is recommended for installation with new PC.

First extract the installation zip into a folder. Then launch "start-express-windows.bat" or "start-express-linux.sh" depending on OS. During installation you have the option to install the MySQL or server or client, but in most case user installs all the 3 components.

Installation

In case of installation under Linux the superuser password is asked. In case of Windows check if you have enough right to install applications. Contact your IT support.


In most case check all the three components to install then click

"Start>>".

During installation progress bar indicates the status of installation.


At the end of installation click "Finish".


On your desktop (Windows and Linux too) you will find two shortcut icons. First start server and then follow instructions in First SIWENOID startup.


Uninstallation of SIWENOID

First the MySQL instance has to be deleted. MySQL is running as a Windows service.

  • Stop "MySQL for Siwenoid" service in Windows control panel.
  • Use command prompt (run: cmd). Type in: sc delete "MySQL for Siwenoid"
  • Then delete the installation folder of server, client, and MySQL.


Previous chapter-> Manual installation / Next chapter-> First SIWENOID startup