SlideShare une entreprise Scribd logo
1  sur  2
Como instalar Aeroo en Open ERP 6.1 en Ubuntu 12.04
Esta es una guía modificada basada en este enlace:

http://www.alistek.com/wiki/index.php/Aeroo_Reports_Linux_server

1. Log-in to your OpenERP server using ssh.

2. Install Bazaar and download Aeroo module using bzr.
$ sudo apt-get update
$ sudo apt-get install python-setuptools
$ sudo apt-get install bzr
$ cd /home/username/
$ sudo bzr branch https://launchpad.net/aeroo
$ sudo bzr branch https://launchpad.net/aeroolib
$ bzr branch lp:aeroolib
3. Install Aeroo Reports library - Python module
$ cd /home/username/aeroolib/aeroolib
$ sudo python ./setup.py install
4. Restart your computer
$ sudo shutdown -r now

5. Download aeroo reports module from this link https://launchpad.net/aeroo. I suggest
you download all four modules related to aeroo reports including the sample. You can
also copy the modules downloaded earlier using bzr from /home/username folder.

6. Extract all four modules and paste it to your OpenERP server under this path
/usr/lib/pymodules/python2.7/openerp/addons. You can mount your OpenERP server to
your Ubuntu desktop as root using SSH. Ex. ssh://root@openerp-server-IP and paste it
to the path I mention. (root should be enabled first in your server to do this)

6B. If you are using Ubuntu 12.04 Desktop then chances are you already have
LibreOffice installed, otherwise if you are using Ubuntu 12.04 Server you need to
install it first before proceeding to the next step. I used aptitude because it is smart
enough to know that OpenOffice had been replace by LibreOffice and will use it
instead. (I don’t know the exact commands to install LibreOffice headless anyway.)

$ sudo apt-get install aptitude

$ sudo aptitude install openoffice.org-headless openoffice.org-writer openoffice.org-
draw openoffice.org-calc

$ sudo shutdown -r now

7. Open your browser and log-in to your OpenERP installation as admin. Make sure you
enabled extended view then go to Settings->Modules->Update Module List. Then click
Open Modules and search for keyword aeroo. Install all the Aeroo report modules
afterwards.

8. Now we need to create a script to start LibreOffice headless as a service every time
the OpenERP server boots up.
$ sudo nano /etc/init.d/openoffice.sh

Paste the following below this line
--------------------------------------------------------------
#!/bin/bash
# openoffice.org headless server script
#
# chkconfig: 2345 80 30
# description: headless openoffice server script
# processname: openoffice
#
OOo_HOME=/usr/bin
SOFFICE_PATH=$OOo_HOME/soffice
PIDFILE=/var/run/openoffice-server.pid
set -e
case “$1” in
start)
if [ -f $PIDFILE ]; then
echo “OpenOffice headless server has already started.”
sleep 5
exit
fi
echo “Starting OpenOffice headless server”
$SOFFICE_PATH -headless -nologo -nofirststartwizard -
accept=”socket,host=127.0.0.1,port=8100;urp” & > /dev/null 2>&1
touch $PIDFILE
;;
stop)
if [ -f $PIDFILE ]; then
echo “Stopping OpenOffice headless server.”
killall -9 soffice && killall -9 soffice.bin
rm -f $PIDFILE
exit
fi
echo “Openoffice headless server is not running.”
exit
;;
*)
echo “Usage: $0 {start|stop}”
exit 1
esac
exit 0

------------------------------------------------------------------

9. Exit the nano editor and save the file you just did. Make the script executable and
make it start automatically at boot
$ sudo chmod 0755 /etc/init.d/openoffice.sh
$ sudo update-rc.d openoffice.sh defaults
$ sudo /etc/init.d/openoffice.sh start

10. Go to Settings->Customization->Aeroo Reports->Configure OpenOffice.org
connection. Click Connect. It should display that connection was successfull and PDF
convertion is working.

