|
From: Ken T. <ken...@gm...> - 2009-06-08 14:18:48
|
Hi Joseph. My apologies for not responding to you earlier. Apparently (and embarrassingly!) my email address wasn't current for the chasers-general list, so I didn't see your message until now. As for your question, the main thing I needed to change was the path to the files. In chasers_config.php, I changed $CG_HOME_BY_FILE to be the path to the chasers install: $CG_HOME_BY_FILE = 'C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/chasers'; (I believe this is correct, but verify with your installation. Also, it's a different path if you use the Apache & PHP bundled with Postgres). Since I didn't get SSL enabled, I had to change this line to 'http", instead of 'https': $chasers_home_url='http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['PHP_SELF']).'/'.$off; If you have SSL working, you can leave it unchanged. I'll fix it at some point, as it really shouldn't be hard-coded either way. If you make those changes, when you go to the index page, you should get a link to create the engine array. Click on it, and it should work. Let me know how it goes, and I'll try to respond a little faster! :) Cheers, Ken > Ken, > > Thanks for trying this on a windows machine. I understand that this is a > primary linux running program due to dependencies, could you let me know > what files you modded in regards to changing the locations to the > files and > the https code? > > I have it installed without table_log but when you goto the index page to > setup the engine that is as far as I can get, I wish I was at home > where my > debian box is but it wont be for a few weeks til I get there so > windows has > to make do. > > I am just looking to get it running to see what has to be changed to > accommodate a shelter that I am opening next year, I am just anxious > to play > with it. > > Thanks, > Joseph Carr |