Hi- I just checked out the latest from svn. While running step #7: [DJR-iBook:~/Code/Ruby/instiki] daryl% rake db_schema_import create_sessions_table (in /Users/daryl/Code/Ruby/instiki) rake aborted! No such file or directory - ./config/database.yml ?? -- Daryl "We want great men who, when fortune frowns, will not be discouraged." -- Colonel Henry Knox, 1776
On how to setup AR-beta, go here pls http://rubyforge.org/pipermail/instiki-users/2005-November/000404.html thx On 11/11/05, Daryl Richter <ngzax at comcast.net> wrote:> Hi- > > I just checked out the latest from svn. While running step #7: > > [DJR-iBook:~/Code/Ruby/instiki] daryl% rake db_schema_import > create_sessions_table > (in /Users/daryl/Code/Ruby/instiki) > rake aborted! > No such file or directory - ./config/database.yml > > ?? > > -- > Daryl > > "We want great men who, when fortune frowns, will not be discouraged." > -- Colonel Henry Knox, 1776 > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
BKR wrote:> On how to setup AR-beta, go here pls > > http://rubyforge.org/pipermail/instiki-users/2005-November/000404.html >Thanks, this helps a bit. But I am still confused as to why after I do: svn co http://svn.instiki.org/instiki/trunk instiki The important files in /config or /db that are in your distribution are missing. Where are you getting them from? [snip] -- Daryl
hi Daryl could be more specific? which files are mi sing for you? svn trunk seems to work for me fine now. even so , if you are having problems, check the mailing list. I remember reading a mail about svn checkout trouble. you can also use files from the instiki-AR.zip from instiki.org (btw rubyforge seems to be down atm for me). lemme know how it goes. BKR On 16/11/05, Daryl Richter <ngzax at comcast.net> wrote:> BKR wrote: > > On how to setup AR-beta, go here pls > > > > http://rubyforge.org/pipermail/instiki-users/2005-November/000404.html > > > > Thanks, this helps a bit. But I am still confused as to why after I do: > > svn co http://svn.instiki.org/instiki/trunk instiki > > The important files in /config or /db that are in your distribution are > missing. Where are you getting them from? > > [snip] > > -- > Daryl > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
BKR wrote:> hi Daryl > > could be more specific? > which files are mi sing for you? >Missing: /config/database.default.yml /db/pages.erbsql /db/revisions.erbsql /db/schema.postgre.sql /db/system.erbsql /db/webs.erbsql /db/wiki_references.erbsql In SVN, not in distribution: /db/schema.rb> svn trunk seems to work for me fine now. > even so , if you are having problems, check the mailing list. I > remember reading a mail about svn checkout trouble. you can also use > files from the instiki-AR.zip from instiki.org (btw rubyforge seems to > be down atm for me). > > lemme know how it goes.Thanks for all your help so far. I am hoping to get fully set up so that I can possibly contribute to the project.> > BKR >-- Daryl
HI Daryl,> Missing:[snip]> In SVN, not in distribution: > /db/schema.rbI believe Alexey is in the middle of updating the SVN mainline, and it''s not working exactly the same as the beta. For example, schema.rb is a better way of defining the DB schema and it replaces the .erbsql files. I suggest you use the instiki-ar zip file and wait a bit until the mainline is ready for general consupmtion. Cheers, Assaph
John Evans wrote:> So did u get an answer to resolve this, I am having problems with cvs > checkout too >I did, though I thought it was to the list too. They are working on it. I haven''t had time to check it out recently myself, but it sounds from you like it''s not quite ready yet.> john > > On 18 Nov 2005, at 15:29, Daryl Richter wrote: >[snip] -- Daryl