This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 # |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ipynb_checkpoints/MaMo_v1-checkpoint.ipynb |