Contenu connexe

Tendances

Project 2 - how to compile os161?
Project 2 - how to compile os161?Project 2 - how to compile os161?
Project 2 - how to compile os161?Xiao Qin
 
How to run_moses 2
How to run_moses 2How to run_moses 2
How to run_moses 2Mahmoud Eid
 
Installing Tomcat on Ubuntu Instance
Installing Tomcat on Ubuntu InstanceInstalling Tomcat on Ubuntu Instance
Installing Tomcat on Ubuntu Instancekamarul kawnayeen
 
Delivering SaaS to the Enterprise with illumos
Delivering SaaS to the Enterprise with illumosDelivering SaaS to the Enterprise with illumos
Delivering SaaS to the Enterprise with illumosEric Sproul
 
How to Install LAMP in Ubuntu 14.04
How to Install LAMP in Ubuntu 14.04How to Install LAMP in Ubuntu 14.04
How to Install LAMP in Ubuntu 14.04Sanjary Edu
 
Linux for programmers
Linux for programmersLinux for programmers
Linux for programmersMd. Al Amin
 
SnortReport Presentation
SnortReport PresentationSnortReport Presentation
SnortReport Presentationwebhostingguy
 
IPS: Image Packaging System
IPS: Image Packaging SystemIPS: Image Packaging System
IPS: Image Packaging SystemEric Sproul
 
Install odoo v8 the easiest way on ubuntu debian
Install odoo v8 the easiest way on ubuntu debianInstall odoo v8 the easiest way on ubuntu debian
Install odoo v8 the easiest way on ubuntu debianFrancisco Servera
 
Installation Of Odoo 12 On Ubuntu 18.4
Installation Of Odoo 12 On Ubuntu 18.4Installation Of Odoo 12 On Ubuntu 18.4
Installation Of Odoo 12 On Ubuntu 18.4Varsha Technaureus
 
How to deploy and scale your meteor apps
How to deploy and scale your meteor appsHow to deploy and scale your meteor apps
How to deploy and scale your meteor appsDesignveloper
 
How to install squid proxy on server or how to install squid proxy on centos o
How to install squid proxy on server  or how to install squid proxy on centos oHow to install squid proxy on server  or how to install squid proxy on centos o
How to install squid proxy on server or how to install squid proxy on centos oProxiesforrent
 
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by AaronBuild Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by AaronLifeng (Aaron) Han
 
Lamp configuration u buntu 10.04
Lamp configuration   u buntu 10.04Lamp configuration   u buntu 10.04
Lamp configuration u buntu 10.04mikehie
 
Definitive guide to setting up a lamp server using open source software
Definitive guide to setting up a lamp server using open source softwareDefinitive guide to setting up a lamp server using open source software
Definitive guide to setting up a lamp server using open source softwareparves kamal
 
Releasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix ApplicationsReleasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix ApplicationsWise Engineering
 
OS/161 Overview
OS/161 OverviewOS/161 Overview
OS/161 OverviewXiao Qin
 
彭盛韶/公私協力的公共服務 - 以資料面詮釋
彭盛韶/公私協力的公共服務 - 以資料面詮釋彭盛韶/公私協力的公共服務 - 以資料面詮釋
彭盛韶/公私協力的公共服務 - 以資料面詮釋台灣資料科學年會
 

Tendances (20)

Project 2 - how to compile os161?
Project 2 - how to compile os161?Project 2 - how to compile os161?
Project 2 - how to compile os161?
 
How to run_moses 2
How to run_moses 2How to run_moses 2
How to run_moses 2
 
Installing Tomcat on Ubuntu Instance
Installing Tomcat on Ubuntu InstanceInstalling Tomcat on Ubuntu Instance
Installing Tomcat on Ubuntu Instance
 
Delivering SaaS to the Enterprise with illumos
Delivering SaaS to the Enterprise with illumosDelivering SaaS to the Enterprise with illumos
Delivering SaaS to the Enterprise with illumos
 
