> For the complete documentation index, see [llms.txt](https://documentation.efalia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.efalia.com/documentations/efalia-compose/appic/installation-et-administration/starsafe/prerequis-starsafe.md).

# Prérequis StarSafe

**Configuration Système Requise**

* **AFFICHAGE :** Résolution minimale de l’écran : 1024\*768
* **COMPATIBILITE :** StarSafe3 est compatible 32 bits et 64 bits.

Les systèmes d’exploitation conseillés sont **Windows Server 2012, Windows Server 2016, Windows 8**, **Windows 10.**

Virtualisation possible.

* **RAM** minimale requise : 8 Go si peu de connexions (16 Go conseillé)
* **ESPACE DISQUE :** requis pour Apache, PHP et les fichiers du site : 300 Mo Espace disque requis pour les données : variable en fonction de la quantité et de la nature des données. Prévoir un minimum de 1Go par tranche de 100 000 documents (simple ordre de grandeur sur la base de documents vectoriels de 2 pages en moyenne), plus l’OS, le moteur SGBD…

Disque à accès rapide recommandé

* **Apache 2.4** (conseillé sur port 80) plus PHP 7

*Apache et PHP sont fournis par Appic pré-configurés*

Le service Apache 2.4 a besoin de « Redistributable Microsoft Visual C++ 2015 Update 3 ». S’il n’est pas déjà présent, il est téléchargeable à l’adresse suivante : <https://www.microsoft.com/fr-fr/download/details.aspx?id=53587>

## RESSOURCES SGBD :

**SQL Serveur 2012 ou 2014**\
ou\
**Oracle 10g ou 11g**.

**Oracle Provider for OLE DB**, propre à chaque version d’Oracle, doit en outre être installé.

**Drivers ODBC 32 et 64 bits,** correspondant à la version du SGBD, sur le serveur StarSafe uniquement

(SQL Server 2014 : utilisation des drivers ODBC SQL Server 2012)

**APPIC est utilisateur de ressources SGBD Oracle ou MS SQL Server et n’en assure pas le support ou l’administration.**

* **NAVIGATEURS :** ont été validés **Internet Explorer 11**, **Edge**, **Firefox** jusqu’à **V69**, **Chrome** jusqu’à **V76**.
* **JAVA : JRE version 1.8 (32 bits) ou supérieure**, la machine virtuelle Java doit être installée si l’application StarSafeForms sera utilisée.
* **.NET Framework 4.x**
* **AFFICHAGE PDF :** Adobe Acrobat Reader est requis sur le serveur et les postes client pour l’affichage et l’impression de fichiers PDF.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.efalia.com/documentations/efalia-compose/appic/installation-et-administration/starsafe/prerequis-starsafe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
