Project

General

Profile

Requality-manual-installation » History » Version 7

Viktoria Kopach, 03/17/2014 05:54 PM

1 1 Alexey Khoroshilov
h1. Requality Installation
2
3
To install the latest stable version of Requality, please use the following update site:
4
http://forge.ispras.ru/repo/requality/site/
5 2 Viktoria Kopach
6 4 Viktoria Kopach
h1. System requirements
7 2 Viktoria Kopach
8
# Windows or Linux. x86 and x64 architectures supported. If using x86 architecture all tools listed below should be x86 too. If using x64 all used tools could be x86 all or x64 all. Currently there is no supported browser engine for Windows x64, that could be integrated to Eclipse, so you should use x86 versions for Windows x64.
9 4 Viktoria Kopach
# "Sun/Oracle Java SE":http://www.oracle.com/technetwork/java/index.html 6.0.
10
# "Eclipse Platform":http://eclipse.org/ 3.5, (3.7.1 recommended). You can use Platform Runtime Binary (about 50MB) or any other package based on it.
11
# "XULRunner":https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner 1.9.2.19 (currently Eclipse doesn’t support XULRunner 2.0 and later) XULRunner Eclipse plugin: update site. For Linux you can use "WebKit":http://www.webkit.org/ instead of XULRunner.
12
# "CVS":http://www.eclipse.org/eclipse/platform-cvs/, "Subversive":http://eclipse.org/subversive/, "EGit":http://www.eclipse.org/egit/ (recommended) or any other Eclipse Team Provider — it depends on your version control system.
13 3 Viktoria Kopach
14
|_. Dependency |_. Min version |_. Recommended version |_. Windows x86 |_. Windows x86-64 |_. Linux x86 |_. Linux x86-64 |
15 5 Viktoria Kopach
| "Sun/Oracle Java SE":http://www.oracle.com/technetwork/java/index.html | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 |
16 6 Viktoria Kopach
| "Eclipse Platform":http://eclipse.org/ | Cell 2 | Cell 3 | Cell 5 | Cell 5 | Cell 6 | Cell 7 |
17
| "XULRunner":https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner | Cell 2 | Cell 3 | Cell 5 | Cell 5 | Cell 6 | Cell 7 |
18
19
h1. Preparation to Requality installation
20
21
h2. Eclipse installation
22
23
To install Eclipse unpack the archive to any convenient place. This creates an ''eclipse'' sub-directory.
24
If using Java 7, to turn on backward compatibility mode add following string to the end of ''eclipse.ini'' file
25
_-Djava.util.Arrays.useLegacyMergeSort=true_
26
Following instructions expects you to know how to "install Eclipse plugins from an update site":http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-124.htm.
27
28
h2. Browser integration to Eclipse
29
30
Requality requires browser engine to be integrated to Eclipse. Mozilla Foundation XULRunner and WebKit are supported.
31
It’s recommended to use update site (see System requirements) to install Eclipse plugin for XULRunner.
32
If it is unsuitable for some reason there is another way to install XULRunner:
33
Download XULRunner archive from page (see System requirements).
34
Unpack the archive to a convenient place. After that if using Windows you should register XULRunner in the system. Use following command:
35
_''xulrunner.exe --register-global''_
36
In Windows 7 this command should be run by administrator.
37
You shouldn’t install duplicate XULRunner if Mozilla Firefox has already been installed. Copy ''xulrunner.exe'' to Firefox folder and run above-mentioned command.
38
Or you just can add following information to the system registry (check the correctness of paths and versions!):
39
40
_Windows Registry Editor Version 5.00
41
[HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org]
42
[HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\GRE]
43
[HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\GRE\1.9.2.19]
44
"Version"="1.9.2.19"
45
"GreHome"="C:\\Program Files\\Mozilla Firefox"
46
"xulrunner"="true"
47
"abi"="x86-msvc"
48
"javaxpcom"="1"
49
[HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla]
50
"CurrentVersion"="1.9.2.19"_
51
52
h2. Installation of plugin for interaction with control version system
53
54
Control version system provides collective work with requirements. Check if there are plugins to interact with chosen version control system (CVS, Subversion, git and others) in Eclipse. If needed, appropriate plugin could be installed from Eclipse repository. In the case of Subversion it is recommended to use Subversive plugin (Subclipse plugin is not recommended).
55
56
h1. Requality installation
57
58
h3. Install
59
To install Requality by Eclipse Update Manager open Main menu and choose ''Install New Software...''
60
!InstallNewSoftware.png!
61
62
In opened window insert Requality update site address.
63
!AddUpdateSiteRequality.png!
64
65
Name: Requality
66
Location: http://forge.ispras.ru/repo/requality/site/
67
!InstallRequality.png!
68
69
Then choose Requality plugin from the available plugins list and follow install plugin Wizard.
70
While installing there will appear Security Warning about unsigned content. Push ''OK''.
71
!SecurityWarning.png!
72
73
Restart Eclipse after installation.
74
h3. Delete
75
To delete the plugin choose in menu Help -> About Eclipse. In the opened window (''About Eclipse'') push button ''Installation Details'', in ''Eclipse Installation Details'' window select required plugin - Requality, push ''Uninstall'' and continue deletion with the help of plugin delete wizard.
76
Restart Eclipse after deletion.
77
h3. Update
78
To update Requality that was installed by Eclipse Update Manager choose in main menu Help -> Check for Updates. Wait until updates search finish. In thу opened window (''Available Updates'') select Requality plugin and continue installation with the help of plugin update wizard.
79
!RequalityUpdate.png!
80
81
There are 2 reasons why the plugin can not be in the list: the plugin is not installed or there are no updates.
82
Restart Eclipse after installation.