Co-founder TIKET.com
Co-founder GOLFNESIA.com
Co-founder URBANESIA.com
Initiator #StartupLokal
Committee at Project Eden Incubator
16 years coding, 4 years startups entrepreneur
All the views provided here are my personal opinion and doesn't necessarily reflect my employer's.
Startups
Catching Elephant is a theme by Andy Taylor
This is a simple step by step in installing Sphinx Search on Basic 64-bit Amazon Linux AMI. This is applicable to 32-bit too. This installation is very bare, starting from zero installation at all.
The conditions I wanted to meet:
So here goes:
# yum install mysql mysql-server mysql-devel
# yum install make gcc gcc-c++
# yum install svn
# cd /usr/src/
# svn checkout http://sphinxsearch.googlecode.com/svn/trunk/ sphinxsearch
# cd sphinxsearch
# ./configure —with-mysql
# make
# make install
# /usr/local/bin/indexer —all
# /etc/init.d/searchd start
And that’s it! Crazy simple!