Visualytics is our MVP (written in PHP / JS and communicating with our Python APIs) and is currently running on:
Current server of Visualytics:
web3.picalike.corpex-kunden.de
Root PHP folder is:
/var/www/picalike.com/relaunch/htdocs/visualytics
and
/var/www/picalike.com/relaunch/htdocs/visualytics_devs/visualytics_dev
There is already plans to make it works only with Docker and that's the way we do it already when we want to run it local. The Git repository is the following (there's also a README):
https://git.picalike.corpex-kunden.de/picalike/visualytics-dev
Of course this makes only the Visualytics local and not their services (APIs) and it's not recommended, only for some frontend changes. It's better to use our Integration Tests where you will have all services running local.
For more detailed information about Visualytics please check here.