forked from socialactions/socialactions
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.install
More file actions
31 lines (23 loc) · 766 Bytes
/
README.install
File metadata and controls
31 lines (23 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NOTE: this file is from previous (pre-solr) version and is retained for reference only.
Work in progress, but here's a rough idea of what you need to do to get running.
Your mileage may vary.
gem install chronic
gem install haml
gem install hpricot-0.6
gem install rfeedparser
gem install rspec
gem install launchy
gem install soap4r
gem install fastercsv
gem install simple-rss
gem install libxml-ruby -v 0.8.3
rake db:create
rake db:schema:load
rake spec:db:fixtures:load FIXTURES=action_sources,sites,action_types
And you need Sphinx
get download and compile/install instructions at:
http://www.sphinxsearch.com
Once the above is taken care of, run:
rake ultrasphinx:configure
rake ultrasphinx:index
rake ultrasphinx:daemon:start