본문 바로가기
반응형

전체 글169

[Unity] 프로젝트 Git 설정 신규 프로젝트를 진행할 일이 있어 개발 환경 구성을 하다가 할때마다 찾을 필요 없게 메모 합니다. Git ignore Unity 프로젝트 구성에 필없는 요소들이 Git commit 이 되지 않게 해줍니다. 바로 사용해야 된다면 아래 싸이트를 방문하시고, github.com/github/gitignore/blob/master/Unity.gitignore github/gitignore A collection of useful .gitignore templates. Contribute to github/gitignore development by creating an account on GitHub. github.com 공부를 하고 싶다면 아래로 싸이트를 방문하세요. git-scm.com/docs/gitign.. 2021. 2. 2.
[Web] 원격 배포를 쉽게 하기 (Jenkins) 변경사항이 있을 때마다 Daemon 을 멈추고 Git pull 하고 하는 반복 작업이 번거롭다고 느껴집니다. Jenkins 를 사용해 좀 더 편한 환경을 만들어 봅시다. Java 가 필요합니다. 설치되있는지 확인하고 없다면 설치해 줍시다. $ sudo apt-get install openjdk-8-jdk bell-sw.com/pages/repositories/#apt Liberica Package Repositories Liberica is a 100% open-source Java 8, 9, 10, 11, 12, 13, 14 & 15 implementation. It is built from OpenJDK which BellSoft contributes to, thoroughly tested and p.. 2021. 1. 31.
[Web] 서버 이사: 라즈베리파이 Ubuntu Server 설치 원했던 기능을 구현은 했지만 구동을 위해 노트북을 계속 켜 놓을 순 없습니다. 방치중인 라즈베리 파이에 환경을 옮겨 봅니다. 이쪽 전문이 아니라서 용어나 설명은 미흡할 수 있습니다. 이해 부탁드리고, 잘못된 부분은 지적해 주시면 감사하겠습니다~^^ 1. OS 설치 일단 OS 는 Ubuntu Server 를 사용하기로 합니다. ubuntu.com/download/raspberry-pi Install Ubuntu on a Raspberry Pi 2, 3 or 4 | Ubuntu Ubuntu is an open-source operating system for cross platform development, there's no better place to get started than with Ubuntu .. 2021. 1. 28.
[Web] Maria DB 설치 및 사용 node js 개발을 하다보니 DB 가 필요해져서 찾아보니 무료 DB 중에는 Maria DB 가 제일 괜찮아 보여 설치 과정을 남깁니다. 기억에 Homebrew 구버전 vs 신버전 이슈가 있었던 걸로 아는데 일단 없으시면 이걸로 추가하시면 됩니다. brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 공식 가이드 대로 진행을 설치 진행을 합니다. mariadb.com/kb/en/installing-mariadb-on-macos-using-homebrew/ Installing MariaDB Server on macOS Using Homebrew Installing MariaDB on macOS via the H.. 2021. 1. 16.
반응형