I'm still a bit concerned about the files not being where they should be, or at least sounding that way. But git would seriously complain if anything was missing.
Could you tell me a bit more about your setup: - You're clearly using Windows but are you using cygwin or another set of UNIX command-line tools? - What directory are you issuing the commands (like script/install) from? - What Ruby/Rails distribution did you install? - Have you gotten any Rails apps to work on your system or is Insoshi the first one you've set up? This will help me figure out what's going on. Long On Sat, Nov 29, 2008 at 12:04 AM, Chris A <[EMAIL PROTECTED]> wrote: > > I cloned the Git repository, as per the instructions on the website. > > On Nov 25, 12:32 am, "Long Nguyen" <[EMAIL PROTECTED]> wrote: > > You might have an incomplete copy of the code. > > > > Did you clone the Git repository, download the tarball or copy from > another > > location? > > > > Long > > > > > > > > On Mon, Nov 24, 2008 at 9:09 PM, Chris A <[EMAIL PROTECTED]> wrote: > > > > > Ok. I've got the file copied, and now have the database.yml file. But > > > when do the "script/install" it starts, and then says > > > "rake aborted! > > > No Rakefile found <looking for: rakefile, Rakefile, rakefile.rb, > > > Rakefile.rb> > > > c:/ruby/lib/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2343:in > > > 'raw_load_rakefile' " > > > and then it repeats that 2 more times. Thanks for all the help! > > > > > On Nov 24, 11:24 am, "Long Nguyen" <[EMAIL PROTECTED]> wrote: > > > > What directory are you starting from? > > > > > > If you're in the application root (where the INSTALL, README.rdoc, > etc. > > > > files are), then you should be able to just do > > > > > > cp config/database.example config/database.yml > > > > > > (FYI, you're getting that about database.yml not being a directory > since > > > you > > > > have an extra "config" in the cp command. It's thinking that you > want to > > > > copy 'config' and 'C://.../config/database.example' to the location > > > > 'C://.../config/database.yml') > > > > > > Long > > > > > > On Mon, Nov 24, 2008 at 8:21 AM, Chris A <[EMAIL PROTECTED]> > wrote: > > > > > > > OK, after locating the file, I realized I was stupid and didn't > > > > > specify the whole file area. After putting in > > > > > C://..../config/database.example, > > > > > that location seems to work. Now it's the database.yml part that I > > > > > can't find. Am I supposed to have an existing file for "config/ > > > > > database.yml"? Because there isn't one in my insoshi file. > > > > > When I try to run it now, "cp config > C://.../config/database.example > > > > > C://.../config/database.yml" i get the message > > > > > "cp: copying multiple files, but last argument 'C://.../config/ > > > > > database.yml' is not a directory." > > > > > Getting closer, but not there yet. > > > > > > > -Chris > > > > > > > On Nov 23, 11:24 pm, "Long Nguyen" <[EMAIL PROTECTED]> > wrote: > > > > > > That's odd. Usually you see just the "No such file or directory" > if > > > a > > > > > file > > > > > > isn't there and not a "cannot stat": > > > > > > > > alpha:tmp long$ cp bob alice > > > > > > cp: bob: No such file or directory > > > > > > > > I want to make sure you've got a good working copy of the Insoshi > > > > > > repository. The file definitely should be there. Does it show > up in > > > the > > > > > > directory listing? If so, can you open it (via cat, vi or > anything > > > else)? > > > > > > > > Long > > > > > > > > On Sun, Nov 23, 2008 at 9:03 PM, Chris A <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > > Hey, > > > > > > > I'm just starting to work on this stuff, and I've spent all day > > > > > > > downloading FreeImage, MySQL, Git, Ruby, etc. I can't get the > end > > > of > > > > > > > the installation process working for me. I can't seem to > configure > > > the > > > > > > > MySQL right. I've never done this before, so I'm not sure what > I'm > > > > > > > doing wrong. > > > > > > > When I'm in git and type "cp config/database.example config/ > > > > > > > database.yml" I get the error "cp: cannot stat 'config/ > > > > > > > database.example': No such file or directory" > > > > > > > Please tell me what to do to get this working, because I've > been > > > > > > > trying everything I can think of. > > > > > > > > > Thanks, > > > > > > > Chris > > > > > > > > -- > > > > > > Long Nguyen > > > > > > [EMAIL PROTECTED] > > > > > > -- > > > > Long Nguyen > > > > [EMAIL PROTECTED] > > > > -- > > Long Nguyen > > [EMAIL PROTECTED] > > > -- Long Nguyen [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
