documentation updates

This commit is contained in:
mwells 2014-09-12 03:09:06 -07:00
parent c093a70c25
commit 27d38059aa
2 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ An open source web and enterprise search engine. As can be seen on http://www.gi
RUNNING GIGABLAST
-----------------
See html/admin.html for all administrative documentation including
See html/faq.html for all administrative documentation including
the quick start instructions.
Alternatively, visit http://www.gigablast.com/admin.html

View File

@ -168,7 +168,7 @@ If you run into an bugs let me know so i can fix them right away: gigablast@mail
<br>
<a name=src></a>
<h1>Build From Source</h1>
&lt;<i>Last Updated May 2014</i>&gt;
&lt;<i>Last Updated September 2014</i>&gt;
<br>
<br>
@ -194,21 +194,21 @@ For RedHat do a <b>yum install gcc-c++</b>
</ul>
-->
<b>1.</b> For <u>Ubuntu</u> do <b>sudo apt-get install make g++ gcc-multilib lib32stdc++6</b>
<b>1.0.</b> For <u>Ubuntu</u> do <b>sudo apt-get install make g++ gcc-multilib lib32stdc++6</b>
<br><br>
<b>1.5</b> For Ubuntu 14.04 LTS (released in Apr 17, 2014) gcc-multilib is broken so do a <b>sudo ln -s /usr/include/x86_64-linux-gnu/c++/4.8/bits/ /usr/local/include/</b>
<b>1.1.</b> For Ubuntu 14.04 LTS (released in Apr 17, 2014) you also need to do an <b>apt-get install g++-multilib</b>
<br><br>
<b>2.</b> For <u>RedHat</u> do <b>sudo yum install gcc-c++</b>
<b>1.2.</b> For <u>RedHat</u> do <b>sudo yum install gcc-c++</b>
<br><br>
<b>3.</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.)
<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.)
<br><br>
<b>4.</b> Run <b>make</b> to compile. (e.g. use 'make -j 4' to compile on four cores)
<b>3.</b> Run <b>make</b> to compile. (e.g. use 'make -j 4' to compile on four cores)
<br><br>
<b>5.</b> Run <b>./gb -d</b> to start a single gigablast node which listens on port 8000 running in daemon mode (-d).
<b>4.</b> Run <b>./gb -d</b> to start a single gigablast node which listens on port 8000 running in daemon mode (-d).
<br><br>
<b>6.</b> The first time you run gb, wait about 30 seconds for it to build some files. Check the log file to see when it completes.
<b>5.</b> The first time you run gb, wait about 30 seconds for it to build some files. Check the log file to see when it completes.
<br><br>
<b>7.</b> Go to the <a href=http://127.0.0.1:8000/>root page</a> to begin.
<b>6.</b> Go to the <a href=http://127.0.0.1:8000/>root page</a> to begin.
<br>