浏览代码

Merge pull request #2984 from da-mask/master

Update multiple projects section
Shao Yu-Lung (Allen) 3 年之前
父节点
当前提交
82d3bf4c97
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      DOCUMENTATION/content/getting-started/index.md

+ 6 - 0
DOCUMENTATION/content/getting-started/index.md

@@ -107,6 +107,12 @@ Your folder structure should look like this:
 * project-2
 ```
 
+Make sure the `APP_CODE_PATH_HOST` variable points to parent directory.
+
+```
+APP_CODE_PATH_HOST=../
+```
+
 2 - Go to your web server and create config files to point to different project directory when visiting different domains:
 
 For **Nginx** go to `nginx/sites`, for **Apache2** `apache2/sites`.