beucismis / ozgursozluk

Free alternative Ekşi Sözlük front-end
https://ozgursozluk.freedns.rocks
Do What The F*ck You Want To Public License
29 stars 3 forks source link

Problem with self-hosting in Windows #5

Closed umuterozan closed 1 year ago

umuterozan commented 1 year ago

The documentation asks us to run the application with gunicorn, but the command throws the following error output. ModuleNotFoundError: No module named 'fcntl'

The fcntl module is not available on Windows.

beucismis commented 1 year ago

Another solution:flask --app ozgursozluk --debug run

umuterozan commented 1 year ago

Problem solved by changing api url #9