일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- npm
- SonarQube
- Apach
- ElasticSearch
- 트랜잭션
- Stash
- Bitbucket
- mybatis
- Gradle
- 스프링
- Java
- 레드마인
- mysql
- 자바
- heap메모리
- 엘라스틱서치
- Git
- 마이바티스
- slave node
- JVM
- 아파치
- springboot
- nodejs
- orm
- sql
- 시스템운영
- spring
- DB
- Elk
- 리눅스
Archives
- Today
- Total
목록레드마인 (2)
프로그래머호이잇
redmine context 추가 방법
cd 레드마인 홈 vi config/environment.rb 맨밑에 추가Redmine::Utils::relative_url_root = "/redmine" vi config.ru 변경 전require ::File.expand_path('../config/environment', __FILE__)run RedmineApp::Application 변경 후 require ::File.expand_path('../config/environment', __FILE__)map '/redmine' do run RedmineApp::Applicationend 레드 마인 재시작!!
시스템운영
2017. 9. 27. 17:09