Calem Community Forum

General => Setup => Topic started by: krat64 on March 28, 2008, 08:27:40 am

Title: Problem with setup.sh
Post by: krat64 on March 28, 2008, 08:27:40 am
Hi, I am trying to install Calem, but i have a problem with the file env.sh.

Im using Linux Fedora core 6 and  I dont want to install AMP stack because i have already installed on my system Apache, MySQL and PHP.

When I try to setup the database I try to run setup.sh ($sh setup.sh) but i got the next error:
./setup.sh: line 4: /opt/lampp/bin/php:No existe el fichero o directorior (The file doesnt exist)

I guess I should edit the file env.sh (In the directory bin), but i dont know what  path I should use instead /opt/lampp, and how is the right way to configure this file on linux. The default configuration of this file (env.sh) is:

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

Thank you so much for your help,


 :o
Title: Problem with setup.sh
Post by: calemadmin on April 02, 2008, 07:41:10 am
The env.sh should be updated with the paths of your AMP stack and the location you installed CalemEAM.