From: "M. Edward (Ed) Borasky" Date: 2007-09-24T22:53:10+09:00 Subject: Re: Latest benchmarks Alexey Verkhovsky wrote: > On 9/24/07, M. Edward (Ed) Borasky wrote: >> Yeah ... he told me about that on the Rails list. I downloaded it but >> there aren't any installation instructions. It came up but none of the >> links worked, presumably because I didn't do some necessary step. > > 1. yum install mysql-server > 2. mysql -u root > create database petstore_production > exit > 3. rake RAILS_ENV=production db:reset > 4. script/server -e production > 5. ab -c 1 -n 1000 http://localhost:3000/shop/viewCategory.shtml?category=DOGS > > That's about it. > Thanks!! It was the MySQL piece I was missing -- it's installed but I didn't know how to build the database.