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

Stefan Matheis (steffkes) commented on SOLR-2399:
-------------------------------------------------

Short Installation Guidance, for those who are interested  :)

{code}svn co https://svn.apache.org/repos/asf/lucene/dev/trunk/ 
apache-solr-trunk
cd apache-solr-trunk/solr/src/webapp/web
rm -rf admin index.jsp
git clone git://github.com/steffkes/solr-admin.git
mv solr-admin/* ./
rm -rf solr-admin
cd ../../../
ant example{code}

If there is no git client on your system, use 
https://github.com/steffkes/solr-admin/tarball/master

> Solr Admin Interface, reworked
> ------------------------------
>
>                 Key: SOLR-2399
>                 URL: https://issues.apache.org/jira/browse/SOLR-2399
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>            Reporter: Stefan Matheis (steffkes)
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2399.patch
>
>
> *The idea was to create a new, fresh (and hopefully clean) Solr Admin 
> Interface.* [Based on this 
> [ML-Thread|http://www.lucidimagination.com/search/document/ae35e236d29d225e/solr_admin_interface_reworked_go_on_go_away]]
> I've quickly created a Github-Repository (Just for me, to keep track of the 
> changes)
> ยป https://github.com/steffkes/solr-admin 
> Quick Tour: [Dashboard|http://files.mathe.is/solr-admin/01_dashboard.png], 
> [Query-Form|http://files.mathe.is/solr-admin/02_query.png], 
> [Plugins|http://files.mathe.is/solr-admin/05_plugins.png], 
> [Logging|http://files.mathe.is/solr-admin/07_logging.png], 
> [Analysis|http://files.mathe.is/solr-admin/04_analysis.png], 
> [Schema-Browser|http://files.mathe.is/solr-admin/06_schema-browser.png], 
> [Dataimport|http://files.mathe.is/solr-admin/08_dataimport.png], 
> [Core-Admin|http://files.mathe.is/solr-admin/09_coreadmin.png], 
> [Replication|http://files.mathe.is/solr-admin/10_replication.png]
> Newly created Wiki-Page: http://wiki.apache.org/solr/ReworkedSolrAdminGUI

--
This message is automatically generated by JIRA.
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