From 777c4bc891c14539049923ca2215b6354f2eb845 Mon Sep 17 00:00:00 2001 From: Meng Ye <4025839+jk2K@users.noreply.github.com> Date: Tue, 26 Jan 2021 15:02:04 +0800 Subject: [PATCH] Improve doc for setting up IntelliJ IDEA (#2710) --- contributions/ServerSetup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contributions/ServerSetup.md b/contributions/ServerSetup.md index 3ce552609d..ca9b4111e1 100644 --- a/contributions/ServerSetup.md +++ b/contributions/ServerSetup.md @@ -93,6 +93,12 @@ When using this command, the value of `APPSMITH_REDIS_URI` should be set to `red To run the project from within the IDE, you will need to make use of the run configuration that is part of the repository. The run configuration uses the [EnvFile](https://plugins.jetbrains.com/plugin/7861-envfile) plugin to include environment variables in the path. Any and all tests can be run within the IDE by cloning this run configuration. +Please note when setting **Working directory** option. If the path is not correct, plugins will fail to load and cannot fetch data from mongo, redis + +example: + +![381611580157_ pic_hd](https://user-images.githubusercontent.com/4025839/105710505-2ead5300-5f52-11eb-9549-531e459e86ea.jpg) + ## Need Assistance - If you are unable to resolve any issue while doing the setup, please initiate a Github discussion or send an email to support@appsmith.com. We'll be happy to help you. - In case you notice any discrepancy, please raise an issue on Github and/or send an email to support@appsmith.com.