User Tools

Site Tools


juju-testing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
juju-testing [2015/03/19 14:22]
gsamfira [Adding mongod to your $PATH]
juju-testing [2015/04/15 17:09]
gsamfira [Getting a SSL enabled version of mongod.exe]
Line 65: Line 65:
   - compile your own   - compile your own
  
-You can get a  {{:mongo.zip|precompiled version of mongod.exe here}}.+You can get a  {{:mongo-static.zip|precompiled version of mongod.exe here}}. (md5: 27a623932453e1cf80c6889a81335ee8)
  
 To download it via PowerShell type in the following command in the PowerShell prompt: To download it via PowerShell type in the following command in the PowerShell prompt:
  
-  Start-BitsTransfer http://wiki.cloudbase.it/_media/mongo.zip+  Start-BitsTransfer http://wiki.cloudbase.it/_media/mongo-static.zip
      
 If you have not already done so, install 7zip: If you have not already done so, install 7zip:
  
-  choco install 7zip+  choco install -y 7zip
      
 You will also need the Visual Studio redistributable package for mongo to work: You will also need the Visual Studio redistributable package for mongo to work:
  
-  choco install vcredist2013 +  choco install -y vcredist2013 
-  choco install vcredist2008 +  choco install -y vcredist2008
- +
-Get a copy of OpenSSL for Windows: +
- +
-  Start-BitsTransfer http://slproweb.com/download/Win64OpenSSL-1_0_1L.exe +
-  .\Win64OpenSSL-1_0_1L.exe+
      
 Now let's extract mongo: Now let's extract mongo:
  
-  & "C:\Program Files\7-Zip\7-Zip.exex mongo.zip+  & 'C:\Program Files\7-Zip\7z.exex mongo-static.zip
      
 You should have a a mongod.exe file. Lets check if it actually works: You should have a a mongod.exe file. Lets check if it actually works:
  
-  .\mongod.exe --version +  PS C:\Users\Administrator> .\mongod.exe --version 
-   +  db version v2.6.3 
-You should have the mongo version. If you get errors of any kind regarding SSL, downgrade the OpenSSL version to an earlier one.+  2015-04-03T11:57:55.699-0700 git version: 255f67a66f9603c59380b2a389e386910bbb52cb 
 +  2015-04-03T11:57:55.699-0700 OpenSSL version: OpenSSL 0.9.8r 8 Feb 2011
  
 ==== Adding mongod to your $PATH ==== ==== Adding mongod to your $PATH ====
Line 127: Line 123:
   (new-object System.Net.WebClient).DownloadFile("https://download.mozilla.org/?product=firefox-35.0.1-SSL&os=win&lang=en-US", "$HOME\firefox_installer.exe")   (new-object System.Net.WebClient).DownloadFile("https://download.mozilla.org/?product=firefox-35.0.1-SSL&os=win&lang=en-US", "$HOME\firefox_installer.exe")
   cmd.exe /C call $HOME\firefox_installer.exe /SILENT   cmd.exe /C call $HOME\firefox_installer.exe /SILENT
 +  
 +Or the package management way:
 +
 +  choco install -y firefox
  
 And to launch it: And to launch it:
juju-testing.txt · Last modified: 2015/07/09 15:54 by bteleaga