Skip to content

Commit

Permalink
Add github link to index.html, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrigu committed Jul 31, 2014
1 parent c6854c9 commit 3dfeb91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The rain information is pulled from the [Swiss National TV's rain radar webpage
##Quickstart for the impatient
1. Install the required Pyhton packages via `pip install -r requirements.txt`
2. Run `cp settings.sample.py settings.py`
2. Run `python main.py`
3. On the terminal you should see some output, but it should state somewhere "raining now: True/False"
3. Run `python main.py`
5. On the terminal you should see some output, but it should state somewhere "raining now: True/False"

##Setup

Expand Down Expand Up @@ -53,7 +53,7 @@ You can run `python get_token.py` (requires the oauth2 package) and it will take

##Server Setup

The server is based on flask so please refer to flask's [documentation](http://flask.pocoo.org/docs/quickstart/#deploying-to-a-web-server) for configuring it with your webserver. For testing you can run flask locally. The only setting that is required is the `SERVER_DATA_FILE` as the server saves the latest data to it.
The server is based on flask so please refer to flask's [documentation](http://flask.pocoo.org/docs/quickstart/#deploying-to-a-web-server) for configuring it with your webserver. For testing you can run flask locally. The only setting that is required is the `SERVER_DATA_FILE` as the server saves the latest data to it. The path of this file can be absolute or relative (the default value is relative so you need to run `python server/server.py` from the main directory).

##Configuration Options

Expand Down
5 changes: 4 additions & 1 deletion server/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ <h1>Schiffts z'Bärn?</h1>
</section>
<div class="arrow"></div>
<footer>
<ul><li>Uf <a href="http://www.twitter.com/schifftszbaern">Twitter</a></li></ul>
<ul>
<li>Uf <a href="http://www.twitter.com/schifftszbaern">Twitter</a></li>
<li><a href="https://github.com/chrigu/schifftszbaern">GitHub</a></li>
</ul>
</footer>
</body>
</html>

0 comments on commit 3dfeb91

Please sign in to comment.