{"id":24989093,"url":"https://github.com/engineervix/ubuntu-odoo-setup","last_synced_at":"2025-07-21T04:32:38.141Z","repository":{"id":37027912,"uuid":"501421458","full_name":"engineervix/ubuntu-odoo-setup","owner":"engineervix","description":"This script builds on top of Yenthe Van Ginneken's excellent and well known Odoo Install Script to make it easy and painless to setup Odoo on a server bootstrapped using https://github.com/engineervix/ubuntu-server-setup","archived":false,"fork":false,"pushed_at":"2023-12-15T05:13:51.000Z","size":92,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T11:41:32.488Z","etag":null,"topics":["odoo","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engineervix.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-08T21:51:38.000Z","updated_at":"2024-05-01T14:19:56.000Z","dependencies_parsed_at":"2025-03-29T11:40:42.058Z","dependency_job_id":"8479d5bc-8637-4e16-8bcb-d0004ad049ca","html_url":"https://github.com/engineervix/ubuntu-odoo-setup","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/engineervix/ubuntu-odoo-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineervix%2Fubuntu-odoo-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineervix%2Fubuntu-odoo-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineervix%2Fubuntu-odoo-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineervix%2Fubuntu-odoo-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engineervix","download_url":"https://codeload.github.com/engineervix/ubuntu-odoo-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engineervix%2Fubuntu-odoo-setup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266240872,"owners_count":23898062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["odoo","ubuntu"],"created_at":"2025-02-04T12:16:03.756Z","updated_at":"2025-07-21T04:32:38.118Z","avatar_url":"https://github.com/engineervix.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Odoo Install script for Ubuntu servers\n\n[![ShellCheck](https://github.com/engineervix/ubuntu-odoo-setup/actions/workflows/main.yml/badge.svg)](https://github.com/engineervix/ubuntu-odoo-setup/actions/workflows/main.yml)\n![GitHub last commit](https://img.shields.io/github/last-commit/engineervix/ubuntu-odoo-setup)\n![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/engineervix/ubuntu-odoo-setup/latest/main)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![License : MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Introduction ✨\n\nThis script builds on top of [Yenthe Van Ginneken's excellent and well known Odoo Install Script](https://github.com/Yenthe666/InstallScript) to make it easy and painless to setup [Odoo](https://www.odoo.com/) on a server bootstrapped using \u003chttps://github.com/engineervix/ubuntu-server-setup\u003e\n\n\u003e It's only been tested with Odoo 15.0 on Ubuntu 20.04\n\n## Usage 🚀\n\n- First things first, this script **assumes** that your Ubuntu server has been setup using\n  \u003chttps://github.com/engineervix/ubuntu-server-setup\u003e. If this is the case ... proceed ...\n- download the script from GitHub:\n\n  ```bash\n  wget https://github.com/engineervix/ubuntu-odoo-setup/raw/main/odoo_install.sh\n  ```\n\n- make your own modifications if you wish to change some things\n- ensure that it's executable:\n\n  ```bash\n  chmod +x odoo_install.sh\n  ```\n\n- run the script to install Odoo:\n\n  ```bash\n  ./odoo_install.sh\n  ```\n\n## How is this script different from Yenthe VG's? 🖥️\n\nThe main difference is that we already have a server that's been setup with a custom user,\nNginx, certbot, PostgreSQL, Node.js, etc. So we don't wanna install these things. Further:\n\n- we'd like to use a **virtual environment** to run Odoo\n- we wanna use **Systemd** and not **init**\n- this isn't a comprehensive script that covers multiple Odoo versions and Ubuntu versions (it's only been tested with Odoo 15.0 / Ubuntu 20.04. If you have other needs, please feel free to fork and customize)\n\n## References\n\n- [Odoo 15.0 Docs](https://www.odoo.com/documentation/15.0/administration/install/install.htm)\n- [Install and Deploy Odoo 15 from source on DigitalOcean](https://codingdodo.com/install-and-deploy-odoo-15-from-source-on-digitalocean/)\n- [How to Install Odoo 15 on Ubuntu 20.04 (linuxize.com)](https://linuxize.com/post/how-to-install-odoo-15-on-ubuntu-20-04/)\n- [How to Install Odoo 15 on Ubuntu 20.04 (speedysense.com)](https://speedysense.com/install-odoo-15-on-ubuntu-20-04/)\n- [How to Install Odoo on Ubuntu](https://phoenixnap.com/kb/install-odoo-ubuntu)\n\n## Author\n\n👤 **Victor Miti**\n\n- Blog: \u003chttps://importthis.tech\u003e\n- Twitter: [![Twitter: engineervix](https://img.shields.io/twitter/follow/engineervix.svg?style=social)](https://twitter.com/engineervix)\n- Github: [@engineervix](https://github.com/engineervix)\n\n## Contributing 🤝\n\nContributions, issues and feature requests are most welcome!\n\nFeel free to check the [issues page](https://github.com/engineervix/ubuntu-odoo-setup/issues) and take a look at the [contributing guide](CONTRIBUTING.md) before you get started\n\n## Show your support\n\nPlease give a ⭐️ if you found this project helpful!\n\n## License 📝\n\nCopyright for portions of [@engineervix/ubuntu-odoo-setup](https://github.com/engineervix/ubuntu-odoo-setup) are held by Yenthe V.G, © 2018 as part of [@Yenthe666/InstallScript](https://github.com/Yenthe666/InstallScript). All other copyright for [@engineervix/ubuntu-odoo-setup](https://github.com/engineervix/ubuntu-odoo-setup) are held by [Victor Miti](https://github.com/engineervix), © 2022.\n\nThis project is licensed under the terms of the [MIT](https://github.com/engineervix/ubuntu-odoo-setup/blob/main/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineervix%2Fubuntu-odoo-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineervix%2Fubuntu-odoo-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineervix%2Fubuntu-odoo-setup/lists"}