HVAC Wiki

All things related to HVAC

User Tools

Site Tools


suppliers:hvac.io:vigilia:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
suppliers:hvac.io:vigilia:installation [2015/12/04 19:29] – [Adding Vigilia as a Service] frozenlocksuppliers:hvac.io:vigilia:installation [2020/10/02 21:57] – old revision restored (2020/10/01 15:18) 192.151.145.178
Line 1: Line 1:
-====== Vigilia Installation ======+====== Vigilia Server Installation ======
  
-//**For self-hosted version only.**  +//**Requires a Viglia Server licence**To use the HVAC.IO servers instead, jump to [[.:recording]].//
- +
-To use the HVAC.IO servers instead, jump to [[.:recording]].//+
  
 The installation is separated in 3 main components: The installation is separated in 3 main components:
Line 105: Line 103:
  
  
-<code bash vigilia.conf>+<code bash vigilia.conf>
  
 description "Vigilia Server" description "Vigilia Server"
Line 140: Line 138:
  
 To get more info about Upstart and services, see http://upstart.ubuntu.com/cookbook/. To get more info about Upstart and services, see http://upstart.ubuntu.com/cookbook/.
 +
 +
 +===== Troubleshooting =====
 +
 +==== Database Crash ====
 +
 +If you database is becoming quite large (thousands of files in the dbpath), it's possible that your OS is going to refuse opening that much files simultaneously.
 +
 +In Linux, you can change the number of allowed files by editing the file ''/etc/security/limits.conf'' and adding the following lines :
 +
 +<code>
 +tokumx soft nofile 1000000
 +tokumx hard nofile 1000000
 +</code>
 +
  
suppliers/hvac.io/vigilia/installation.txt · Last modified: 2020/10/04 01:53 by 173.249.2.13