Skip to content

Instantly share code, notes, and snippets.

View ivanporras's full-sized avatar
🏠
Working from home

Ivan Porras ivanporras

🏠
Working from home
View GitHub Profile
@ivanporras
ivanporras / Installing Odoo on AWS
Created April 28, 2021 17:00 — forked from bjsion/Installing Odoo on AWS
Installing Odoo ERP on AWS using RDS and EC2
# Installing Odoo on AWS
These are the steps I ran to get Odoo up and running on AWS using the free tiers (for now).
## Setup servers
### Create DB
Create an Postgres DB on Amazon RDS:
https://us-east-2.console.aws.amazon.com/rds/home?region=us-east-2#launch-dbinstance:ct=dbinstances:
### Create Server