2 Install Myd-Data-Server » 이력 » 버전 9
이름없음, 2023/07/25 07:41
1 | 8 | 이름없음 | h1. Install Myd-Data-Server |
---|---|---|---|
2 | 1 | 이름없음 | |
3 | h2. Git 설치 |
||
4 | |||
5 | Git repository로부터 서버 구성 요소를 다운로드 받기 위해 git을 설치해야 합니다. |
||
6 | |||
7 | |||
8 | <pre><code class="shell"> |
||
9 | sudo apt install git |
||
10 | </code></pre> |
||
11 | |||
12 | |||
13 | |||
14 | 8 | 이름없음 | h2. Git을 통해 Repository 받기 |
15 | 1 | 이름없음 | |
16 | <pre><code class="shell"> |
||
17 | 8 | 이름없음 | $ git clone https://gitlab.com/snplab1/myd-data-server.git |
18 | $ cd myd-data-server |
||
19 | 1 | 이름없음 | </code></pre> |
20 | 5 | 이름없음 | |
21 | 9 | 이름없음 | h2. DB password 설정 |
22 | 1 | 이름없음 | |
23 | 8 | 이름없음 | Database 는 사용자의 자산이므로, password역시 사용자가 설정해야 합니다. |
24 | 1 | 이름없음 | |
25 | 8 | 이름없음 | > *중요* : 한번 설정된 password 는 변경할 때, database 내부의 데이터를 읽지 못하게 될 수 있으므로 신중히 기억하거나, 안전하게 보관해야 합니다 |
26 | 1 | 이름없음 | |
27 | 6 | 이름없음 | <pre><code class="shell"> |
28 | 8 | 이름없음 | $ bash dbpassword.sh |
29 | 1 | 이름없음 | |
30 | 8 | 이름없음 | Enter DB Password: _여기에 DB 비밀번호를 입력해 주십시오._ |
31 | Enter DB Password again: _한번 더 입력해 주십시오._ |
||
32 | </code></pre> |
||
33 | 1 | 이름없음 | |
34 | --- |
||
35 | 4 | 이름없음 | |
36 | **다음 장으로 이동: [[3 Install Myd-Data-Server]]** |