[UPD] Verification - is ERPLibre running correctly
Added lines to explain how to verify if ERPLibre is running correclty.
This commit is contained in:
parent
31aa1c3fe3
commit
b913300b5b
1 changed files with 4 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||

|
||||

|
||||
|
||||
Close the project's settings. Once PyCharm prompts you to import modules and allow it.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue