[UPD] Verification - is ERPLibre running correctly

Added lines to explain how to verify if ERPLibre is running correclty.
This commit is contained in:
castiel10k 2023-02-14 12:20:29 -05:00 committed by Mathieu Benoit
parent 31aa1c3fe3
commit b913300b5b

View file

@ -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.