테스트 사이트 - 개발 중인 베타 버전입니다

[그누6실서비스] 2/8 - 그누보드6 설치

· 1년 전 · 1980

ssh 접속후 아래 명령으로 "그누보드6"를 실행하는 것까지 정상 작동하는 것을 확인하시면 성공입니다.

 

root@...# 과 ubuntu@...$ 뒤에 있는 명령어만 입력하시면 됩니다.

 

그누보드6 설치하기

 

[code]

root@sirsoft-235928:~# su ubuntu

 

ubuntu@sirsoft-235928:/root$ cd

 

ubuntu@sirsoft-235928:~$ pwd

/home/ubuntu

 

ubuntu@sirsoft-235928:~$ git clone https://github.com/gnuboard/g6.git
Resolving deltas: 100% (7286/7286), done.

 

ubuntu@sirsoft-235928:~$ cd g6

 

ubuntu@sirsoft-235928:~/g6$ sudo apt update

...

153 packages can be upgraded. Run 'apt list --upgradable' to see them.

 

ubuntu@sirsoft-235928:~/g6$ sudo apt install python3-venv

...
Do you want to continue? [Y/n] y

...
No VM guests are running outdated hypervisor (qemu) binaries on this host.

 

ubuntu@sirsoft-235928:~/g6$ python3 -m venv venv

 

ubuntu@sirsoft-235928:~/g6$ source venv/bin/activate


(venv) ubuntu@sirsoft-235928:~/g6$ pip install -r requirements.txt

...
Installing collected packages: webencodings, ...

 

(venv) ubuntu@sirsoft-235928:~/g6$ uvicorn main:app --reload
...
INFO:     Application startup complete.

 

### 여기까지 정상 작동한다면 ^C 로 서비스를 중단하고 빠져나오세요

 

^C

(venv) ubuntu@sirsoft-235928:~/g6$ deactivate 
[/code]

 

다음글에 이어집니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
49
36
33
31
22
21
17
16
15
14
11
10
9
8
7
3
2
1