Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 7682c3f

Browse files
author
pilillo
committed
edited README for installation
1 parent 5b6f37f commit 7682c3f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@ Data-Mill already provides:
6262

6363
---
6464
<div style="text-align:center"><img src="https://raw.githubusercontent.com/data-mill-cloud/data-mill/master/docs/img/logos/logo_data_mill_2.png" width="200"></div>
65+
6566
The Data Mill logo reflects the purpose of a team embarking on a data science project.
6667
The Mill is the place where farmers bring their wheat to produce flour and finally bread. As such, it is the most important place in a village to process raw material and obtain added value, Food.
6768
The inner Star is a 8-point one, this is generally used to represent the Polar Star, historically used for navigation.
69+
70+
---
71+
72+
## Installation
73+
1. Select a target folder e.g. user home
74+
```
75+
export DATA_MILL_HOME=$HOME
76+
```
77+
2. Download and run installation script to the target directory
78+
```
79+
wget https://raw.githubusercontent.com/data-mill-cloud/data-mill/master/install.sh --directory-prefix=$DATA_MILL_HOME
80+
cd $DATA_MILL_HOME
81+
sudo chmod +x install.sh
82+
./install.sh
83+
rm install.sh
84+
```
85+
This downloads the latest version of data-mill at $DATA_MILL_HOME and copies the run.sh to the /usr/local/bin to make it callable from anywhere.

0 commit comments

Comments
 (0)