0

我使用railsinstaller將rails安裝到OS Windows中。 爲了與項目合作,我使用Aptana。我想用gem「思維獅身人面像」,「〜> 2.0.13」加入我的項目。在Railsinstaller上安裝Sphinx

當我開始索引 - 耙thinking_sphinx:指數 - 我有一個錯誤

Sphinx cannot be found on your system. You may need to configure the following 
settings in your config/sphinx.yml file: 
    * bin_path 
    * searchd_binary_name 
    * indexer_binary_name 

Sphinx.yml

development: 
    port: 9312 
    config_file: "RAILS_ROOT/config/development.sphinx.conf" 
    searchd_log_file: "RAILS_ROOT/log/searchd.log" 
    query_log_file: "RAILS_ROOT/log/searchd.query.log" 
    pid_file: "RAILS_ROOT/log/searchd.development.pid" 
    bin_path: '/usr/local/bin' 
    searchd_binary_name: 'searchd' 
    indexer_binary_name: 'indexer' 
test: 
    port: 9313 
production: 
    port: 9312 

如何通過寶石在Windows中使用獅身人面像?

回答

相關問題