Skip to content

Commit

Permalink
initial mostly working mod-wsgi implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Oct 29, 2019
1 parent 2876e2c commit c2bfcec
Show file tree
Hide file tree
Showing 10 changed files with 821 additions and 576 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_install:
- echo '</VirtualHost>' | sudo tee -a /etc/apache2/sites-enabled/rtstats.conf > /dev/null
- sudo service apache2 restart || sudo cat /var/log/apache2/error.log
# apt provided requests, pandas is too old
- "sudo pip install requests"
- "sudo pip install requests paste"
- "sudo pip install pandas anytree pygeoip"
- curl http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz | sudo gunzip - > /tmp/GeoLiteCity.dat
install:
Expand Down
Loading

0 comments on commit c2bfcec

Please sign in to comment.