midas-platform/midas-server

This package is abandoned and no longer maintained. No replacement package was suggested.

Server component of the Midas Platform

3.4.2 2016-02-16 18:44 UTC

README

Midas Server

Server component of the Midas Platform

Build Status Documentation Status Packagist Version Packagist License StyleCI

Use Girder Instead of 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.

Overview

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.

http://www.midasplatform.org/

Installation

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/

License

Midas Server is licensed under the Apache License, Version 2.0.