[ 
https://issues.apache.org/jira/browse/SOLR-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13677989#comment-13677989
 ] 

jm edited comment on SOLR-4907 at 6/7/13 12:35 PM:
---------------------------------------------------

Ok, I had a look at my script...I have not touched it in some months so I didnt 
remember the details. What I do is:

1. using Ant, create a zip of custom stuff for current installation (conf files)
2. deploy a sh on the server, that:
  - install dependencies (java, ant...)
  - downloads solr
  - downloads yajsw
  - install both
  - downloads the zip I built for this installation
  - run ant target that deploys the zip, and removes other dirs/files that I'm 
not using. Also configures yajsw
  - start service and check starts fine

So I am not sure a pure sh solution would be preferred instead of depending on 
ant...
                
      was (Author: jmlucjav):
    Ok, I had a look at my script...I have not touched it in some months so I 
didnt remember the details. What I do is:

- using Ant, create a zip of custom stuff for current installation (conf files)
- deploy a sh on the server, that:
  - install dependencies (java, ant...)
  - downloads solr
  - downloads yajsw
  - install both
  - downloads the zip I built for this installation
  - run ant target that deploys the zip, and removes other dirs/files that I'm 
not using. Also configures yajsw
  - start service and check starts fine

So I am not sure a pure sh solution would be preferred instead of depending on 
ant...
                  
> Discuss and create instructions for taking Solr from the example to robust 
> multi-server production
> --------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-4907
>                 URL: https://issues.apache.org/jira/browse/SOLR-4907
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Shawn Heisey
>
> There are no good step-by-step instructions for taking the Solr example and 
> producing a robust production setup on multiple servers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to