From f4ff4feb61e0e6ae0a835ae515c51fca40a5c3d5 Mon Sep 17 00:00:00 2001 From: aneenashaju Date: Mon, 22 Jul 2019 12:13:23 +0530 Subject: [PATCH] trouble_shoot --- yii-gii/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/yii-gii/README.md b/yii-gii/README.md index 8dd5638..bb1ce8f 100644 --- a/yii-gii/README.md +++ b/yii-gii/README.md @@ -71,3 +71,31 @@ To generate migration ## customization TBD + +# TROUBLESHOOT + +if path in hidev-local.yml file is correct but the path is not available + +We should add it to the host file + +steps: + +1. Search the required path in the host file in the terminal ALT+CTRL+T + + ``` + cat /etc/hosts + ``` + + This displays a list of IPs. + +2. ``` + sudo nano /etc/hosts + ``` + + type the system password + +3. Add IP and its URL. + +4. CTRL+O (write out) + +5. CTRL+X (Exit)