faq updates

This commit is contained in:
Matt
2015-02-07 15:14:11 -08:00
parent 8edc382888
commit 4918ce1090

@ -105,7 +105,7 @@ A work-in-progress <a href=/compare.html>comparison to SOLR</a>.
<br><br><a name=quickstart></a>
<h1>Quick Start</h1>
&lt;<i>Last Updated January 2015</i>&gt;
&lt;<i>Last Updated February 2015</i>&gt;
<br>
<br>
@ -121,14 +121,14 @@ You will need an Intel or AMD system with at least 4GB of RAM for every gigablas
<b><font color=red>For Linux:</font></b>
<br><br>
1. Download the <a href=http://www.gigablast.com/gb-1.17-2.x86_64.rpm>64-bit Gigablast package for <b>RedHat</b> Linux</a> or the <a href=http://www.gigablast.com/gb_1.17-1_amd64.deb>64-bit Gigablast package for <b>Ubuntu</b>/Debian Linux</a>.
1. Download a package: <a href=http://www.gigablast.com/gb-1.18-2.x86_64.rpm>RedHat 64-bit</a> &nbsp; <a href=http://www.gigablast.com/gb_1.18-1_amd64.deb>Debian/Ubuntu 64-bit</a> &nbsp; ( <a href=http://www.gigablast.com/gb-1.18-2.i386.rpm>RedHat 32-bit</a> &nbsp <a href=http://www.gigablast.com/gb_1.18-1_i386.deb>Debian/Ubuntu 32-bit</a> )
<br><br>
2. After downloading, install the package by entering <b>sudo dpkg -i <i>&lt;filename&gt;</i></b> where filename is the file you just downloaded.
<br><br>
3. Type <b>sudo gb -d</b> to run it in the background as a daemon. It will log to /var/gigablast/data0/log000 initially.
3. Type <b>sudo gb -d</b> to run Gigablast in the background as a daemon.
<br><br>
4. If running for the first time, it could take up to 20 seconds to build some preliminary files.
@ -234,6 +234,7 @@ For RedHat do a <b>yum install gcc-c++</b>
<br><br>
-->
<b>1.1.</b> For <u>RedHat</u> do <b>sudo yum install gcc-c++</b>
<br><br>
<b>2.</b> Download the <a href=https://github.com/gigablast/open-source-search-engine>Gigablast source code</a> using <b>wget --no-check-certificate "https://github.com/gigablast/open-source-search-engine/archive/master.zip"</b>, unzip it and cd into it. (optionally use <b>git clone https://github.com/gigablast/open-source-search-engine.git ./github</b> if you have <i>git</i> installed.)