Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.22 KB

README.rst

File metadata and controls

61 lines (39 loc) · 1.22 KB
Alchemist

Alchemist-view

Description

Alchemist-view is a php/javascript application which allow to view summary charts of trading strategies created with alchemist-lib.

Screenshot

Alchemist-view screenshot

Requirements

  • A webserver
  • PHP
  • Mysql

Installation

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/

Usage

Type localhost/alchemist-view/index.php into the browser and login with mysql credentials setted during the installation of alchemist-lib.

Alchemist-view login