View netjunky_odoo_9_development_setup.sh
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
# Run as your work user | |
# Make sure you are not using root | |
# Disable sudo timeout | |
sudo sh -c 'echo "\nDefaults timestamp_timeout=-1">>/etc/sudoers' | |
# Projects root directory | |
ODOO_PROJECTS_DIR="projects" | |
# Odoo version | |
ODOO_VERSION="9.0" |
View netjunky_odoo_development_setup.sh
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
# Run as your work user | |
# Make sure you are not using root | |
# Disable sudo timeout | |
sudo sh -c 'echo "\nDefaults timestamp_timeout=-1">>/etc/sudoers' | |
# Projects root directory | |
ODOO_PROJECTS_DIR="projects" | |
# Odoo version | |
ODOO_VERSION="8.0" |