-
Notifications
You must be signed in to change notification settings - Fork 72
Commit 07d6669
authored
Add install script (#228)
This PR adds an install script (`scripts/install.sh`) to automatically install all dependencies and generate necessary files (keys). It also contains changes to the documentation to show how to use this script instead of manually installing everything.1 parent 47f1dbe commit 07d6669
File tree
7 files changed
+91
-18
lines changed- .github/scripts
- docs/src
- contributing
- install
- scripts
7 files changed
+91
-18
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | - | ||
95 | + | ||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
49 | + | ||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
Lines changed: 28 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | - | ||
5 | + | ||
6 | + | ||
7 | 7 |
| |
8 | - | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
9 | 23 |
| |
10 | 24 |
| |
11 | 25 |
| |
12 | 26 |
| |
13 | 27 |
| |
14 | 28 |
| |
15 | - | ||
29 | + | ||
16 | 30 |
| |
17 | - | ||
31 | + | ||
18 | 32 |
| |
19 | 33 |
| |
34 | + | ||
20 | 35 |
| |
21 | 36 |
| |
22 | 37 |
| |
| |||
27 | 42 |
| |
28 | 43 |
| |
29 | 44 |
| |
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
45 | + | ||
38 | 46 |
| |
39 | 47 |
| |
40 | 48 |
| |
| |||
68 | 76 |
| |
69 | 77 |
| |
70 | 78 |
| |
71 | - | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
72 | 85 |
| |
73 | 86 |
| |
74 | 87 |
| |
75 | 88 |
| |
76 | 89 |
| |
77 | - | ||
90 | + | ||
78 | 91 |
| |
79 | 92 |
| |
80 | 93 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + |
File renamed without changes.
Lines changed: 54 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
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 | + |
0 commit comments