Skip to content

kiwsan/aws-beanstalk-odoo

Repository files navigation

Odoo

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.

Getting started with Odoo

For a standard installation please follow the Setup instructions from the documentation.

Then follow the developer tutorials

🚀 Create an application on AWS Elastic Beanstalk via awsebcli

  1. Initialize your EB CLI repository with the eb init command

    eb init -p python-3.6 odoo-elastic-beanstalk --region ap-southeast-1
  2. 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
  3. Create an environment and deploy your application

    eb create odoo11-env
  4. When the environment creation process completes, open your web site with eb open

    eb open

🚀 Create the application on AWS Elastic Beanstalk via aws codecommit

comming soon...

About

The most basic possible project for deploy Odoo on AWS Elastic beanstalk.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published