Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
burnto committed Sep 23, 2009
1 parent 6c6ef5e commit 8a01017
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ I've written a db/seeds.rb script to read in the meta data and throw it into the

<pre>
$ rake db:migrate # creates the database
$ rake db:seed # runs the seed script. assumes the data directory is <code>openstudio.data</code> in the same parent directory as the rails code. Feel free to move around somewhere else.
$ rake db:seed # runs the seed script
</pre>

The seed script currently assumes the data directory is <code>openstudio.data/{svg,meta}</code> in the same parent directory as the rails code. Feel free to move around somewhere else.

h3. Image data

For the svg images, you're going to have to do a little work to batch create the png files. I did it with <code>rsvg-convert</code>, which comes with Imagemagick.
Expand Down

0 comments on commit 8a01017

Please sign in to comment.