![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/vwfVt/btqAAFUJorp/NUBSWXie3kIzekFa8KoEX1/img.png)
목적 : 테스트 코드 배포와 디스코드 봇 실행을 위한 서버 셋팅 #1. JAVA 설치 #2. Maven 설치 #3. MySQL 설치 #1. JAVA 설치 > 설치 : yum install java-1.8.0-openjdk-devel.x86_64 > 확인 : java -version [root@discord-bot-test ~]# java -version openjdk version "1.8.0_232" OpenJDK Runtime Environment (build 1.8.0_232-b09) OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode) [root@discord-bot-test ~]# #2. Maven 설치 > 적당한 폴더 생성 후 다운로드 (크기로 인..
![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bEf22p/btqAz3aNYc7/tPZfJ9e3h2SalkH7Ouaj8k/img.png)
#1. Git Repository 생성 주소 : https://github.com/new Build software better, together GitHub is where people build software. More than 40 million people use GitHub to discover, fork, and contribute to over 100 million projects. github.com 위 내용 중 아래 적힌 내용을 복사하여 추후 Git Bash를 통해 초기화함. (아래 참고) echo "# bot_test" >> README.md git init git add README.md git commit -m "first commit" git remote add origin ht..
![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/byevZQ/btqAy0yPk9q/aM6QlC0nh4IKpqPvCPGhH0/img.png)
#1. 클라우드 플랫폼 대시보드 URL : https://console.ncloud.com/dashboard NAVER CLOUD PLATFORM cloud computing services for corporations, IaaS, PaaS, SaaS, with Global region and Security Technology Certification www.ncloud.com 이용 현황을 볼 수 있는 대시보드. #2. 클라우드 서버 생성 > 좌측 메뉴 중 Server -> Server -> 서버 생성을 선택하여 다음으로 진행 (1) 부팅 디스크 크기 : 50GB (2) 이미지 타입 : OS (3) OS 이미지타입 : CentOS (4) 서버 타입 : Micro (서버 타입은 단순 테스트만 할 예정이..
![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/r28lk/btqAz3nRLsa/UBoEwAMkELPQ3sIm4W4uR0/img.png)
# 목표 - Discord 내에 봇을 추가하고 Offline -> Online # 요약 더보기 원래 목적은 1, 2까지였으나.. 하는김에 클라우드 서버에 배포까지 진행하도록 함. 1. 준비 > Discord 개발자 페이지에서 봇 생성 후 (Client ID, Secret Key) 발급 2. 간단한 예제 생성 3. 이후.. 서버 생성, 배포 등.. #1. 준비 (1) Discord 개발자 페이지 - 개발자 페이지 : https://discordapp.com/developers/applications/ Discord Developer Portal — API Docs for Bots and Developers Integrate your service with Discord — whether it's a bot..
![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bbWBW9/btqAz3VpcAD/wNxYdCtkErQXyvMe15lb4k/img.png)
# Web Server? - Go의 표준 패키지인 net/http 패키지는 웹 관련 서버 기능을 제공함. import ( "net/http" ) - 간단한 예제 // HttpExam project main.go package main import ( "net/http" ) func main() { http.HandleFunc("/hello", func(w http.ResponseWriter, req *http.Request) { w.Write([]byte("Hello World")) }) http.ListenAndServe(":5000", nil) } 더보기 HandleFunc()의 /hello Path에 대한 익명함수를 실행하여 Hello World를 실행함. 익명함수 내의 http.ResponseWr..
아무 생각이 없음.
# 2020년 트렌드 Rust is a multi-paradigm system programming language focused on safety — especially safe concurrency. Rust is syntactically similar to C++, but it’s designed to provide better memory safety while maintaining high performance. Ref. 2020 and Beyond Programming Trend Predictions(Indrek Lasn) - https://medium.com/better-programming/2020-programming-trend-predictions-a5d6b70bec26 2020 Pro..
- Total
- Today
- Yesterday
- node
- mongodb
- P3X Redis UI
- phaser
- 민팅
- minting
- 이더리움
- 몽고db
- go lang
- 뱀파이어 서바이벌
- 비트코인
- 네이버 클라우드 플랫폼
- pharser3
- Vampire Survivor
- phaser3
- nodejs
- 채굴
- OpenSea
- pharser
- node.js
- 뱀파이어 사바이벌
- krafterspace
- 모니터 설정
- GO
- 이더리움 채굴기
- mysql
- Linux
- 회원 탈퇴
- remote-ftp
- 지갑 생성
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |