Hi,
I have been trying to install CirrusSearch on my local wiki and to do so I understand I need to install elastic search (which requires curl I believe).
I downloaded the zip file containing the .exe file for Curl on 64 bit Windows (i.e., http://curl.haxx.se/download/curl-7.33.0-win64-nossl.zip), unzipped it, and ran the .exe file with no results except the command prompt window popped up momentarily (so quickly I didn't even see what it said). I downloaded ElasticSearch from https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch..., unzipped it and ran the /bin/elasticsearch.bat file in it from the command prompt and also (as this returned the result: |The system cannot find the path specified.|) by double-clicking it with no clear results. I also ran: | ||"...curl.exe" -X http://localhost/%7C
From the command prompt (where ... is the file location of the curl windows download I just mentioned and extracted) which returned the result:
curl: (6) Could not resolve host: localhost:127.0.0.1
C:\Users\Brenton\Programs\elasticsearch-1.4.4\elasticsearch-1.4.4\bin>"C:\Progra m Files\Curl\curl.exe" -X GET http://localhost:80/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
<html> <head> <title>Bitnami MediaWiki Stack</title> <link href="bitnamistack.css" media="all" rel="Stylesheet" type="text/css" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"> <meta http-equiv="content-style-type" content="text/css"> <meta http-equiv="expires" content="0"> </head> <body> <div class="container"> <div id="header"> <table class="tableHeader"> <tr> <td><img src="img/bitnami.png" alt="Bitnami"></td> </tr> </table> </div> <div id="lowerContainer"> <h1>Welcome!</h1><br/> <h1><a id="bitnami-link" href="mediawiki/">Access Bitnami MediaWiki Stack</a></h 1> </div> </div> <table class="tableParagraph"> <tr> <td class="container"><a href="mediawiki/"><img align="left" src="img/mediawiki. png" alt="Bitnami MediaWiki Stack"></a> <p>The Bitnami Project was created to help spread the adoption of freely available, high quality Open Source web applications. Bitnami aims to make it easier than ever to discover, download and install Open Source software such
as document and content management systems, wikis and blogging software.<br/><br />
You can learn more about Bitnami at <a href="https://bitnami.com">https://bitnam i.com</a><br/><br/>
MediaWiki is a wiki package originally written for Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation
and by many other wikis. MediaWiki was designed to be run on a large server farm
for a website that gets millions of hits per day. <br/><br/>
You can learn more about MediaWiki at <a href="http://www.mediawiki.org">http:// www.mediawiki.org</a><br/><br/>
The Bitnami MediaWiki Stack is an installer that greatly simplifies the installation of MediaWiki and runtime dependencies. It includes ready-to-run versions of Apache, MySQL and PHP. Bitnami MediaWiki Stack is distributed for fr ee under the Apache 2.0 license.<br/><br/>
You can learn more about Bitnami Stacks at <a href="https://bitnami.com/stacks/"
https://bitnami.com/stacks/</a><br/><br/>
To enter the application please click on the link at the top of the page.<br/><b r/>
You can access the built-in management tool phpMyAdmin <a href="http://127.0.0.1:80/phpmyadmin">here</a>. For security reasons it is only accessible when using 127.0.0.1 as the hostname.
</td> </tr> </table> </body> </html>
Thanks for your time, Brenton