You need to install nginx, uwsgi and uwsgi-plugin-python (or uwsgi-plugin-python3)
Create /etc/nginx/sites-available/project and create a link to it in /etc/nginx/sites-enabled/project
| challenge: | |
| slug: 'bridges-without-layer' | |
| title: 'Bridges without layer (Brazil)' | |
| blurb: 'Add layer tag to the bridges' | |
| description: 'Lots of bridges in Brazil does not have layer information.' | |
| help: 'Add layer tag to the bridges' | |
| instruction: 'Add layer tag to the bridges' | |
| difficulty: 1 | |
| overpass_query: 'way(area:3600059470)["bridge"]["layer"!~"."]' | |
| maproulette_server: 'http://dev.maproulette.org/' |
| {% load staticfiles %} | |
| {% load i18n %} | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>{% block title %}PROJECT NAME{% endblock title %}</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content=""> |