appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 66 forks source link

Add Redis to standard services #584

Open FeodorFitsner opened 8 years ago

FeodorFitsner commented 8 years ago

installation script:

install:
- nuget install redis-64 -ExcludeVersion
- redis-64\tools\redis-server.exe --service-install
- redis-64\tools\redis-server.exe --service-start
zosrothko commented 8 years ago

Hi Feodor

any news on this issue?

sergheizagaiciuc commented 3 years ago

I resolved Redis issue with Memurai, here is a sample for anyone interested:

install:
- ps: choco install memurai-developer.portable -y --no-progress
- cmd: copy NUL memurai.conf
- ps: memurai.exe --service-install memurai.conf 
- ps: memurai.exe --service-start