간만에 windows 11에 레드마인을 설치했다. 

 

bitnami redmine을 설치하는데, OS별 설치파일 다운로드 하는곳을 못찾아서 

https://bitnami.com/stack/redmine/virtual-machine

 

Redmine Virtual Machines

Bitnami VMs optimized for VMware Cloud on AWS and VMware Cloud Director are available through the VMware Marketplace. VMware Marketplace

bitnami.com

레드마인 커뮤니티에서 낮은버전을 찾아 설치했다.

http://www.redmine.or.kr/projects/community/wiki/%EB%A0%88%EB%93%9C%EB%A7%88%EC%9D%B8_%EC%84%A4%EC%B9%98(bitnami) 

 

레드마인 설치(Bitnami) - REDMINE 커뮤니티 - Redmine 커뮤니티

 

www.redmine.or.kr

 

bitnami-redmine-4.2.4-0-windows-x64-installer.exe

 

설치야 특별할게 없어서 잘 진행했는데, 

서버 포트와 db 포트를 변경하고 싶었다. 

 

간단하게 인터넷을 찾아보고 변경을 했는데, db 포트를 변경해도 안바뀌고 

dbeaver에서 변경한 포트로 접속이 안됐다.

변경을 시도하다가 이상한 에러로그때문에 잠깐 삽질을 했었지만..

더보기

[Thu Aug 31 21:58:33.018393 2023] [ssl:warn] [pid 19064:tid 444] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Thu Aug 31 21:58:33.068371 2023] [ssl:warn] [pid 19064:tid 444] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Thu Aug 31 21:58:33.086154 2023] [mpm_winnt:notice] [pid 19064:tid 444] AH00455: Apache/2.4.52 (Win64) OpenSSL/1.1.1m PHP/7.4.28 configured -- resuming normal operations
[Thu Aug 31 21:58:33.086154 2023] [mpm_winnt:notice] [pid 19064:tid 444] AH00456: Apache Lounge VC15 Server built: Dec 23 2021 11:00:40
[Thu Aug 31 21:58:33.086154 2023] [core:notice] [pid 19064:tid 444] AH00094: Command line: 'D:\\jkSpace\\redmine\\redmine-4.2.4-0\\apache2\\bin\\httpd.exe -d D:/jkSpace/redmine/redmine-4.2.4-0/apache2 -f D:\\jkSpace\\redmine\\redmine-4.2.4-0\\apache2\\conf\\httpd.conf'
[Thu Aug 31 21:58:33.091358 2023] [mpm_winnt:notice] [pid 19064:tid 444] AH00418: Parent: Created child process 17280

 

결국 설정파일 중 관련 내용을 들춰보다 변경에 성공하여 남겨둔다.

 

 

(...)\redmine-4.2.4-0\apache2\conf\httpd.conf
Listen 8000 … ServerName localhost:8000
(...)\redmine-4.2.4-0\apache2\conf\bitnami\bitnami.conf
<IfVersion < 2.3 > NameVirtualHost *:8000 NameVirtualHost *:443 </IfVersion> <VirtualHost default:8000>
(...)\redmine-4.2.4-0\apps\redmine\htdocs\config\database.yml
port: 3366
(...)\redmine-4.2.4-0\mariadb\my.ini
[mysqladmin] user=root port=3366 … datadir="D:/jkSpace/redmine/redmine-4.2.4-0/mariadb/data" port=3366
(...)\redmine-4.2.4-0\apps\redmine\conf\httpd-vhosts.conf
<VirtualHost *:8000>
(...)\redmine-4.2.4-0\apps\redmine\htdocs\config\configuration.yml
git 관련 명령 수정

 

'install > redmine' 카테고리의 다른 글

bitnami redmine 설치  (2) 2017.03.05

prev.

동생이 준 맥으로 플러터 환경설정을 도전했다가

너무 느려서 포기. 작성중...단 했다.

 

자. 노트북도 샀으니 윈도우에서 해보자.

(역시. 코딩파파의 도움으로.)

https://youtu.be/R_TVi_HLb78

 

1. 설치.

 - https://flutter.dev/docs/get-started/install/windows

 

Windows install

How to install on Windows.

flutter.dev

1.1 git for window

 - https://git-scm.com/download/win

 > 난 portable 버전으로 : 64-bit Git for Windows Portable.

 

Git - Downloading Package

Downloading Git Now What? Now that you have downloaded Git, it's time to start using it.

git-scm.com

1.1.1 압축해제 설치

 - PortableGit-2.31.1-64-bit.7z.exe 파일을 실행하여 설치할 경로를 지정하고 압축을 푼다.

 > 대상경로 : D:\dev\bin\PortableGit

1.1.2 환경변수 설정

 - 환경변수 등록

 > GIT_HOME : D:\dev\bin\PortableGit

 - path 추가

 > %GIT_HOME%\bin

C:\Users\jkoog> git --version
D:\dev\bin\PortableGit> .\git-bash.exe

(install 버전 대신 portable을 설치해서 추가 설정이 필요할 수 있다.)

 

1.2 Flutter SDK 설치

 - https://flutter.dev/docs/get-started/install/windows#get-the-flutter-sdk

 

Windows install

How to install on Windows.

flutter.dev

1.2.1 압축해제 설치

 - flutter_windows_2.2.0-stable.zip

 > D:\dev\bin\flutter

1.2.2 환경변수 설정

 - 환경변수 등록

 > FLUTTER_HOME : D:\dev\bin\flutter

 - path 추가

 > %FLUTTER_HOME%\bin

1.2.3 flutter doctor 명령으로 미설정된 환경을 구성한다.

 

1.3 Android 설치

 - https://flutter.dev/docs/get-started/install/windows#android-setup

 

Windows install

How to install on Windows.

flutter.dev

 - https://developer.android.com/studio

 - https://developer.android.com/studio#downloads

 

 

Download Android Studio and SDK tools  |  Android 스튜디오

developer.android.com

1.3.1 압축해제 설치

 - android-studio-ide-202.7351085-windows.zip

 > D:\dev\bin\android-studio

1.3.2 환경변수 설정

 - 환경변수 등록

 > ANDROID_HOME : D:\dev\bin\android-studio

 - path 추가

 > %ANDROID_HOME%\bin

1.3.3 실행오류

 - ‪D:\dev\bin\android-studio\bin\studio.exe

 > 관리자권한으로 실행하라는 글도 있고, 재부팅하라는 글도 있어서.. 재부팅 했지만, 64bit 실행파일은 따로 있었다. ㅋ

 > ‪D:\dev\bin\android-studio\bin\studio64.exe

1.3.4 영상을 따라 설치옵션을 진행

 

1.4 flutter doctor 2번째 설정

 - flutter doctor --android-licenses

 > 라이센스 동의 (y~)

* ANDROID_HOME 환경변수 이슈.

 : 압축해제 설치한 경로를 환경변수로 지정해도 Android Studio (not installed) 로 표시됨

 + C:\Users\jkoog\AppData\Local\Android\Sdk 경로를 발견하여 환경변수 추가

 - 환경변수 등록

 > AND_SDK_HOME : C:\Users\jkoog\AppData\Local\Android\Sdk

 - path 추가

 > %AND_SDK_HOME%\platforms

 > %AND_SDK_HOME%\platform-tools

flutter config --android-studio-dir="D:\dev\bin\android-studio"

* android studio 환경설정에서 삽질을 해서인지 flutter, dart의 플러그인을 설치 안했는데도 flutter doctor에 체크되지 않고 No issues found 라고 나왔다.

(하지만, android studio를 실행시 플러그인이 없어서 프로젝트를 생성하지 못하니 추가는 해줬다.)

뭐지 하는것마다 걸리는 기분..

 - cannot save setting invalid model name must be a valid dart package name

 > 프로젝트 생성하다가 막힌 부분이지만, 추후 다시 진행하니 오류없이 셈플 프로젝트 생성 됨.

* 첫 셈플 프로젝트 생성 완료

.. 역시 그냥되면 이상하지.

생성한 셈플 프로젝트의 디버그 모드를 실행하니 오류메시지가 또 나왔다. 

 - platform-tools 폴더에 adb.exe가 없거나, 환경변수 설정이 제대로 안되어 있을 때 나오는 에러 란다.

 > https://security-nanglam.tistory.com/474

환경설정? 아래 경로에 설치된 Adroid Studio 리소스를 대상으로 설정했으나 오류발생

C:\Users\jkoog\AppData\Local\Android\Sdk\platform-tools

* path에 아래 경로 추가설정

Sdk\emulator

Sdk\tools

메시지가 바뀌었다. 앞서 추가한 path가 유효했나보다.

* Unable to locate adb 오류는 sdk 설정이 누락되었다는 것 같다.

 - https://doodong.me/it/error-unable-to-locate-adb-avd-manager/

 

Error : Unable to locate adb - AVD Manager - 두동근

임베디드, 리눅스 서버 운영·관리, 웹·앱 프로그래밍 업무 가능한 성장형 인재

doodong.me

* 에러메시지가 해결되지 않았다.

 - android studio 설정화면에서 platform-tools를 설치하라는데, 나는 이미 실치가 되어 있어서, 체크해제를 하니 delete가 되어 다시 설치를 해봤다. 

* platform-tools를 재설치 한 뒤, 다시한번 NO SDK 로 돌아가서 설정을 다시 해주니. 에러메시지가 바뀌었다.

 - 참, 중간에 sdk 파일 재구성 도 해줬다. (혹시..?)

 > https://reasley.com/?p=3565 

 

