Server component of the Midas Platform
Prefer Girder, which is a more modern and better supported platform than Midas Platform. Help is available for Girder, documented in the Girder GitHub repo README, and Girder's Read the Docs page.
There is documentation for migrating a Midas Server instance to Girder, along with migration scripts.
Midas Server is an open-source application that enables the rapid creation of tailored, web-enabled data storage. Designed to meet the needs of advanced data-centric computing, Midas Server addresses the growing challenge of large data by providing a flexible, intelligent data storage system. Midas Server integrates multimedia server technology with other open-source data analysis and visualization tools to enable data-intensive applications that easily interface with existing workflows.
git clone https://github.com/midasplatform/Midas.git midas
cd midas
chmod a+w core/configs/ data/ log/ tmp/
curl -sS https://getcomposer.org/installer | php
For development (PHP version 5.4.0 or above):
php composer.phar install
For production (PHP version 5.3.9 or above):
php composer.phar install --no-dev --optimize-autoloader
Full installation documentation is available at
https://midas-server.readthedocs.org/
Midas Server is licensed under the Apache License, Version 2.0.