mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #99] [QUESTION] How to run whoogle with uwsgi ? #70
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @damionx7 on GitHub (Jul 7, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/99
I want to run whoogle with uwsgi. What would be the sample uwsgi file for this.
@benbusby commented on GitHub (Jul 21, 2020):
Since Whoogle is a pretty standard Flask app, most guides for uwsgi + flask will work fine. This article seems to be a good enough walk through for a similar setup -- it uses the default/standard flask setup (port 5000,
appmodule) so you shouldn't have to modify much.@arankaren commented on GitHub (Feb 8, 2021):
Some example?. I need help. what should I put in wsgi.py?