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