[FlutterError] 안드로이드 스튜디오에서 adb를 찾을 수 없을 때 – Unable to locate adb

뤼즌의 IT 블로그

reasley.com

The emulator process for AVD Pixel_3a_API_30_x86 was killed.

* BIOS에서 가상화 모드를 변경해보라는..(안해봄)

https://mmol.tistory.com/entry/%EB%AA%A8%EB%93%A0-%ED%95%B4%EA%B2%B0%EB%B2%95-The-emulator-process-for-AVD-Pixel4API30-was-killed-1

 

모든 해결법! The emulator process for AVD Pixel_4_API_30 was killed -1

정말 이거 고친다고 개고생했습니다.. 이상하게 뭔 보안 문제인지 회사 컴에는 안드로이드 에뮬 실행이 안되더군요 그래서 3일간 인터넷을 뒤졌는데 해결하지 못했다가 갑자기 어느 웹사이트에

mmol.tistory.com

 

* 윈도우 기능에서 가상 머신 플랫폼 기능을 켜보라는...

https://mmol.tistory.com/entry/The-emulator-process-for-AVD-Pixel4API30-was-killed-2

 

The emulator process for AVD Pixel_4_API_30 was killed -2

The emulator process for AVD Pixel_4_API_30 was killed -2에 대한 두 번째 글입니다! 1편에서는 단순히 컴퓨터 CPU의 가상화 기능을 ON 하는 기능을 알아봤습니다. 1편 블로그 - 컴퓨터 CPU의 가상화 기능 ON하..

mmol.tistory.com

! 됐다.

 

 

아우. 힘들어. 역시, 그냥 되는게 없네.

 

[이후 관련 이슈]

Android Studio 4.2 Portable 설치 이슈 - 실행이 안된다.

'install' 카테고리의 다른 글

윈도우10 셀룰러 불가능시 APN 설정  (0) 2021.05.19
eclipse openJDK 설정 설치bit 이슈  (0) 2021.04.30
flutter. iMac install (작성중...단.)  (0) 2021.04.30

셀룰러가 되는 노트북을 샀다.

 - HP EliteBook 850 G8 - 3D3X2PA

 

그동안, SKT 통신사를 사용하며 데이터 USIM을 2개 등록하고 

하나는 테블릿(삼성 겔럭시탭A With Spen)에

하나는 서브폰에 사용했었다.

 

노트북을 구입하면서 셀룰러 옵션이 있는 모델을 선택하여

서브폰의 USIM을 사용하기로 했다. 

 

하지만, 윈도우 셋팅 후 USIM을 장착하면 '서비스 불가능'으로 표시된다. 

몇번 재부팅을 해도 해결이 되지 않아서 찾아보니 APN을 등록해야 한다고 한다.

제어판 > 셀룰러 설정(검색) > 고급옵션 > APN 설정 > APN 추가

프로필 이름 : SKT LTE

APN : ltetab.sktelecom.com

하지만, 설정을 한 뒤에도 인터넷 연결이 되지 않았다.

등록한 APN을 삭제하니 인터넷이 정상 연결되었다.

 

뭐지.. 

암튼 노트북에서 셀룰러로 인터넷이 잘 된다. 

APN 연결은 등록했던 ltetab.sktelecom.com 로 표시되니 설정한 것이 유효한것 같기는 하다.

(그런데 왜 삭제를 하니까 될까...)

이상 삽질기.

 

 

Thanks :)

https://www.clien.net/service/board/lecture/10811955

 

SKT 태블릿 APN 설정하기 : 클리앙

갤럭시북 등등의 태블릿은 등록하기가 쉽지만은 않은 것 같습니다. 휴대폰 대리점들의경우에는 잘 모르는 곳이 거의 태반이구요. SKT LTE 데이터 함께쓰기로 태블릿 LTE를 사용하고자 한다면 기종

www.clien.net

 

참고)

설정당시 오류이벤트로 추정되어 관련내용을 남겨본다.

 - 아닐수도 있고.

유형1.
스마트 카드 판독기 'Microsoft UICC ISO Reader b22f68fc 0'에서 IOCTL TRANSMIT: 액세스가 거부되었습니다.을(를) 거부했습니다. 이 오류가 계속 발생하면 스마트 카드 또는 판독기가 제대로 작동하지 않는 것일 수 있습니다.
명령 헤더: 00 a4 04 00

- System

- Provider [ Name] Microsoft-Windows-Smartcard-Server [ Guid] {4FCBF664-A33A-4652-B436-9D558983D955} [ EventSourceName] SCardSvr - EventID 610 [ Qualifiers] 0 Version 0 Level 2 Task 0 Opcode 0 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2021-05-19T12:13:06.3180352Z EventRecordID 3026 Correlation - Execution [ ProcessID] 0 [ ThreadID] 0 Channel System Computer DESKTOP-1FVD9T1 Security

