Wiki Forum Sign up! Explore Home

Not signed in (Sign In)

LiveSearch

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    Hi folks!

    Getting to grips with Rails and looking to install Clocking IT on a mini mac (Core 2 Duo), does anybody have a good step by step guide to use?

    Many thanks in advance

    DR. :-D
    • CommentAuthoradmin
    • CommentTimeJun 2nd 2008
     permalink
    Unfortunately, I don't have a mac to test with, so someone else will have to step up and tell you how it's done. Although, once you have MySQL, Ruby and RubyGems installed, I think the README should be of help.

    -- Erlend
  2.  permalink
    I have all installed ready for the system, looking through the README at present, so will give it a bash. Using SQLite, would you forsee any problems with that over MySQL?

    Tried it on Windows too, but not all the gems install unfortunately.

    Thanks

    DR.
    • CommentAuthoradmin
    • CommentTimeJun 2nd 2008
     permalink
    Humm.. I've tried to stay clear of MySQL-isms, but some might have slipped through. Please let me know how it goes, and if something breaks I'm sure we can try and work around it.

    -- Erlend
  3.  permalink
    Hi Erlend,

    Going great guns with the install, using MySQL as suggested. Currently modifying the environment and juggernaut files, unsure as to what I should be modifying them to for a localhost install. Do you have an idea? Using Apache 1.3, MySQL and databases set up via PhpMyAdmin.

    Many thanks

    DR.
    • CommentAuthoradmin
    • CommentTimeJun 4th 2008
     permalink
    Juggernaut can be ignored until you've got everything else set up. The environment.rb file is mostly the domain you want to run under, and your email server settings. For a local install, pick any domain you want and set the IP address to 127.0.0.1 via /etc/hosts

    -- Erlend