Re: Install issues
Posted: Wed Jun 10, 2020 1:47 pm
i used the OpenEMM installer from the website
this one openemm-runtime-20.04.000.038.tar.gz
this one openemm-runtime-20.04.000.038.tar.gz
The purpose of these forums is to get and give free technical support for OpenEMM. Spammers and their posts will be removed without prior warning.
https://iframe.agnitas.de/
JuergenB wrote: ↑Thu Jun 11, 2020 10:20 pm Hi,
i tried with the current openemm-runtime-20.04.000.043.tar and the Admin Guide 1.3.1
The installation order seems strange & there are some steps missing in compiling Pyhton 3.8.
Installation order ..
During installation you are instructed to install the Software Stack.
During this steps you need compile Pyhton3 (create folders in /home/openemm) after DBMS.
Later the installation as openemm user gives some problems (access denied)
So i had this order
- Install some base parts (not Python 3.and DBMS, add User, Firewall, Postfix, wkhtmltox
- Download openemm runtime, untar to /home/openemm
- now proceed with python 3.8 compilation
- after that add the DBMS / Phyton3 parts
- start OpenEMMInstaller.sh as root
Python Compilation
Deployment of Python 3.8 likes to create subfolders in a non existing folder.
So first untar openemm-runtime and add the directory for /home/opnemm/opt/phyton*
The export of the python path is not permanent (i think this will do).
echo 'pathmunge /home/openemm/opt/python3/bin' > /etc/profile.d/ree.sh
chmod +x /etc/profile.d/ree.sh
. /etc/profile
During the installer script update package fails sometime and i don´t get the database installed.
Seems that the runtime or admin guide needs some attention.
This is what worked for configuration
as root - configure basic environment
as openemm - configure dbms, install modules, but no backend !!
as root - configure backend and database will be created
restart OpenEMM and base installation would be fine.
You should fix that.System-Url: Unknown