CalemEAM install

CalemEAM install

Posted by: urbanomad
Posted on: 2007-05-11 08:10:00

I am writing to see if anyone's looked at CalemEAM for asset management and purchase management. It's still in beta but looks rather nice.
http://www.calemeam.com/

I'd like to be able to install it on DH but haven't been able to get by the env.sh file configuration. I set my HOME as my home directory on DH and PHP where PHP lives, etc...

Any help at all would be greatly appreciated.

Re: CalemEAM install

Posted by: eglerk
Posted on: 2007-05-14 18:56:00

I downloaded and installed the system following the configuration guide on their website. I was able to get it started on an XP system with no problems and used the WAMP install. What in particular did you get stuck on in the env.sh?

Re: CalemEAM install

Posted by: urbanomad
Posted on: 2007-05-14 22:35:00

#!/bin/bash

HOME_DIR=/home/.maka/username/
PHP_EXE=$HOME_DIR/usr/local/php5
export CALEM_DIR=$HOME_DIR assets.domain.com/calem

The install application expects /usr/local/php5 to be inside my HOME_DIR and that isn't the case. What did you use as your HOME_DIR?

Re: CalemEAM install

Posted by: eglerk
Posted on: 2007-05-16 19:24:00

On windows xp I used the defaults:

set HOME_DIR=c:wamp
set PHP_EXE=%HOME_DIR%phpphp.exe
set CALEM_DIR=%HOME_DIR%wwwCalemEAM


Re: CalemEAM install

Posted by: urbanomad
Posted on: 2007-05-17 22:47:00

If I had php installed in my home directory then I suppose it could work but DH doesn't like us to do it. I don't know as I wanted to test Calem and don't know if it's worth doing all this work for.

Re: CalemEAM install

Posted by: urbanomad
Posted on: 2007-05-17 22:50:00

It also seems to me that even though it's compatible with Linux that it was built for WAMP as a normal Linux install isn't configured that way.

Re: CalemEAM install

Posted by: clayli
Posted on: 2007-05-20 18:38:00

For a setup on Fedora 6 we have the following evn.sh

HOME_DIR=/opt/lampp
PHP_EXE=$HOME_DIR/bin/php
CALEM_HOME=$HOME_DIR/htdocs/CalemEAM
export CALEM_DIR=$CALEM_HOME

You're right in that the current installation guide is for Windows. A new release with a few changes for Linux will hit SourceForge within a week or so (for instance, a PHP version for jsmin.exe). Additionally, online demo will also be made available soon.


Re: CalemEAM install

Posted by: urbanomad
Posted on: 2007-05-20 22:31:00

Hello Clay,

Thanks again for your responses! I'll wait to see what you've got in the new release.

Re: CalemEAM install

Posted by: clayli
Posted on: 2007-05-22 10:49:00

The release for Linux (r1.0.1x) is available on SourceForge.net. The demo is also released, check it out at http://www.calemeam.com. Let us know your feedback.

Re: CalemEAM install

Posted by: mrsdonovan
Posted on: 2007-10-11 08:06:00

Did you ever get CalemEAM to work?

I have installed the latest version (v2) and got env.sh to work (shown below) and the database updated, but when I tried to hit the front page for the first time, I got "500 Internal Server Error" problems. After looking at the logs, I think it is because PHP is running in CGI mode.

Here's my env.sh that worked:
HOME_DIR=/usr/local/php5
PHP_EXE=$HOME_DIR/bin/php
CALEM_HOME=/home/.orji/<myusername>/<website>/CaleamEAM
export CALEM_DIR=$CALEM_HOME/


Cheers,
Sean.

Re: CalemEAM install

Posted by: urbanomad
Posted on: 2007-10-11 08:16:00

I gave up after discovering that it doesn't do what I was hoping it would do... good luck

Tags: dhgreatly appreciatedhome directorybeta