Skip to Content
Menu
This question has been flagged
3 Replies
2584 Views

For a biotech startup registered in Germany I need to set up accounting compatible with German tax authorities. 

Since the startup will need an ERP down the line I want to start with Odoo right away. I want to install on a linux server in a virtual environment which down the line will have to be accessed through the internet since the company will be operating internationally. 

I have had some first contact with odoo about a year ago but wasn't really successful. Back then, however, project management was the main issue to have set up.

Since the company isn't fully financed yet, paid services are no option at the moment but will be down the line.

Here my questions:

Is Odoo a good choice to achieve this? Where can I learn how to do this (I am somewhat familiar with linux, python, postgresql, apache2 and so on). 

Avatar
Discard
Author Best Answer

Thanks for your help. I followed SmithJohns link and installed according to steps 1-7. The service runs, as confirmed by systemctl status odoo16. When navigating to http://localhost:8069 the system tries to open http://localhost:8069/web/database/selector and throws a 500 internal server error. I couldn't find any log file to get more details.

Avatar
Discard

If everything is installed and configured correctly you should find your logs in /var/log/odoo/odoo.log. If you still can't find your logs you can check the Odoo configuration file in /etc/odoo.conf. This file should contain something like: logfile = /var/log/odoo/odoo.log

Best Answer

Hi,

Please go through the below blog to know how to install Odoo in linux
https://www.cybrosys.com/blog/how-to-install-odoo-16-on-ubuntu-2004-lts


Hope it helps

Avatar
Discard
Best Answer

start with demo.odoo.com and google for "how to install odoo on ubuntu" (without double quotes).


Avatar
Discard
Related Posts Replies Views Activity
1
May 16
4588
3
Jan 25
10455
1
Jul 24
998
1
Dec 16
3215
1
Mar 15
8155