Odoo is a suite of web based open source business apps.
The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Warehouse Management, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management, ...
Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.
For a standard installation please follow the Setup instructions from the documentation.
Then follow the developer tutorials
-
Initialize your EB CLI repository with the eb init command
eb init -p python-3.6 odoo-elastic-beanstalk --region ap-southeast-1
-
Run eb init again to configure a default keypair so that you can connect to the EC2 instance running your application with SSH
eb init
-
Create an environment and deploy your application
eb create odoo11-env
-
When the environment creation process completes, open your web site with eb open
eb open
comming soon...