Git Product home page Git Product logo

internet-tracker's Introduction

setup

raspberry pi

if you have a raspberry pi 4 you can use this sdcard image i have made for my raspberry pi

Download

every password has been set to "password"

follow this guide to setup a LAMP server on your raspberry pi

install the speedtest cli dependency

$ sudo apt install speedtest-cli

clone the repository to your pi directory

$ cd /home/pi
$ git clone https://github.com/fred441a/internet-tracker

make a link symlink to the folder your apache server is running from

$ sudo ln -s /home/pi/internet-tacker /var/www/html/internet-tracker

other

setup a LAMP server clone this repository into the folder apache is serving

dependencies

  • mysql
  • php
  • speedtest-cli
  • composer Can be installed on debian systems with: $ sudo apt install speedtest-cli

add to cronjob

replace path-to-internet-tracker with your path to internet tracker @hourly /bin/php path-to-internet-tracker/SpeedTest.php you can add cronnjobs by running contab -e

add to apache

add this repositories to you /var/www/html folder by running sudo ln -s /path/to/internet-tracker/* /var/www/html/

or just add replace the html folder with this repo (remember to rename it html or change it in apache config)

IT IS IMPORTANT THAT THE ROOT FOLDER OF THIS REPOSITORY IS THE ROOT FOLDER OF YOUR APACHE CONFIG.

composer install

you need to run composer install in the internet-tracker folder

internet-tracker's People

Contributors

fred441a avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.