1
- Midas Platform
2
- ==============
1
+ # Midas Server #
3
2
4
- ![ Midas Platform ] ( https://raw.githubusercontent.com/midasplatform/Midas/master/core/public/images/midas-200.png )
3
+ ![ Midas Server ] ( https://raw.githubusercontent.com/midasplatform/Midas/master/core/public/images/midas-200.png )
5
4
6
- _ Version 3.x _
5
+ _ Server component of the Midas Platform _
7
6
8
- [ ![ Build Status] ( https://travis-ci.org/midasplatform/Midas.svg )] ( https://travis-ci.org/midasplatform/Midas )
9
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/midasplatform/Midas.svg )] ( https://coveralls.io/r/midasplatform/Midas? )
7
+ [ ![ Build Status] ( https://img.shields.io/travis/midasplatform/Midas.svg )] ( https://travis-ci.org/midasplatform/Midas )
8
+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/midasplatform/Midas.svg )] ( https://coveralls.io/r/midasplatform/Midas )
9
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/midas-server/badge/?version=latest )] ( https://readthedocs.org/projects/midas-server/?badge=latest )
10
+ [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/midasplatform/Midas.svg )] ( https://codeclimate.com/github/midasplatform/Midas )
11
+ [ ![ Packagist Version] ( https://img.shields.io/packagist/v/midas-platform/midas-server.svg )] ( https://packagist.org/packages/midas-platform/midas-server )
12
+ [ ![ Packagist License] ( https://img.shields.io/packagist/l/midas-platform/midas-server.svg )] ( https://packagist.org/packages/midas-platform/midas-server )
10
13
11
- Overview
12
- --------
14
+ ## Overview ##
13
15
14
- Midas Platform is an open-source toolkit that enables the rapid creation of
16
+ Midas Server is an open-source application that enables the rapid creation of
15
17
tailored, web-enabled data storage. Designed to meet the needs of advanced
16
- data-centric computing, Midas Platform addresses the growing challenge of large
17
- data by providing a flexible, intelligent data storage system. The system
18
+ data-centric computing, Midas Server addresses the growing challenge of large
19
+ data by providing a flexible, intelligent data storage system. Midas Server
18
20
integrates multimedia server technology with other open-source data analysis
19
21
and visualization tools to enable data-intensive applications that easily
20
22
interface with existing workflows.
21
23
22
24
< http://www.midasplatform.org/ >
23
25
24
- Installation
25
- ------------
26
+ ## Installation ##
26
27
27
28
```
28
29
git clone https://github.com/midasplatform/Midas.git midas
@@ -31,7 +32,6 @@ curl -sS https://getcomposer.org/installer | php
31
32
php composer.phar install
32
33
```
33
34
34
- License
35
- -------
35
+ ## License ##
36
36
37
- Midas Platform is licensed under the Apache License, Version 2.0.
37
+ Midas Server is licensed under the Apache License, Version 2.0.
0 commit comments