Skip to content

Instantly share code, notes, and snippets.

View jjackofall's full-sized avatar
🇮🇳
Working from home

Sumit Khanna jjackofall

🇮🇳
Working from home
View GitHub Profile
@jjackofall
jjackofall / odoo.sh
Last active May 15, 2023 20:42
Install Odoo In Server
#!/bin/bash
# Variables
OE_USER="odoo"
OE_HOME="/$OE_USER"
OE_HOME_EXT="/$OE_USER/${OE_USER}-server"
INSTALL_WKHTMLTOPDF="True"
OE_PORT="8069"
OE_VERSION="15.0"
OE_SUPERADMIN="admin"
#!/bin/bash
#############################################################################################
# sudo chmod +x odoo-install.sh #
# Execute the script to install Odoo: #
# ./odoo-install #
# Add required details on .conf file #addons path, DataBase Name, User Name, User Password; #
# Open Pycharm and create New enviroment and edit configuration file; #
# Add Script path (/path/odoo-bin), Parameters (-c /path/odoo.conf); save and exit. #
# Run "pip install -r /path/requirement.txt" #
# To check Database is created or not # psql -U odoo -h localhost #
@jjackofall
jjackofall / google_calendar_api_integration.ipynb
Created December 31, 2021 05:17 — forked from nikhilkumarsingh/google_calendar_api_integration.ipynb
Integrating Google Calendar API in Python Projects
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jjackofall
jjackofall / Microsoft.PowerShell_profile.ps1
Created November 23, 2021 07:57
Oh My Posh Profile (Youtube)
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git
Import-Module -Name Terminal-Icons
@jjackofall
jjackofall / .gitignore
Last active May 9, 2020 12:04 — forked from sjain2597/.gitignore
863f8612355191008204cc211d209cbb
.ipynb_checkpoints/MaMo_v1-checkpoint.ipynb