Apply suggestions from code review
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user