From 0e1bb338950fc5f575a8ed98d94915523bd3ce49 Mon Sep 17 00:00:00 2001 From: Daniel D Date: Thu, 12 Sep 2013 21:25:06 +0200 Subject: [PATCH] readme formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5a53e81..c8b2683 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ further information. Configuration ------------- -Copy whyattend/config.py to local_config.py and adjust the settings. -Put your clan's logo into whyattend/static/img/clanicons. -Replace whyattend/static/img/header.jpg with an image of your choice. +* Copy `whyattend/config.py` to `local_config.py` and adjust the settings. +* Put your clan's logo into `whyattend/static/img/clanicons`. +* Replace `whyattend/static/img/header.jpg` with an image of your choice. After deployment, the initial database schema should be generated by -opening /createdb?API_KEY= in a browser. +opening `/createdb?API_KEY=` in a browser. The clan member roles can be synchronized with Wargaming's server by -opening /sync-players//?API_KEY= +opening `/sync-players//?API_KEY=` -config.API_KEY should be set to something random and secret, so only you +`config.API_KEY` should be set to something random and secret, so only you can trigger the synchronization. This can be automated by a cron script, e.g: @@ -50,7 +50,7 @@ Example 1: apache2 + mod_wsgi Follow the instructions from example 2 to install a virtual Python environment -and use the provided wsgi_app.wsgi file as example. +and use the provided `wsgi_app.wsgi` file as example. The apache2 virtual host configuration could look like this: