<?xml version="1.0" encoding="UTF-8"?>
<wiki>
  <body>&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/hobousers/browse_thread/thread/35005bd2cff2f675?hl=en&quot;&gt;Reprint of hobo users group post&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;
To recap what we found for windows users:

After these steps:

c:\hoboapps&amp;gt;  git clone git://github.com/tablatom/hobocookbook.git
c:\hoboapps\hobocookbook&amp;gt; git submodule init
c:\hoboapps\hobocookbook&amp;gt; git submodule update
c:\hoboapps\hobocookbook&amp;gt; rake db:migrate

We still get an error when you try to run the app:

http://screencast.com/t/ih80fMJU0

Because it is looking for this file:

C:/HoboApps/hobocookbook/app/views/taglibs/themes/clean/clean.dryml

For you 'nix guys, the symbolic link that is in the files:

    \hobocookbook\app\users\taglibs\themes\clean

and
    \hobocookbook\public\hobothemes\clean

work

If you look what is in the app:

http://screencast.com/t/lihqoTGZS0

   C:\HoboApps\hobocookbook\app\views\taglibs\themes\clean   (a file
containing the symbolic link)

We also see one here:

http://screencast.com/t/G5Vjnd0N3m

   C:\HoboApps\hobocookbook\public\hobothemes\clean (a file
containing
the symbolic link)

So we need to erase each of these and regenerate Hobo rapid:

c:\hoboapps\hobocookbook&amp;gt; erase app\views\taglibs\themes\clean
c:\hoboapps\hobocookbook&amp;gt; erase public\hobothemes\clean
c:\hoboapps\hobocookbook&amp;gt; ruby script/generate hobo_rapid

Now the folders we aneed appear:
http://screencast.com/t/eBFWvqDgBzp

And the app works liked expected:

http://screencast.com/t/sHjnFUrSP

Voila!

Now for Tom to help us not to need these steps!

Owen 

&lt;/code&gt;
&lt;/pre&gt;</body>
  <created-at type="datetime">2008-10-19T09:53:33-07:00</created-at>
  <id type="integer">69369</id>
  <permalink>cookbook</permalink>
  <repository-id type="integer">3773</repository-id>
  <title>cookbook</title>
  <updated-at type="datetime">2008-10-19T09:54:18-07:00</updated-at>
  <user-id type="integer">22366</user-id>
</wiki>
