Skip to content

alxkolm/php-selftop

Repository files navigation

Before use this software you need install and run this

Install

The easiest way to use this software is run docker image

cd docker
sudo docker build -t selftop .
sudo docker-compose up

And then open localhost:8080 in browser

Manual install

Install prerequisites

  • Install php5 sqlite module

    sudo apt-get install php5-sqlite

  • Install scikit-learn

  • Install Markov Cluster Algorithm. It's fairly hard to find link to source. See "License & software" section.

Install

git clone https://github.com/alxkolm/php-selftop.git
cd php-selftop
sudo ln -s ~/.selftop /selftop

Run

cd php-selftop/web
php -S localhost:8000