- 
install JDK if needed http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 
- 
install elasticsearch https://www.elastic.co/downloads/elasticsearch 
- 
cd into elasticsearch and run bin/elasticsearchto start the ES server
- 
Pull down this branch of LegistarWeb https://github.com/Granicus/legistarweb/tree/spike/elastic_search 
 -runbundle install
 -runrake build_and_import_items_search_index[1,1]to build the ES index -open another legistarweb window and runbundle exec sidekiq --queue elasticsearch —verboseto add item changes to ES
- 
Pull down this branch of Atreyu https://github.com/Granicus/atreyu/tree/feature/GUB_16449_atreyu_advanced_search 
 -runnpm install
 -start the server withnpm run watch
- 
Pull down this branch of Peak https://github.com/Granicus/peak/tree/feature/GUB-16499_advanced_search_frontend 
 -runnpm install-start the server withnpm run watch
          Last active
          December 13, 2016 17:27 
        
      - 
      
- 
        Save SteveOscar/7829c48e390d09e7b8b5f9d954d59a84 to your computer and use it in GitHub Desktop. 
Also had to follow the instructions for Elasticsearch head as well https://github.com/mobz/elasticsearch-head and follow the directions under Running with built in server before I could get sidekiq to work
bundle exec sidekiq --queue elasticsearch —verbose
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Also needed to update the /etc/apache2/other/mediamanager-cli.conf file with
RewriteRule ^/atreyu/(.*) http://localhost:3500/$1 [P,L]
ProxyPassReverse /atreyu/ http://localhost:3500/
and run # sudo apachectl restart