Alchemist-view is a php/javascript application which allow to view summary charts of trading strategies created with alchemist-lib.
- A webserver
- PHP
- Mysql
Just copy the alchemist-view folder to the root directory of the webserver.
It should be something like /var/www/html/
on debian-derived Linux distributions.
$ sudo cp -r alchemist-view /var/www/html/alchemist-view/
After that, set all permissions for the temp/ sub-directory.
$ sudo chmod 777 /var/www/html/alchemist-view/temp/
Type localhost/alchemist-view/index.php
into the browser and login with mysql
credentials setted during the installation of alchemist-lib
.