tutorial or demo download

2006-02-14 Thread Yonik Seeley
What do people think about a downloadable tutorial or demo that included Tomcat or Jetty, limiting the requirements to Java5 and simplifying setup for new users? Steps with demo bundle: - Install Java 5 - unpack solr-demo.zip - ./start Steps w/o demo bundle: - Install & configure Java5, svn, ant

Re: tutorial or demo download

2006-02-14 Thread Doug Cutting
Yonik Seeley wrote: What do people think about a downloadable tutorial or demo that included Tomcat or Jetty, limiting the requirements to Java5 and simplifying setup for new users? Steps with demo bundle: - Install Java 5 - unpack solr-demo.zip - ./start +1 A good out-of-the-box experience w

Re: tutorial or demo download

2006-02-14 Thread Yonik Seeley
OK, I envision a solr-demo.zip with the following structure: solr-demo/ start.sh, start.bat, stop.sh, stop.bat that call tomcat/bin/startup* /tomcat/* /conf solrconfig.xml, schema.xml, etc /data The "core" binary distribution of tomcat weighs in at 6MB, not too bad. I g

Re: tutorial or demo download

2006-02-14 Thread Chris Hostetter
: We might also want to pre-populate the index before packaging. I'd rather see the the demo include XML files containing add/update/delete/commit/optimize messages and a script that sends all the adds and a commit ... then it's really obvious to people *how* to populate/modify an index. If we j

Re: tutorial or demo download

2006-02-14 Thread Yonik Seeley
On 2/14/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : We might also want to pre-populate the index before packaging. > > I'd rather see the the demo include XML files containing > add/update/delete/commit/optimize messages and a script that sends all the > adds and a commit ... then it's rea

Re: tutorial or demo download

2006-02-14 Thread Chris Hostetter
: But one benefit of having those documents pre-added is that you don't : have to worry about *how* they get added. : Doing it with a script on a windows box would require cygwin, and the : right cygwin package containing curl for instance. Ah yes ... i allways forget about those pesky windows us

Re: tutorial or demo download

2006-02-14 Thread Doug Cutting
Yonik Seeley wrote: OK, I envision a solr-demo.zip with the following structure: solr-demo/ start.sh, start.bat, stop.sh, stop.bat that call tomcat/bin/startup* /tomcat/* /conf solrconfig.xml, schema.xml, etc /data The demo should be included in the standard download

Re: tutorial or demo download

2006-02-14 Thread Doug Cutting
Chris Hostetter wrote: I'd rather see the the demo include XML files containing add/update/delete/commit/optimize messages and a script that sends all the adds and a commit ... then it's really obvious to people *how* to populate/modify an index. Instead of a script this could be a really simpl

Re: tutorial or demo download

2006-02-14 Thread Otis Gospodnetic
+1! Jetty would be better than Tomcat. Tomcat is a bear compared to Jetty. Otis - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> To: solr-dev@lucene.apache.org Sent: Tue 14 Feb 2006 10:39:35 AM EST Subject: tutorial or demo download What do people think about a downlo

Re: tutorial or demo download

2006-02-14 Thread Yonik Seeley
On 2/14/06, Doug Cutting <[EMAIL PROTECTED]> wrote: > The demo should be included in the standard download. By "standard download" do you mean binary distribution, or the svn repository? I'm not sure what a full binary distribution should look like yet... We had something internally, but it's too

Re: tutorial or demo download

2006-02-14 Thread Doug Cutting
Yonik Seeley wrote: On 2/14/06, Doug Cutting <[EMAIL PROTECTED]> wrote: The demo should be included in the standard download. By "standard download" do you mean binary distribution, or the svn repository? Binary distribution: nightly build and releases. Why not use Jetty instead of Tomcat

Re: tutorial or demo download

2006-02-14 Thread Ian Holsman
Yonik Seeley wrote: On 2/14/06, Doug Cutting <[EMAIL PROTECTED]> wrote: The demo should be included in the standard download. By "standard download" do you mean binary distribution, or the svn repository? I'm not sure what a full binary distribution should look like yet... We had something in

Re: tutorial or demo download

2006-02-15 Thread Bill Au
As for seeding data into the demo. I think we should include a script that will load some sample data. Users can optionally run that script to get started quickly. But we should also include instruction and sample files on how to load in custom data. This way users can load in data that is more

Re: tutorial or demo download

2006-02-15 Thread Yonik Seeley
OK, I've messed around with the latest version of jetty6 a bit, and it seems to work fine. I removed jars and apps that we didn't need, and ended up with the following: [EMAIL PROTECTED] /cygdrive/f/root/example2 $ ls -RF .: conf/ data/ etc/ lib/ logs/ start.jar* webapps/ ./conf: protwords.

Re: tutorial or demo download

2006-02-19 Thread Yoav Shapira
Tomcat. Tomcat is a bear compared to Jetty. > > Otis > > - Original Message > From: Yonik Seeley <[EMAIL PROTECTED]> > To: solr-dev@lucene.apache.org > Sent: Tue 14 Feb 2006 10:39:35 AM EST > Subject: tutorial or demo download > > What do people think about

Re: tutorial or demo download

2006-02-21 Thread Yonik Seeley
I'll plead ignorance: I haven't had experience with Jetty or recent versions of Tomcat. I wouldn't mind seeing what you can put together, and I agree that all else being equal, we should prefer ASF projects. Perhaps the bundled appserver shouldn't even be a minimal install given that some will jus

Re: tutorial or demo download

2006-02-22 Thread Bill Au
+1 Tomcat It would be nice if the demo can also be used as "Solr in a box", ie people can put in their own schema and then load in data and have a working application. Bill On 2/21/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > I'll plead ignorance: I haven't had experience with Jetty or recent