- EventData

Message 액세스가 거부되었습니다. Reader Microsoft UICC ISO Reader b22f68fc 0 IOCTL TRANSMIT CommandHeader 00 a4 04 00

유형2.
스마트 카드 판독기 'Microsoft UICC ISO Reader b22f68fc 0'에서 IOCTL TRANSMIT: 매개 변수가 틀립니다.을(를) 거부했습니다. 이 오류가 계속 발생하면 스마트 카드 또는 판독기가 제대로 작동하지 않는 것일 수 있습니다.
명령 헤더: 00 ca 7f 68

- System

- Provider [ Name] Microsoft-Windows-Smartcard-Server [ Guid] {4FCBF664-A33A-4652-B436-9D558983D955} [ EventSourceName] SCardSvr - EventID 610 [ Qualifiers] 0 Version 0 Level 2 Task 0 Opcode 0 Keywords 0x80000000000000 - TimeCreated [ SystemTime] 2021-05-19T12:13:06.7194115Z EventRecordID 3024 Correlation - Execution [ ProcessID] 0 [ ThreadID] 0 Channel System Computer DESKTOP-1FVD9T1 Security

- EventData

Message 매개 변수가 틀립니다. Reader Microsoft UICC ISO Reader b22f68fc 0 IOCTL TRANSMIT CommandHeader 00 ca 7f 68

 

'install' 카테고리의 다른 글

Flutter. 윈도우 환경설정 (재)도전.  (0) 2021.05.20
eclipse openJDK 설정 설치bit 이슈  (0) 2021.04.30
flutter. iMac install (작성중...단.)  (0) 2021.04.30

간만에 ecilpse(표준프레임워크 개발환경)를 설치하는데, 실행환경 설정에서 오류가 발생했다.

 

* 결론. ecilpse와 jdk 설치 bit 수가 다르면 실행이 안된다. 맞춰주자

 

1. ecilpse 설치

 - 표준프레임워크 개발환경 다운로드, 압축풀기

2. jdk 설치

 - openJdk 다운로드, 압축풀기

3. JAVA_HOME, path 설정

4. ecilpse 바로가기 만들어서 -vm 설정으로 실행

 - 오류발생 

 > "Failed to load the JNI shared library"

ecilpse 실행오류

 

 

* 자 그럼 openJDK 64bit를 받아서 다시 해보자.

 (처음에는 왜 64bit를 못봤지..?)

 - Reference Implementations 의 Java SE 8 에는 64bit 가 없고, 마지막 메뉴 archive를 가야 있구만...

jdk.java.net/archive/

 

 - 그런데 jdk8 64bit는 없네 (jdk9부터 있다니...)

 > 일단 여기서 받자.

www.openlogic.com/openjdk-downloads?field_java_parent_version_target_id=416&field_operating_system_target_id=436&field_architecture_target_id=391&field_java_package_target_id=396

 

[결과]

64bit 설치 확인

 

welcom eclipse

 

thanks :)

copycoding.tistory.com/18

 

[eclipse] Failed to load the JNI shared library 오류

eclipse를 다운받아 압축을 풀어주고 java도 다운받아 설치를 하였는데 eclipse를 실행하면 오류가 발생하는 경우가 있습니다. Failed to load the JNI shared library 이 오류는 java path를 eclipse.ini 파일에..

copycoding.tistory.com

onedaystudy.tistory.com/79

 

[JAVA] JAVA BIT 확인하는 방법

Role이 바뀌면서 JAVA를 내가 설치하지 않고 서버담당자들에게 설치를 요청하는 일이 빈번해졌다. 분명 64bit로 설치해달라고 요청했음에도 불구하고, 종종 32bit로 설치해놓고는 64bit 설치했다고 우

onedaystudy.tistory.com

 

youtu.be/3JMjR_ahT44

 

flutter.dev/docs/get-started/install/macos#update-your-path

 

macOS install

How to install on macOS.

flutter.dev

1. flutter 다운로드

2. 압축풀기(더블클릭)

3. home에 'Developer'폴더 생성

4. flutter 압축해제폴더 복사 : Developer

5. path 설정 : terminal

vim .zshrc (iMac OS 버전이 Catalina인 경우 적용)
vim .bashrc (이전 버전인 경우 - Mojave)

6. terminal zshrc 편집 (저장 후 종료 : wq!)

export PATH="$PATH:/Users/jkoogi/Developer/flutter/bin"

7. terminal source .zshrc : 시스템 업데이트 

source .zshrc

8. flutter -version : 설치 - 설치버전 확인

 - "개발자를 확인할 수 없기 때문에 'dart'를 열 수 없습니다." 메시지 표시되며 설치 제한

 > 시스템 환경설정 => 보안 및 개인 정보 보호  => 일반  [확인 없이 허용] 선택  

