Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 506 Bytes

Freifunk Potsdam Node Monitor

This is the website behind the access point database of Potsdam.

Development

You need [Python 3], [Git] and [Mongo-DB].

  1. Clone the repository.
    git clone https://github.com/seth0r/ffp-monitor.git
    cd ffp-monitor
  2. Create a virtual environment.
    pip install virtualenv
    virtualenv -p python3 ENV
    source ENV/bin/activate
    pip install -r requirements.txt