> For the complete documentation index, see [llms.txt](https://hatchbox.gitbook.io/hatchbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hatchbox.gitbook.io/hatchbox/apps/sphinx.md).

# 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
```
