일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Gradle
- 마이바티스
- spring
- 아파치
- JVM
- slave node
- 스프링
- sql
- Java
- SonarQube
- mysql
- ElasticSearch
- npm
- 엘라스틱서치
- Git
- heap메모리
- 자바
- Bitbucket
- nodejs
- Elk
- 트랜잭션
- springboot
- orm
- 레드마인
- mybatis
- DB
- 시스템운영
- Apach
- Stash
- 리눅스
Archives
- Today
- Total
목록redmine (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