forked from dataproofer/Dataproofer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.sh
executable file
·56 lines (46 loc) · 1.25 KB
/
init.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#!/usr/bin/env bash
cd ..
#git clone [email protected]:dataproofer/dataproofertest-js.git
#git clone [email protected]:dataproofer/info-suite.git
#git clone [email protected]:dataproofer/core-suite.git
#git clone [email protected]:dataproofer/stats-suite.git
#git clone [email protected]:dataproofer/geo-suite.git
git clone https://github.com/dataproofer/dataproofertest-js.git
git clone https://github.com/dataproofer/info-suite.git
git clone https://github.com/dataproofer/core-suite.git
git clone https://github.com/dataproofer/stats-suite.git
git clone https://github.com/dataproofer/geo-suite.git
cd dataproofertest-js
npm install
npm link
cd ../info-suite
npm install
npm link dataproofertest-js
npm link
cd ../core-suite
npm install
npm link dataproofertest-js
npm link
cd ../stats-suite
npm install
npm link dataproofertest-js
npm link
cd ../geo-suite
npm install
npm link dataproofertest-js
npm link
cd ../Dataproofer/src
npm install
npm link dataproofer-info-suite
npm link dataproofer-core-suite
npm link dataproofer-stats-suite
npm link dataproofer-geo-suite
npm link dataproofertest-js
npm link
cd ../electron
npm install
npm link dataproofer
npm link dataproofer-info-suite
npm link dataproofer-core-suite
npm link dataproofer-stats-suite
npm link dataproofer-geo-suite