Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 57: Line 57:  
  config setprop postgresql92-postgresql status enabled
 
  config setprop postgresql92-postgresql status enabled
 
The application will now automatically start at boot time as a system service.
 
The application will now automatically start at boot time as a system service.
 +
 +
 +
====Configure private/public access====
 +
If your SME Server is hosting the application and is being accessed by other hosts either locally (LAN) or remotely (WAN) the ports and access privileges need to be set. For this issue the following commands:
 +
config setprop postgresql92-postgresql TCPPort 5432
 +
config setprop postgresql92-postgresql UDPPort 5432
 +
config setprop postgresql92-postgresql access private
 +
followed by the event to update the firewall rules:
 +
signal-event remoteaccess-update
 +
You can toggle between private and public access followed by the remoteaccess-update command.
 +
 +
    
[[Category:Software Collections]]
 
[[Category:Software Collections]]

Navigation menu