From eeafbcdecb37da59052775506b9f505c23f6a624 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 21 Jan 2021 01:52:54 -0500 Subject: [PATCH] [FIX] remove git submodule init and improve FAQ networking --- doc/FAQ.md | 8 ++++++++ script/install_locally.sh | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 570269e..1d69a77 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -4,6 +4,14 @@ Show all open port ```bash sudo lsof -i -P -n | grep LISTEN ``` +or +```bash +sudo netstat -lpnt | grep LISTEN +``` +or +```bash +sudo ss -lpnt | grep LISTEN +``` ## git-repo ### error.GitError fatal bad revision diff --git a/script/install_locally.sh b/script/install_locally.sh index 1acaa6f..9a5387b 100755 --- a/script/install_locally.sh +++ b/script/install_locally.sh @@ -168,8 +168,8 @@ if [[ ${EL_INSTALL_NGINX} = "True" ]]; then printf "proxy_mode = True\n" >> ${EL_CONFIG_FILE} fi -echo -e "\n---- Install Odoo with addons module ----" -git submodule update --init +#echo -e "\n---- Install Odoo with addons module ----" +#git submodule update --init # Generate empty addons if missing if [[ ! -d "./addons/addons" ]]; then