Skip to content

Instantly share code, notes, and snippets.

View altanmur's full-sized avatar

Altanmur (Алтанмөр) altanmur

View GitHub Profile
@altanmur
altanmur / vmware.md
Created November 4, 2024 16:11 — forked from ayebrian/vmware.md
VMware ESXi 8 / vCenter 8 / Workstation 17 license key 2024
@altanmur
altanmur / odoo-requests
Created June 16, 2021 18:21 — forked from dreispt/odoo-requests
Munin plugins for Odoo
#!/bin/sh
#%# family=manual
#%# capabilities=autoconf suggest
# Munin plugin for transactions/minute
case $1 in
autoconf)
exit 0
;;
suggest)
@altanmur
altanmur / Installing Odoo on AWS
Created May 23, 2020 07:16 — 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
[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux