Before use this software you need install and run this
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
-
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.
git clone https://github.com/alxkolm/php-selftop.git
cd php-selftop
sudo ln -s ~/.selftop /selftop
cd php-selftop/web
php -S localhost:8000