[-version 옵션은 실수인듯]
jkoogi@jkoogiMac ~ % flutter -version
Could not find an option with short name "-e".


Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and
options.

  ╔════════════════════════════════════════════════════════════════════════════╗
  ║                 Welcome to Flutter! - https://flutter.dev                  ║
  ║                                                                            ║
  ║ The Flutter tool uses Google Analytics to anonymously report feature usage ║
  ║ statistics and basic crash reports. This data is used to help improve      ║
  ║ Flutter tools over time.                                                   ║
  ║                                                                            ║
  ║ Flutter tool analytics are not sent on the very first run. To disable      ║
  ║ reporting, type 'flutter config --no-analytics'. To display the current    ║
  ║ setting, type 'flutter config'. If you opt out of analytics, an opt-out    ║
  ║ event will be sent, and then no further information will be sent by the    ║
  ║ Flutter tool.                                                              ║
  ║                                                                            ║
  ║ By downloading the Flutter SDK, you agree to the Google Terms of Service.  ║
  ║ Note: The Google Privacy Policy describes how data is handled in this      ║
  ║ service.                                                                   ║
  ║                                                                            ║
  ║ Moreover, Flutter includes the Dart SDK, which may send usage metrics and  ║
  ║ crash reports to Google.                                                   ║
  ║                                                                            ║
  ║ Read about data we send with crash reports:                                ║
  ║ https://flutter.dev/docs/reference/crash-reporting                         ║
  ║                                                                            ║
  ║ See Google's privacy policy:                                               ║
  ║ https://policies.google.com/privacy                                        ║
  ╚════════════════════════════════════════════════════════════════════════════╝


jkoogi@jkoogiMac ~ % 

[플러터 버전확인]
jkoogi@jkoogiMac ~ % flutter --version
Flutter 2.0.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b1395592de (11 days ago) • 2021-04-01 14:25:01 -0700
Engine • revision 2dce47073a
Tools • Dart 2.12.2
jkoogi@jkoogiMac ~ % 

9. flutter doctor

 - flutter 다운로드하여 설치함

 - andrAndroid toolchain 미설치

 - Xcode 미설치

 - Android Studio 미설치

 - Connected device 는 설치되어 있네?

jkoogi@jkoogiMac ~ % flutter doctor
Running "flutter pub get" in flutter_tools...                      14.0s
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.0.4, on Mac OS X 10.15.7 19H524 darwin-x64,
    locale ko-KR)
