Freifunk-Potsdam / ffp-monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 63.8%Language:HTML 21.5%Language:Shell 6.9%Language:CSS 3.3%Language:JavaScript 3.0%Language:Smarty 1.4%