2 Install Myd-Data-Server » 이력 » 개정판 9
개정판 8 (이름없음, 2023/07/25 07:41) → 개정판 9/11 (이름없음, 2023/07/25 07:41)
h1. Install Myd-Data-Server h2. Git 설치 Git repository로부터 서버 구성 요소를 다운로드 받기 위해 git을 설치해야 합니다. <pre><code class="shell"> sudo apt install git </code></pre> h2. Git을 통해 Repository 받기 <pre><code class="shell"> $ git clone https://gitlab.com/snplab1/myd-data-server.git $ cd myd-data-server </code></pre> h2. DB password 설정 설 Database 는 사용자의 자산이므로, password역시 사용자가 설정해야 합니다. > *중요* : 한번 설정된 password 는 변경할 때, database 내부의 데이터를 읽지 못하게 될 수 있으므로 신중히 기억하거나, 안전하게 보관해야 합니다 <pre><code class="shell"> $ bash dbpassword.sh Enter DB Password: _여기에 DB 비밀번호를 입력해 주십시오._ Enter DB Password again: _한번 더 입력해 주십시오._ </code></pre> --- **다음 장으로 이동: [[3 Install Myd-Data-Server]]**