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.

    • CommentAuthorcozcol
    • CommentTimeFeb 3rd 2010 edited
     permalink
    .
    • CommentAuthorari
    • CommentTimeFeb 4th 2010
     permalink
    You are mixing up the two versions of clocking it and following bits of the instructions from each. Pick one and then follow that through to the end.

    Using git to install the source into your gems folder is not going to be a good idea.

    Ari
    • CommentAuthorcozcol
    • CommentTimeFeb 4th 2010 edited
     permalink
    Thanks for the reply Ari.

    I am trying to install clockinIT from source.

    I'm following the instructions to build from source. Tarball for cit-100201
    • CommentAuthorari
    • CommentTimeFeb 4th 2010
     permalink
    Ruby is always "source", so I'm not really sure where you are getting that source from. But from the look of it you are installing Erlend's version, so I'll step aside and let him help with that.

    Ari
    • CommentAuthorcozcol
    • CommentTimeFeb 5th 2010 edited
     permalink
    I ran this to create the user for cit.


    Please create the database and user for ClockingIT by running something like this:
    echo "CREATE DATABASE cit DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; GRANT ALL ON cit.* TO 'cit'@'localhost' IDENTIFIED BY 'cit'; FLUSH PRIVILEGES;" | mysql -u root -p
    • CommentAuthorcozcol
    • CommentTimeFeb 5th 2010 edited
     permalink
    ok have progressed past the dependency issue for Rmagick.

    Running the install script.
    Ruby setup.rb

    .
    • CommentAuthorcozcol
    • CommentTimeFeb 7th 2010 edited
     permalink
    Hi,

    trying to install Clocking IT. Getting the error below when I run ./setup.rb
    • CommentAuthorcozcol
    • CommentTimeFeb 7th 2010 edited
     permalink
    See error below..Thanks
    • CommentAuthorcozcol
    • CommentTimeFeb 7th 2010 edited
     permalink
    .
    • CommentAuthordarkpollo
    • CommentTimeFeb 8th 2010
     permalink
    Maybe the gems are not located all in the same directory?
    I think it is a good idea to uninstall the gems and start again.

    I cannot help you more, sorry.
    • CommentAuthorcozcol
    • CommentTimeFeb 8th 2010
     permalink
    Maybe....

    Installation has progressed, has anyone come across this error upon installation before ?


    rake aborted!
    libgomp.so.1: shared object cannot be dlopen()ed - /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.12.2/lib/RMagick2.so

    (See full trace by running task with --trace)
    Done

    All done!
    ---------


    Please start the required services by entering the following in a console:
    ./script/ferret_server -e production start
    nohup ./script/push_server &
    ./script/server production

    Access your installation from http://projects.xxx.xx.xx
    • CommentAuthorcozcol
    • CommentTimeFeb 8th 2010
     permalink
    Hey!!, got it running at last.

    Great project and nice app.

    Thanks all.