How to Install LAMP in Ubuntu 14.04
How to Install LAMP in Ubuntu 14.04How to Install LAMP in Ubuntu 14.04
How to Install LAMP in Ubuntu 14.04
 
Linux for programmers
Linux for programmersLinux for programmers
Linux for programmers
 
SnortReport Presentation
SnortReport PresentationSnortReport Presentation
SnortReport Presentation
 
IPS: Image Packaging System
IPS: Image Packaging SystemIPS: Image Packaging System
IPS: Image Packaging System
 
Install odoo v8 the easiest way on ubuntu debian
Install odoo v8 the easiest way on ubuntu debianInstall odoo v8 the easiest way on ubuntu debian
Install odoo v8 the easiest way on ubuntu debian
 
Installation Of Odoo 12 On Ubuntu 18.4
Installation Of Odoo 12 On Ubuntu 18.4Installation Of Odoo 12 On Ubuntu 18.4
Installation Of Odoo 12 On Ubuntu 18.4
 
How to deploy and scale your meteor apps
How to deploy and scale your meteor appsHow to deploy and scale your meteor apps
How to deploy and scale your meteor apps
 
How to install squid proxy on server or how to install squid proxy on centos o
How to install squid proxy on server  or how to install squid proxy on centos oHow to install squid proxy on server  or how to install squid proxy on centos o
How to install squid proxy on server or how to install squid proxy on centos o
 
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by AaronBuild Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
 
Lamp configuration u buntu 10.04
Lamp configuration   u buntu 10.04Lamp configuration   u buntu 10.04
Lamp configuration u buntu 10.04
 
Amazon Ec2
Amazon Ec2Amazon Ec2
Amazon Ec2
 
Definitive guide to setting up a lamp server using open source software
Definitive guide to setting up a lamp server using open source softwareDefinitive guide to setting up a lamp server using open source software
Definitive guide to setting up a lamp server using open source software
 
Debian
DebianDebian
Debian
 
Releasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix ApplicationsReleasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix Applications
 
OS/161 Overview
OS/161 OverviewOS/161 Overview
OS/161 Overview
 
彭盛韶/公私協力的公共服務 - 以資料面詮釋
彭盛韶/公私協力的公共服務 - 以資料面詮釋彭盛韶/公私協力的公共服務 - 以資料面詮釋
彭盛韶/公私協力的公共服務 - 以資料面詮釋
 

En vedette

HIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandra
HIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandraHIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandra
HIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandraBQRazetti2014
 
SYG Consultores Servicios Castellano
SYG Consultores Servicios CastellanoSYG Consultores Servicios Castellano
SYG Consultores Servicios CastellanoSYG Consultores
 
Blood Health for carlo web res
Blood Health for carlo web resBlood Health for carlo web res
Blood Health for carlo web resCarlo Ammendolia
 
Raghav_CDM-Exp_4.5yrs
Raghav_CDM-Exp_4.5yrsRaghav_CDM-Exp_4.5yrs
Raghav_CDM-Exp_4.5yrsRaghavendra S
 
Distributed feature selection for efficient
Distributed feature selection for efficientDistributed feature selection for efficient
Distributed feature selection for efficientNexgen Technology
 
Reporte del congreso de EU sobre Rápido y Furioso
Reporte del congreso de EU sobre Rápido y FuriosoReporte del congreso de EU sobre Rápido y Furioso
Reporte del congreso de EU sobre Rápido y Furiosotoliro
 
Presentación Impress realizada por Silvia
Presentación Impress realizada por SilviaPresentación Impress realizada por Silvia
Presentación Impress realizada por Silviaraul andres
 
iPhy tools for collation and analysis of phylogenomic data. M Blaxter
iPhy tools for collation and analysis of phylogenomic data. M BlaxteriPhy tools for collation and analysis of phylogenomic data. M Blaxter
iPhy tools for collation and analysis of phylogenomic data. M BlaxterRoderic Page
 
