Changes

From SME Server
Jump to navigationJump to search
352 bytes added ,  12:17, 12 August 2017
m
no edit summary
Line 20: Line 20:     
===PDF converter===
 
===PDF converter===
 +
The wkhtmltox available from CentOS or epel are a lower version then required for Odoo. Also those versions do not convert headers and footers. So we get the latest stable directly from the source.
 
  yum install fontconfig libpng libX11 libXext libXrender xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi
 
  yum install fontconfig libpng libX11 libXext libXrender xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi
 
  wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
 
  wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
Line 35: Line 36:     
=Odoo as a SME Service=
 
=Odoo as a SME Service=
 +
The odoo service needs to be adjusted to be used as init.d service opposed to systemd.
 
  config set odoo service TCPPort 8069 status enabled access public
 
  config set odoo service TCPPort 8069 status enabled access public
 
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S92odoo
 
  ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S92odoo
 
  signal-event remoteaccess-update
 
  signal-event remoteaccess-update
 
Browse to http://yourserver:8069 and follow instructions.
 
Browse to http://yourserver:8069 and follow instructions.
 +
 +
=Start & Stop=
 +
TBA
    
=LDAP Authentication=
 
=LDAP Authentication=
 
TBA
 
TBA
   −
=Backup=
+
=Proxy pass=
 +
TBA
 +
 
 +
=Backup & Restore=
 +
TBA
 +
 
 +
=Update Odoo=
 
TBA
 
TBA

Navigation menu