1. Home
  2. Documenti
  3. Ristorazione
  4. Sistema
  5. Installazione

Installazione

La procedura d'installazione è delicata e necessita di molte conoscenze per essere portata a termine correttamente, vi consigliamo quindi di essere assistiti direttamente dalla Vulcano Team Software per questo.

Nel computer andrà installato:
Area51
ODBC Utility
SQL Server
SQL Server Manager
AreaApi

Va configurato il firewall:
netsh advfirewall firewall add rule name=SQLINTCP dir=in action=allow protocol=TCP localport=99
netsh advfirewall firewall add rule name=SQLINUDP dir=in action=allow protocol=UDP localport=99
netsh advfirewall firewall add rule name=SQLOUTTCP dir=out action=allow protocol=TCP localport=99
netsh advfirewall firewall add rule name=SQLOUTUDP dir=out action=allow protocol=UDP localport=99
netsh advfirewall firewall add rule name=WSQLINTCP dir=in action=allow protocol=TCP localport=1433
netsh advfirewall firewall add rule name=WSQLINUDP dir=in action=allow protocol=UDP localport=1433
netsh advfirewall firewall add rule name=WSQLOUTTCP dir=out action=allow protocol=TCP localport=1433
netsh advfirewall firewall add rule name=WSQLOUTUDP dir=out action=allow protocol=UDP localport=1433