Lny A Veces Tenemos Miedo
Lny A Veces Tenemos MiedoLny A Veces Tenemos Miedo
Lny A Veces Tenemos Miedolnyamuni2
 
Es quate sasons
Es quate sasonsEs quate sasons
Es quate sasonscompetic
 
Innovación, personas y participación
Innovación, personas y participación Innovación, personas y participación
Innovación, personas y participación Consorciocie
 
Ceylon Electricity Board : Data Base Management System
Ceylon Electricity Board : Data Base Management SystemCeylon Electricity Board : Data Base Management System
Ceylon Electricity Board : Data Base Management SystemPixel Clear (Pvt) Ltd
 

En vedette (20)

Presentación IVC+R 2011
Presentación IVC+R 2011Presentación IVC+R 2011
Presentación IVC+R 2011
 
La impresora
La impresoraLa impresora
La impresora
 
HIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandra
HIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandraHIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandra
HIPOGLUCEMIANTES DE ORIGEN VEGETAL: Bauhinia megalandra
 
SYG Consultores Servicios Castellano
SYG Consultores Servicios CastellanoSYG Consultores Servicios Castellano
SYG Consultores Servicios Castellano
 
Blood Health for carlo web res
Blood Health for carlo web resBlood Health for carlo web res
Blood Health for carlo web res
 
Raghav_CDM-Exp_4.5yrs
Raghav_CDM-Exp_4.5yrsRaghav_CDM-Exp_4.5yrs
Raghav_CDM-Exp_4.5yrs
 
Pre dc-nes
Pre dc-nesPre dc-nes
Pre dc-nes
 
Distributed feature selection for efficient
Distributed feature selection for efficientDistributed feature selection for efficient
Distributed feature selection for efficient
 
Del CRM al Social CRM
Del CRM al Social CRMDel CRM al Social CRM
Del CRM al Social CRM
 
Reporte del congreso de EU sobre Rápido y Furioso
Reporte del congreso de EU sobre Rápido y FuriosoReporte del congreso de EU sobre Rápido y Furioso
Reporte del congreso de EU sobre Rápido y Furioso
 
1 exp idea
1 exp idea1 exp idea
1 exp idea
 
Ar quente
Ar quenteAr quente
Ar quente
 
Presentación Impress realizada por Silvia
Presentación Impress realizada por SilviaPresentación Impress realizada por Silvia
Presentación Impress realizada por Silvia
 
iPhy tools for collation and analysis of phylogenomic data. M Blaxter
iPhy tools for collation and analysis of phylogenomic data. M BlaxteriPhy tools for collation and analysis of phylogenomic data. M Blaxter
iPhy tools for collation and analysis of phylogenomic data. M Blaxter
 
Lny A Veces Tenemos Miedo
Lny A Veces Tenemos MiedoLny A Veces Tenemos Miedo
Lny A Veces Tenemos Miedo
 
Es quate sasons
Es quate sasonsEs quate sasons
Es quate sasons
 
Curso formador de formadores online
Curso formador de formadores onlineCurso formador de formadores online
Curso formador de formadores online
 
Innovación, personas y participación
Innovación, personas y participación Innovación, personas y participación
Innovación, personas y participación
 
Rhizomatic Philosophy
Rhizomatic PhilosophyRhizomatic Philosophy
Rhizomatic Philosophy
 
Ceylon Electricity Board : Data Base Management System
Ceylon Electricity Board : Data Base Management SystemCeylon Electricity Board : Data Base Management System
Ceylon Electricity Board : Data Base Management System
 

Similaire à Como instalar aeroo en open erp 6

How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuHow To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuWirabumi Software
 
Installing Lamp Stack on Ubuntu Instance
Installing Lamp Stack on Ubuntu InstanceInstalling Lamp Stack on Ubuntu Instance
Installing Lamp Stack on Ubuntu Instancekamarul kawnayeen
 