[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from:
      https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK
      components.
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup
      for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.

[✗] Xcode - develop for iOS and macOS
    ✗ Xcode installation is incomplete; a full installation is necessary for iOS
      development.
      Download at: https://developer.apple.com/xcode/download/
      Or install Xcode via the App Store.
      Once installed, run:
        sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
        sudo xcodebuild -runFirstLaunch
    ✗ CocoaPods not installed.
        CocoaPods is used to retrieve the iOS and macOS platform side's plugin
        code that responds to your plugin usage on the Dart side.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      To install see
      https://guides.cocoapods.org/using/getting-started.html#installation for
      instructions.
[✓] Chrome - develop for the web
[!] Android Studio (not installed)
[✓] Connected device (1 available)

! Doctor found issues in 3 categories.
jkoogi@jkoogiMac ~ % 

10.  Android Studio 설치

 - flutter.dev/docs/get-started/install/macos#install-android-studio

 > 다운로드 파일 더블클릭으로 실행 후 applications 에 등록 : 설치 완료 후 실행 (메시지창 open) > 기본옵션 설치

 

macOS install

How to install on macOS.

flutter.dev

 ... 아. 설치 마지막에 보안 메시지를 잘못눌러서... 진행이 안된다. 어떡하지...? 재설치? 취소하니까 실행은 된다.

 - flutter doctor 명령으로  Android Studio 설치 확인

11. Android Studio 를 실행하고, welcom 화면에서 하단 Configure 옵션에서 설정창으로 이동

 - Welcom > Configure > Preference

 > plugins > Flutter 설치 > Restart IDE (dart 도 함께 설치됨)

13. flutter plugin 설치확인

 - Welcom : Start a new Flutter project

14. Android toolchain 설치 : flutter doctor --android-licenses

 

jkoogi@jkoogiMac ~ % flutter doctor --android-licenses
Warning: File /Users/jkoogi/.android/repositories.cfg could not be loaded.      
7 of 7 SDK package licenses not accepted. 100% Computing updates...             
Review licenses that have not been accepted (y/N)? 

...
---------------------------------------
Accept? (y/N): y
...
---------------------------------------
Accept? (y/N): y
All SDK package licenses accepted

jkoogi@jkoogiMac ~ % 

12. flutter 프로젝트 생성

 - Start a new Flutter project > Flutter Application [Next] > Configure 설정  [Next]

 > Project name : testing_flutter

 > Flutter SDK path : /Users/jkoogi/Developer/flutter  [Next] ... [Finish]

13. 에뮬레이터 설정

 - no devices > AVD Manager 아이콘 클릭 > Create Virtual Device...

 > Phone > Nexus6  [Next] > OS 선택 (필요시 다운로드)

 > AVD name > * Emulated Performance : Hardware-GLES 2.0   [Next]

 > 설정한 에뮬레이터 실행 : Your Virtual Devices - Actions 실행아이콘 클릭

14. 셈플 프로젝트를 에뮬레이터로 실행하여 앱 테스트

15. xcode 설치

flutter.dev/docs/get-started/install/macos#ios-setup

 - Catalina 이상이면 .bashrc

 - Catalina 이전이면 .bash_profile

 > finder 숨김파일 표시 : command + shift + .

 

macOS install

How to install on macOS.

flutter.dev

16 ... 작성중.... 단.

 - 집에 맥이 너무 느려서.. 포기.

 

 

회사 업무용으로 Bitnami Redmine을 설치하면서 히스토리를 정리하는 글.

* 확인 - 플러그인 몇가지 설치 성공, subversion 저장소 사용 포기


 - 레드마인은 bitnami-redmine-3.3.2-0-windows-installer.exe을 설치한다.


Bitnami redmine 다운로드 :  https://bitnami.com/stack/redmine

 > 그새 며칠 지났다고 또 패치버전이 나왔네...  (bitnami-redmine-3.3.2-2-windows-installer.exe - 2017.03.05 현재)

 > 중간 부분을 찾아보면 agile 통합버전도 있지만 그건 플러그인 추가로 적용이 가능하니까 기본버전으로 설치. 
    난 플러그인을 14개나 추가할 거니깐.. ㅎㅎㅎ



redmine 설치

 - 주의 : 설치과정에서 Admin 계정정보 입력 시 가능한 영문으로 작성할 것.

   (이름을 한글로 설치했다가 서비스가 뜨지 않는 오류 발생)




플러그인을 설치하자.


redmineup 이라는 곳에서 제공하는 멋진 플러그인들이 있다.

 light 버전으로 무료 플러그인을 제공하고, 상용버전으로 확장된 기능을 서비스 한다. 

 - 여기에서 제공하는 agile 기능이 위에서 언급한 redmine agile 통합버전으로 제공되는 플러그인이다.



플러그인 설치 절차에 대해 상당히 많은 삽질이 소요됐다.

그러다가 redmineup에서 안내하는 설치 절차대로 진행하니 성공할수 있었다. 



설치한 플러그인 


redmine_agile-1_4_2-light.zip

redmine_favorite_projects-2_0_3-light.zip

redmine_people-1_2_0-light.zip

redmine_questions-0_0_7-light.zip




alexmonteiro-Redmine-Monitoring-Controlling-v0.1.1-54-g3b2d055.zip

 > redmine_monitoring_controlling

clipboard_image_paste-master.zip

 > clipboard_image_paste

redmine_code_review-0.7.0.zip

 > redmine_code_review

redmine_crm-4_0_6-light.zip

 > redmine_contacts

redmine_issues_tree-master.zip

 > redmine_issues_tree

redmine_spent_time-master.zip

 > redmine_spent_time

redmine_xlsx_format_issue_exporter-master.zip

 > redmine_xlsx_format_issue_exporter

redmine-progressive-projects-list-latest.zip

 > progressive_projects_list


플러그인 설치를 위해 작업한 스크립트는 아래와 같다. 


  1. redmine 설치가 완료된 후 필요한 플러그인을 다운로드 받는다.
  2. use_redmine.bat를 실행하여 redmine 명령창을 연다
    D:\88_Svr\Bitnami\redmine-3.3.2-0\use_redmine.bat
    
  3. ruby의 path를 등록한다.
    set path=%path%;D:\88_Svr\Bitnami\redmine-3.3.2-0\ruby\bin
    
  4. htdocs 폴더로 이동
    D:\88_Svr\Bitnami\redmine-3.3.2-0>cd apps\redmine\htdocs
    
    D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>
    
  5. 다운로드 받은 압축파일을 풀어서 (또는, git으로 받은 소스폴더) redmine plugins 폴더로 move 한다.
    D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs\plugins
    
  6. 이동한 플러그인을 설치한다.
    bundle install --without development test --no-deployment
    bundle exec rake redmine:plugins:migrate RAILS_ENV=production
    D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs\plugins>bundle install --no-deployment
    D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs\plugins>bundle exec rake redmine:plugins:migrate RAILS_ENV=production
    
    > D:\88_Svr\Bitnami\redmine-3.3.2-0\ruby\bin\bundle install --without development test --no-deployment
    > D:\88_Svr\Bitnami\redmine-3.3.2-0\ruby\bin\bundle exec rake redmine:plugins:migrate RAILS_ENV=production
    
  7. Mysql 데이터 백업 및 복구

    D:\88_Svr\Bitnami\redmine-3.3.2-0\mysql\bin\mysqldump.exe -u bitnami -p -P3336 bitnami_redmine > D:\77_Util\redmine\redmine-dpit\20170303_bitnami-redmine-3.3.2.0\2nd.backup-170303\backup_dpit_20170303.sql D:\88_Svr\Bitnami\redmine-3.3.2-0\mysql\bin\mysql.exe -u bitnami -p -P3336 bitnami_redmine < D:\77_Util\redmine\redmine-dpit\20170303_bitnami-redmine-3.3.2.0\2nd.backup-170303\backup_dpit_20170303.sql - 주의 : 공백 두개 입력시 오류 발생 (경로앞 주의)

[14종 플러그인 설치 이후 정상 실행 로그]

D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>bundle install --without development test --no-deployment
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem vcard (~> 0.2.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem simplecov (~> 0.9.1) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Using rake 12.0.0
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.10.1
Using thread_safe 0.3.5
Using tzinfo 1.2.2
Using activesupport 4.2.7.1
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile2 2.1.0
Using nokogiri 1.7.0.1
Using rails-deprecated_sanitizer 1.0.3
Using rails-dom-testing 1.0.8
Using loofah 2.0.3
Using rails-html-sanitizer 1.0.3
Using actionview 4.2.7.1
Using rack 1.6.5
Using rack-test 0.6.3
Using actionpack 4.2.7.1
Using globalid 0.3.7
Using activejob 4.2.7.1
Using mime-types-data 3.2016.0521
Using mime-types 3.1
Using mail 2.6.4
Using actionmailer 4.2.7.1
Using actionpack-action_caching 1.1.1
Using actionpack-xml_parser 1.0.2
Using activemodel 4.2.7.1
Using arel 6.0.4
Using activerecord 4.2.7.1
Using public_suffix 2.0.5
Using addressable 2.5.0
Using coderay 1.1.1
Using concurrent-ruby 1.0.4
Using css_parser 1.4.7
Using daemons 1.2.4
Using eventmachine 1.0.3
Using tilt 2.0.6
Using haml 4.0.7
Using sexp_processor 4.8.0
Using ruby_parser 3.8.4
Using html2haml 2.1.0
Using thor 0.19.4
Using railties 4.2.7.1
Using haml-rails 0.9.0
Using htmlentities 4.3.1
Using jquery-rails 3.1.4
Using liquid 2.6.3
Using mimemagic 0.3.2
Using mysql2 0.4.2
Using net-ldap 0.12.1
Using protected_attributes 1.1.3
Using ruby-openid 2.3.0
Using rack-openid 1.4.2
Using bundler 1.9.6
Using sprockets 3.7.1
Using sprockets-rails 3.2.0
Using rails 4.2.7.1
Using rbpdf-font 1.19.0
Using rbpdf 1.19.0
Using redcarpet 3.3.4
Using redmine_crm 0.0.23
Using request_store 1.0.5
Using require_patch 0.1.0
Using rmagick 2.15.4
Using roadie 3.2.1
Using roadie-rails 1.1.1
Using ruby-ole 1.2.12
Using rubyzip 1.2.0
Using sass 3.4.23
Using spreadsheet 0.6.9
Using thin 1.6.1
Using tzinfo-data 1.2016.6
Using vcard 0.2.15
Using zip-zip 0.3
Using write_xlsx 0.83.0
Updating files in vendor/cache
Bundle complete! 50 Gemfile dependencies, 76 gems now installed.
Gems in the groups development and test were not installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.

D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem vcard (~> 0.2.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem simplecov (~> 0.9.1) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
DL is deprecated, please use Fiddle
Migrating clipboard_image_paste (Clipboard image paste)...
Migrating progressive_projects_list (Progressive Projects List plugin)...
Migrating redmine_agile (Redmine Agile plugin (Light version))...
Migrating redmine_checklists (Redmine Checklists plugin (Light version))...
Migrating redmine_cms (Redmine CMS plugin)...
Migrating redmine_code_review (Redmine Code Review plugin)...
Migrating redmine_contacts (Redmine CRM plugin (Light version))...
Migrating redmine_favorite_projects (Redmine Favorite Projects plugin)...
Migrating redmine_issues_tree (Redmine Issues Tree plugin)...
Migrating redmine_monitoring_controlling (Redmine (Monitoring & Controlling | Monitoramento & Controle))...
Migrating redmine_people (Redmine People plugin (Light version))...
Migrating redmine_questions (Redmine Q&A plugin)...
Migrating redmine_spent_time (Redmine Spent Time plugin)...
Migrating redmine_xlsx_format_issue_exporter (Redmine XLSX format issue exporter)...

D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>



오류 발생 사례

[플러그인 설치 중 발생하는 오류유형]

[오류1] - path 지정을 하지 않은경우 
D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs\plugins>bundle exec rake redmine:plugins NAME=redmine_graphs RAILS_ENV=production
'bundle'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

[오류2] - bundle exec 을 앞에 추가해야하는 경우 
D:\88_Svr\Bitnami\redmine-3.3.2-0>rake redmine:plugins:migrate RAILS_ENV=production
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)

(See full trace by running task with --trace)

[오류3] - htdocs 폴더로 이동하지 않은 경우 
D:\88_Svr\Bitnami\redmine-3.3.2-0>bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Could not locate Gemfile or .bundle/ directory

[오류4]
redmine-3.3.0-0 버전을 설치하면 subversion 저장소가 기본 설정되어 있으나,
플러그인 추가시 오류 발생

[오류5] - redmine_issues_from_excel-master.zip 플러그인 설치 오류 - rubyzip 버전 오류
D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>bundle install --without development test --no-deployment
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem vcard (~> 0.2.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem simplecov (~> 0.9.1) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from http://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching gem metadata from http://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/..
You have requested:
  rubyzip < 1.0.0

The bundle currently has rubyzip locked at 1.2.0.
Try running `bundle update rubyzip`

D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>bundle update rubyzip
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem vcard (~> 0.2.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem simplecov (~> 0.9.1) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from http://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching gem metadata from http://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies......
Bundler could not find compatible versions for gem "rubyzip":
  In Gemfile:
    write_xlsx (>= 0) ruby depends on
      rubyzip (>= 1.0.0) ruby

    write_xlsx (>= 0) ruby depends on
      rubyzip (>= 1.0.0) x86-mingw32

    write_xlsx (>= 0) ruby depends on
      rubyzip (>= 1.0.0) ruby

    write_xlsx (>= 0) ruby depends on
      rubyzip (>= 1.0.0) x86-mingw32

    selenium-webdriver (~> 2.53.4) x86-mingw32 depends on
      rubyzip (~> 1.0) ruby

    selenium-webdriver (~> 2.53.4) x86-mingw32 depends on
      rubyzip (~> 1.0) x86-mingw32

    rubyzip (< 1.0.0) ruby

    rubyzip (< 1.0.0) x86-mingw32

D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem vcard (~> 0.2.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem simplecov (~> 0.9.1) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Could not find gem 'roo (>= 0) x86-mingw32' in any of the gem sources listed in your Gemfile or installed on this machine.
Run `bundle install` to install missing gems.

D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>bundle install --without development test --no-deployment
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem vcard (~> 0.2.8) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Warning: this Gemfile contains multiple primary sources. Using `source` more than once without a block is a security risk, and may result in installing unexpected gems. To resolve this warning, use a block to indicate which gems should come from the secondary source. To upgrade this warning to an error, run `bundle config disable_multisource true`.
Your Gemfile lists the gem simplecov (~> 0.9.1) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from http://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching gem metadata from http://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from http://rubygems.org/...
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from http://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/..
You have requested:
  rubyzip < 1.0.0

The bundle currently has rubyzip locked at 1.2.0.
Try running `bundle update rubyzip`

D:\88_Svr\Bitnami\redmine-3.3.2-0\apps\redmine\htdocs>



추가.


버전 문제로 막혔던 subversion 오류를 해결했다. 


https://www.visualsvn.com/server/download/


여기서 visualsvn server를 다운받아서 설치만 하면 된다. 

* 주의 (포트는 가급적 80 포트를 피하자)


아.. 끝.



# 추가 플러그인

http://www.redmine.org/plugins/mega_calendar

 - https://github.com/berti92/mega_calendar

 > local 파일이 없어서 en.yml 을 기준으로 ko.yml 파일을 만들어준다.

    (로컬 yml 파일 중 어떤것이 적용되는지 테스트결과가 명확하지 않아서 

     en.yml, ko.yml을 모두 한글로 작성하여 구동하니 한글로 잘 보임. - 발테스트)

 > 버그 : 상단에 추가된 메뉴의 엑션이 sub_path값이 지정되지 않아서 오류가 난다. 

    apps\redmine\htdocs\plugins\mega_calendar\init.rb 에 지정되 sub_path 값을 수정해준다.

    예 > 'sub_path' => '/', -> 'sub_path' => '/redmine/',

mega_calendar-master.zip


ko.yml



[오류6] - plugins 폴더에 복사 후 bundle install 을 하지 않은 경우 

Could not find gem 'vpim (= 13.11.11) x86-mingw32' in any of the gem sources lis

ted in your Gemfile or installed on this machine.

Run `bundle install` to install missing gems.



참고

http://egloos.zum.com/ilovethese/v/4246681

'install > redmine' 카테고리의 다른 글

레드마인 설치 후 포트변경  (1) 2023.08.31

+ Recent posts