From b913300b5b61642327d1d51fee889fdcd72522f5 Mon Sep 17 00:00:00 2001 From: castiel10k <71992808+castiel10k@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:20:29 -0500 Subject: [PATCH] [UPD] Verification - is ERPLibre running correctly Added lines to explain how to verify if ERPLibre is running correclty. --- doc/WINDOWS_INSTALLATION.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/WINDOWS_INSTALLATION.md b/doc/WINDOWS_INSTALLATION.md index 2411916..019c3b5 100644 --- a/doc/WINDOWS_INSTALLATION.md +++ b/doc/WINDOWS_INSTALLATION.md @@ -93,6 +93,9 @@ After that run this command in the root of the project: ./run.sh ``` +## Verifying ERPLibre +While ERPLibre is running, make sure that you can connect to the following URL `http://localhost:8069` and have the ability to create, modify and remove databases. + ## Set up Development Environment - PyCharm ### Install PyCharm @@ -155,7 +158,7 @@ Press `CTRL+ALT+S`, search for `interpreter` and inside the `Python Interpreter` Wait until PyCharm detects your WSL2 instance and press `NEXT`. Click on `System Interpreter` on the left, select the correct interpreter if it hasn't done so automatically and click `Create`. -![System Interpreter](/image/system_python.png) +![System Interpreter](image/system_python.png) Close the project's settings. Once PyCharm prompts you to import modules and allow it.