How to Install Odoo 11 on Ubuntu 16.04?
How to Install Odoo 11 on Ubuntu 16.04?How to Install Odoo 11 on Ubuntu 16.04?
How to Install Odoo 11 on Ubuntu 16.04?Celine George
 
Instruction: dev environment
Instruction: dev environmentInstruction: dev environment
Instruction: dev environmentSoshi Nemoto
 
Os dev tool box
Os dev tool boxOs dev tool box
Os dev tool boxbpowell29a
 
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation Geminate Consultancy Services
 
Odoo 13 installation on ubuntu 19.04
Odoo 13 installation on ubuntu 19.04Odoo 13 installation on ubuntu 19.04
Odoo 13 installation on ubuntu 19.04PlanetOdoo
 
Dependency management with Composer
Dependency management with ComposerDependency management with Composer
Dependency management with ComposerJason Grimes
 
Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-TutorialBrian Hood
 
Prizm Installation Guide
Prizm Installation GuidePrizm Installation Guide
Prizm Installation Guidevjvarenya
 
ONOS SDN Controller - Clustering Tests & Experiments
ONOS SDN Controller - Clustering Tests & Experiments ONOS SDN Controller - Clustering Tests & Experiments
ONOS SDN Controller - Clustering Tests & Experiments Eueung Mulyana
 
How to Install Odoo 17 on Ubuntu.pdf
How to Install Odoo 17 on Ubuntu.pdfHow to Install Odoo 17 on Ubuntu.pdf
How to Install Odoo 17 on Ubuntu.pdfCanditRoot
 
Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0venkatakrishnan k
 

Similaire à Como instalar aeroo en open erp 6 (20)

PHP selber bauen
PHP selber bauenPHP selber bauen
PHP selber bauen
 
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in UbuntuHow To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
 
Installing Lamp Stack on Ubuntu Instance
Installing Lamp Stack on Ubuntu InstanceInstalling Lamp Stack on Ubuntu Instance
Installing Lamp Stack on Ubuntu Instance
 
How to Install Odoo 11 on Ubuntu 16.04?
How to Install Odoo 11 on Ubuntu 16.04?How to Install Odoo 11 on Ubuntu 16.04?
How to Install Odoo 11 on Ubuntu 16.04?
 
Instruction: dev environment
Instruction: dev environmentInstruction: dev environment
Instruction: dev environment
 
Os dev tool box
Os dev tool boxOs dev tool box
Os dev tool box
 
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
 
Apache
ApacheApache
Apache
 
Apache
ApacheApache
Apache
 
Odoo 13 installation on ubuntu 19.04
Odoo 13 installation on ubuntu 19.04Odoo 13 installation on ubuntu 19.04
Odoo 13 installation on ubuntu 19.04
 
Dependency management with Composer
Dependency management with ComposerDependency management with Composer
Dependency management with Composer
 
Dockerfish-Tutorial
Dockerfish-TutorialDockerfish-Tutorial
Dockerfish-Tutorial
 
Prizm Installation Guide
Prizm Installation GuidePrizm Installation Guide
Prizm Installation Guide
 
IOS 11 setup with appium latest
IOS 11 setup with appium  latestIOS 11 setup with appium  latest
IOS 11 setup with appium latest
 
ONOS SDN Controller - Clustering Tests & Experiments
ONOS SDN Controller - Clustering Tests & Experiments ONOS SDN Controller - Clustering Tests & Experiments
ONOS SDN Controller - Clustering Tests & Experiments
 
How to Install Odoo 17 on Ubuntu.pdf
How to Install Odoo 17 on Ubuntu.pdfHow to Install Odoo 17 on Ubuntu.pdf
How to Install Odoo 17 on Ubuntu.pdf
 
