GitLab(4)
-
Could not find libv8-3.11.8.17 in any of the sources
Could not find libv8-3.11.8.17 in any of the sources gem install libv8
2013.09.18 -
gitlab 기본 아이디와 비밀번호
기본 아이디 : admin@local.host 기본 비밀번호 : ..... 까먹었다.
2013.07.16 -
gitlab 과 apache 연동
1. gitlab의 설정 변경 환경설정 파일을 연다. vi /home/git/gitlab/config/puma.rb bind 'tcp://127.0.0.1:9292' # 주석 풀어준다.#bind "unix://#{application_path}/tmp/sockets/gitlab.socketn" # 주석을 해준다. 서비스 재시작 service gitlab restart 2. apache proxy 설정 proxy 관련 옵션을 켜준다. sudo a2enmod proxysudo a2enmod proxy_balancersudo a2enmod proxy_httpsudo a2enmod rewrite 환경 설정파일 작성 vi /etc/apache2/sites-available/gitlab proxy로 등록해준다. S..
2013.07.14 -
gitlab 설치시 mysql 관련 오류
gitlab 설치시 mysql 관련 오류 Installing mysql2 (0.3.11)Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /usr/local/bin/ruby extconf.rb Could not find mysql2-0.3.11 in any of the sourcesRun `bundle install` to install missing gems. 해결 sudo apt-get install mysql-client libmysqlclient-dev
2013.07.14