PydioSync-Windows-Setup-v1.0.3.msi 설치시 주의사항 1) 윈도우 사용자 계정이 한글 [예)C:\Users\홍길동] 일 경우 설치된 폴더의 pydio-agent.exe의 프로세스가 죽는 현상이 있다. 이때는 사용자계정을 다시 영문으로 하여 만드는것이 제일 머리가 안 아프다. 2) 권한문제로 아래와 같은 에러가 발생할수 있다. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be […]
아래는 대용량처리를 위한 Redis를 windows에 설치할때의 절차를 간단히 정리한 문서이다. 1. Redis 윈도우즈용 소스 다운로드 – https://github.com/MSOpenTech/redis (현재 2.8버전) 2. Visual Studio에서 컴파일 – \redis-2.8\msvs\RedisServer.sln 을 VS로 연다. – 플랫폼을 x64로 맟추고 컴파일 – x64의 Release폴더에서 아래 실행파일을 특정폴더에 복사한다.(예:c:\Service\Redis) redis-benchmark.exe redis-check-aof.exe redis-check-dump.exe redis-cli.exe redis-server.exe 3. 환경설정파일 복사 – \redis-2.8\msvs\setups\documentation의 redis.windows.conf을 위에서 복사한 폴더에 redis.conf파일로 […]