meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:v8_0_0:installation:prerequis [2020/07/21 10:22] jacobt created |
en:v8_0_0:installation:prerequis [2023/05/30 11:30] (current) sabane [User accounts & Rights] |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Prerequisite ===== | ===== Prerequisite ===== | ||
- | ==== Vigilens Station ==== | + | ==== Vigilens Server ==== |
+ | |||
+ | ==== Hard ==== | ||
+ | |||
+ | * Processor :mini 4GHz (4 processors) - 8 vCPU | ||
+ | * RAM : mini 8 Go | ||
+ | * Disk : 100 Go | ||
+ | * Multi-user server access (RDS licenses) | ||
+ | |||
+ | ==== Soft ==== | ||
- | * If it doesn't already exist, create a shared directory accessible in reading and write mode by all Vigilens users. This directory can be located on the target machine as well as on any other machine. It should however be kept in mind that the use of Vigilens requires regular access to this directory. It is therefore advisable to use a directory on a machine with fast access. | ||
* Install the 32 bits ODBC driver for each type of database you wish to access from Vigilens. For Oracle databases, the installation of the OCI component (32 bits) is enough. | * Install the 32 bits ODBC driver for each type of database you wish to access from Vigilens. For Oracle databases, the installation of the OCI component (32 bits) is enough. | ||
- | * For each database to which Vigilens will have to connect, provide a database account with enough permissions to see the content of the system schema. | + | * Install Microsoft Excel on the Web server if you want to make Excel type restitutions (For Office 2003 or 2007 documents with macro to execute) from the Web interface |
+ | * Install a PDF reader like Acrobat Reader | ||
- | ==== Vigilens Web Server ==== | ||
- | The prerequisites for a Vigilens workstation also apply to a Vigilens Web server. | ||
- | In addition to this, you need : | + | |
- | * Open access to port 80 (port used by default by EasyPHP) or, if you prefer to use another port, open access to this port. | + | |
+ | ==== Shared directory ==== | ||
+ | |||
+ | If it doesn't already exist, create a shared directory accessible for reading and writing by all Vigilens users. This directory can be located on the target machine or on any other machine. Bear in mind, however, that using Vigilens requires regular access to this directory, so you'll need to choose one that can be accessed quickly. | ||
+ | |||
+ | ==== User accounts & Rights ==== | ||
+ | |||
+ | * If the shared directory is on the network (non-local), a service account with write permissions | ||
+ | * For each Vigilens report developer | ||
+ | - the right to connect via RDP to the server or a development workstation | ||
+ | - write access to the shared directory | ||
+ | |||
+ | ==== Databases ==== | ||
+ | |||
+ | For each database Vigilens needs to connect to, set up a database account with sufficient permissions to view the contents of the system schema | ||
+ | ==== Specific requirements for the web interface ==== | ||
+ | |||
+ | The web interface can be installed on the Vigilens server, otherwise the Vigilens server requirements apply to the Vigilens Web server. | ||
+ | |||
+ | * Open access to port 10000 (port used by default by web server provided by Vigilens) or, if you prefer to use another port, open access to this port. | ||
* Provide a Windows account (with access rights to the shared directory) that will be used to run the service associated with the Vigilens Web component. | * Provide a Windows account (with access rights to the shared directory) that will be used to run the service associated with the Vigilens Web component. | ||
- | * Install Microsoft Excel on the Web server if you want to make Excel type restitutions from the Web interface | ||
<WRAP round important> | <WRAP round important> | ||
- | The installation of the Vigilens Web part integrates EasyPHP (version 5.3.2). You can, if you prefer, use your PHP architecture (as long as the version is at least the same as EasyPHP 5.3.2). | + | The installation of the Vigilens Web part integrates the following software: |
- | </WRAP> | + | * Python 3.4 (This is a copy available only for the Vigilens application. So if you are already using a Python environment, there will be no conflict) |
+ | * Postgresql 10 (A new instance specific to Vigilens is installed for the website own data) | ||
+ | |||
+ | The new website uses the CherryPy server available in python to handle HTTP requests. It is possible to configure this web server using the application [[[:en:v8_0_0:webcnfg:start| WebConfig]].</WRAP> | ||
===== Compatibility ===== | ===== Compatibility ===== | ||
==== Supported Windows Versions ==== | ==== Supported Windows Versions ==== | ||
- | Vigilens supports all versions of Windows greater than or equal to Windows Vista. | + | Vigilens supports all versions of Windows greater than or equal to Windows 7. |
==== Supported Browser Versions ==== | ==== Supported Browser Versions ==== | ||
- | The following browsers are supported by Vigilens (non-exhaustive list) | + | The website is supported by all recent browsers. |
- | + | ||
- | ^ Browser ^ Minimum version ^ | + | |
- | | Internet Explorer | 9 | | + | |
- | | Firefox | 4 | | + | |
- | | Opéra | 23 | | + | |
- | | Chrome | 48 | | + | |
<WRAP round alert> | <WRAP round alert> |