Linux
LinuxLinux
Linux
 
Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0Power point on linux commands,appache,php,mysql,html,css,web 2.0
Power point on linux commands,appache,php,mysql,html,css,web 2.0
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
Apache - Quick reference guide
Apache - Quick reference guideApache - Quick reference guide
Apache - Quick reference guide
 

Como instalar aeroo en open erp 6

  • 1. Como instalar Aeroo en Open ERP 6.1 en Ubuntu 12.04 Esta es una guía modificada basada en este enlace: http://www.alistek.com/wiki/index.php/Aeroo_Reports_Linux_server 1. Log-in to your OpenERP server using ssh. 2. Install Bazaar and download Aeroo module using bzr. $ sudo apt-get update $ sudo apt-get install python-setuptools $ sudo apt-get install bzr $ cd /home/username/ $ sudo bzr branch https://launchpad.net/aeroo $ sudo bzr branch https://launchpad.net/aeroolib $ bzr branch lp:aeroolib 3. Install Aeroo Reports library - Python module $ cd /home/username/aeroolib/aeroolib $ sudo python ./setup.py install 4. Restart your computer $ sudo shutdown -r now 5. Download aeroo reports module from this link https://launchpad.net/aeroo. I suggest you download all four modules related to aeroo reports including the sample. You can also copy the modules downloaded earlier using bzr from /home/username folder. 6. Extract all four modules and paste it to your OpenERP server under this path /usr/lib/pymodules/python2.7/openerp/addons. You can mount your OpenERP server to your Ubuntu desktop as root using SSH. Ex. ssh://root@openerp-server-IP and paste it to the path I mention. (root should be enabled first in your server to do this) 6B. If you are using Ubuntu 12.04 Desktop then chances are you already have LibreOffice installed, otherwise if you are using Ubuntu 12.04 Server you need to install it first before proceeding to the next step. I used aptitude because it is smart enough to know that OpenOffice had been replace by LibreOffice and will use it instead. (I don’t know the exact commands to install LibreOffice headless anyway.) $ sudo apt-get install aptitude $ sudo aptitude install openoffice.org-headless openoffice.org-writer openoffice.org- draw openoffice.org-calc $ sudo shutdown -r now 7. Open your browser and log-in to your OpenERP installation as admin. Make sure you enabled extended view then go to Settings->Modules->Update Module List. Then click Open Modules and search for keyword aeroo. Install all the Aeroo report modules afterwards. 8. Now we need to create a script to start LibreOffice headless as a service every time the OpenERP server boots up.
  • 2. $ sudo nano /etc/init.d/openoffice.sh Paste the following below this line -------------------------------------------------------------- #!/bin/bash # openoffice.org headless server script # # chkconfig: 2345 80 30 # description: headless openoffice server script # processname: openoffice # OOo_HOME=/usr/bin SOFFICE_PATH=$OOo_HOME/soffice PIDFILE=/var/run/openoffice-server.pid set -e case “$1” in start) if [ -f $PIDFILE ]; then echo “OpenOffice headless server has already started.” sleep 5 exit fi echo “Starting OpenOffice headless server” $SOFFICE_PATH -headless -nologo -nofirststartwizard - accept=”socket,host=127.0.0.1,port=8100;urp” & > /dev/null 2>&1 touch $PIDFILE ;; stop) if [ -f $PIDFILE ]; then echo “Stopping OpenOffice headless server.” killall -9 soffice && killall -9 soffice.bin rm -f $PIDFILE exit fi echo “Openoffice headless server is not running.” exit ;; *) echo “Usage: $0 {start|stop}” exit 1 esac exit 0 ------------------------------------------------------------------ 9. Exit the nano editor and save the file you just did. Make the script executable and make it start automatically at boot $ sudo chmod 0755 /etc/init.d/openoffice.sh $ sudo update-rc.d openoffice.sh defaults $ sudo /etc/init.d/openoffice.sh start 10. Go to Settings->Customization->Aeroo Reports->Configure OpenOffice.org connection. Click Connect. It should display that connection was successfull and PDF convertion is working.