Add Mongodb as a service
I've been trying for the last two days to get MongoDB to install on a 2012 server, but have stumbled on every attempt. So far I've tried
- choco install mongodb
- choco install engb.mongodb
Running this file: https://raw.githubusercontent.com/roadkillwiki/roadkill/master/build/appveyor/install-mongodb.ps1
It seems like a bit of a waste of bandwidth downloading an 80mb file each time and installing it. Would there be any consideration to adding it as a default service to Appveyor?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 10 Jul, 2015 11:29 PM
Sure, will add that as a standard option in the coming days.
Support Staff 2 Posted by Feodor Fitsner on 11 Jul, 2015 12:03 AM
Btw, installing MongoDB from script that works: https://gist.github.com/FeodorFitsner/a20ff936e234578c746b
Support Staff 3 Posted by Feodor Fitsner on 14 Jul, 2015 03:39 AM
Mongo has been added as a standard service.
4 Posted by Chris S. on 14 Jul, 2015 11:29 PM
Great thanks, I've got it up and running and it works well shaving about 4 minutes off the build time (the script also worked too by the way, thanks for that)
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:57 AM.