Skip to content

l-arnold/tkl-odoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odoo (formerly OpenERP)

Odoo is a suite of web based open source business apps.

It's main apps include an Open Source CRM, Website Builder, eCommerce, Project Management, Billing and Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management, ... Each application is standalone but you get a full featured Open Source ERP if you install several apps as they integrate to each others.

This appliance is based on LAPP stack, including all the standard features in TurnKey Core, and on top of that:

  • SSL support out of the box.
  • PHP, Python and Perl support for Apache2 and PostgreSQL.
  • PHPPgAdmin administration frontend for PostgreSQL (listening on port 12322 - uses SSL).
  • Webmin modules for configuring Apache2, PHP and PostgreSQL.
  • PostgreSQL listening on localhost (security)
  • PostgreSQL password encryption enabled by default (security).
  • The postgres user is trusted when connecting over local unix sockets (convenience).
  • Odoo instaled branch: master.
  • Odoo connection (listening on port 8069).
  • Odoo secured connection (listening on port 12325 - uses SSL).
  • Webmin module for configuring Samba.
  • File server (Samba) configurations:
    • Preconfigured wordgroup: WORKGROUP
    • Preconfigured netbios name: FILESERVER
    • Configured Samba and UNIX users/groups synchronization (CLI and Webmin).
    • Configured root as administrative samba user.
    • Configured shares:
      • Users home directory.
      • Public storage.
      • CD-ROM with automount and umount hooks (/media/cdrom).
  • Default storage: /srv/storage
  • Accessing file server via samba on the command line::

    smbclient //1.0.0.61/storage -Uroot mount -t cifs //1.0.0.61/storage /mnt -o username=root,password=PASSWORD

Credentials (passwords set at first boot)

  • Webmin, Webshell, SSH, Samba: username root
  • PostgreSQL, phpPgAdmin: username postgres
  • Odoo: username openerp

Credentials (passwords set by default)

  • Odoo Master password: admin
  • Odoo openuser password: openuser

About

CLVsol Turnkey Linux Odoo appliance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.9%
  • PHP 40.2%
  • Makefile 3.0%
  • Perl 1.9%