Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.
Richard Green edited this page Aug 29, 2013 · 2 revisions

Welcome to the BitcoinWifi wiki!

How to contribute

Get in touch with me - [email protected] . Lots to do !!

Stuff that works

Ok.. So the only thing that is working on this code checkin so far is the template display for the HTML / Bootstrap designers to get their teeth into. Obviously this will change in time. In detail we are talking the files / directories:

/template_tester.py /templates/*.html /static/*

How to run the template testing server.

You'll need some various bits installed. Predominantly python 2.7 and a few other libraries ( see the requirements.txt file and feel free to update it if there is anything else missing).

Once you've got those installed, just run python template_tester.py, navigate to http://localhost/ (it should run on port 80), and then you should see something like: bitcoinwifi screen shot

If you've got that far, then great. You can start hacking away at the templates located in the template directory.

Everything else DOES NOT work (in it's current form or without other bits) so please don't waste your time on it