Closed dokteurstore closed 3 years ago
Fixed it.
So I shouldn't have installed it from source
just pip3 install maildump
You are right, maildump should be installed using pip
.
When building from source for whatever reason, you would need to use npm ci
and npm run build
to build the webapp frontend.
Since there is no installation procedure in the README, I've tried to install maildump in this way :
python3 setup.py build
python3 setup.py install
maildump
And I get an Internal Server Error when trying to connect to http://127.0.0.1:1080
Here is the trace :
So can anyone update the Documenation to make the installation process more clear ? Thanks