karlb / wikdict-web

Web front end for WikDict dictionaries
https://www.wikdict.com
MIT License
16 stars 2 forks source link

README.md: Fix localhost listening port #16

Closed hartwork closed 3 years ago

hartwork commented 3 years ago

It's always port 5000 over here. @karlb with latest flask, is it still 4000 for you?

# ./run_dev.sh 
WARNING: You are using pip version 21.1.1; however, version 21.3.1 is available.
You should consider upgrading via the '[..]/wikdict-web/venv/bin/python3 -m pip install --upgrade pip' command.
 * Serving Flask app 'wikdict_web' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 929-651-497
karlb commented 3 years ago

Same for me, must have changed since writing this.