Skip to content

Instantly share code, notes, and snippets.

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

Abu Abdirohman abuabdirohman4

🏠
Working from home
View GitHub Profile
@abuabdirohman4
abuabdirohman4 / Installation Checklist: Docker + Odoo v12 + PostgreSQL v9.5 + Ubuntu 20.04 + Nginx.md
Last active August 11, 2021 10:56
Installation Checklist: Docker + Odoo 12 + PostgreSQL 9.5 + Ubuntu 20.04 + Nginx

Step 1 - Install Docker

apt install docker.io

Step 2 - Install PostgreSQL

docker run -d \
-e POSTGRES_USER=odoo \

Step 1 - Add the Odoo repository

wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
echo "deb http://nightly.odoo.com/10.0/nightly/deb/ ./" >> /etc/apt/sources.list
apt-get update

Step 2 - Configure a Linux user for Odoo

@abuabdirohman4
abuabdirohman4 / terminal-git-branch-name.md
Created December 25, 2019 08:50 — forked from joseluisq/terminal-git-branch-name.md
Add Git Branch Name to Terminal Prompt (Mac)

Add Git Branch Name to Terminal Prompt (Mac)

image

Open ~/.bash_profile in your favorite editor and add the following content to the bottom.

# Git branch in prompt.

parse_git_branch() {