Apply suggestions from code review

This commit is contained in:
adfoster-r7
2024-08-28 18:46:08 +01:00
committed by GitHub
parent d0d4c3083a
commit aaf95f9134
2 changed files with 2 additions and 1 deletions
@@ -27,6 +27,7 @@ For a production setup, a server like Apache should be setup to run pgAdmin thro
1. [Download][1] and install the Windows build
1. Copy the `config_distro.py` file to `config_local.py`
1. Edit `config_local.py` and set `SERVER_MODE` to `True`
1. Edit `config_local.py` and add `DEFAULT_SERVER = '0.0.0.0'` to bind on all IPs, required for remotely exploiting from a different machine
1. Initialize the database: `..\python\python.exe setup.py setup-db`
1. Create an initial user account: `..\python\python.exe setup.py add-user --admin test@test.com 123456`
1. Run the application: `..\python\python.exe pgAdmin4.py`