LogoLogo
  • Hatchbox Classic Support
  • Clusters
  • Providers
  • Servers
  • Apps
    • ActionCable
    • Background Workers
    • Backups
    • BitBucket
    • Cron Jobs
    • Deploy Scripts
    • Domains & DNS
    • ElasticSearch
    • File Uploads
    • Image Processing
    • Jekyll
    • Passenger
    • Postgres
    • Puma
    • Rails
    • Rake
    • React On Rails
    • Ruby Versions
    • Sitemaps
    • Sphinx
    • SSL
    • Webhooks & Auto-Deploy
    • Webpacker
  • Security
  • Support
  • Databases
    • Backup & Restore
Powered by GitBook
On this page
  1. Apps

Sphinx

How do I install Sphinx on my server to use ThinkingSphinx?

You'll simply need to SSH into your server and run the following commands

# Install Sphinx
sudo apt install sphinxsearch

# Configure and start Thinking Sphinx for your app
cd /home/deploy/myapp
bin/rails ts:configure
bin/rails ts:start
bin/rails ts:rebuild
PreviousSitemapsNextSSL

Last updated 6 years ago