This forum is no longer active. Please post your questions to our new community site

Recent Posts by Yogeesh

Subscribe to Recent Posts by Yogeesh 4 post(s) found

15 Mar, 2010 06:37 PM
Avatar Yogeesh 4 post(s)

Topic: Stacks suggestions / Mercurial

http://mercurial.selenic.com/

From website:
Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.

Great simple tutorial by Joel Spolsky here:
http://hginit.com/index.html

 
13 Mar, 2010 05:11 AM
Avatar Yogeesh 4 post(s)

Topic: General / MAMP noob question

I tried to install service as indicated by creating plist files. I am running on OSX 10.6.2.

Following is my stack setup:
1. MAMP Stack
a. Mantis
b. Drupal
c. phpBB
d. DokuWiki
2. KnowledgeTree Stack

I am getting following errors:

1. MAMP Stack : No error
a. Mantis:
APPLICATION ERROR #400
Database connection failed. Error received from database was #2002: Can’t connect to local MySQL server through socket ‘/Applications/mampstack-1.2-0/mysql/tmp/mysql.sock’ (2).
b. Drupal:
Site off-line
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.
c. phpBB:
SQL ERROR [ mysql4 ]
Can’t connect to local MySQL server through socket ‘/Applications/mampstack-1.2-0/mysql/tmp/mysql.sock’ (2) 2002
d. DokuWiki
The datadir (‘pages’) does not exist, isn’t accessible or writable. You should check your config and permission settings. Or maybe you want to run the installer?
2. KnowledgeTree Stack:
[db_error: message=“DB Error: connect failed” code=-24 mode=return level=notice prefix="" info=" [nativecode=Can’t connect to local MySQL server through socket ‘/Applications/knowledgetree-3.6.1-1/mysql/tmp/mysql.sock’ (2)] ** Array"]

Am I missing something?? Please advice…

Everything works fine if I started from terminal.

plist details:
File name: com.bitnami-knowledgetree.service.plist, Label: com.bitnami-mamp-stack.services, Program Arguments: /Applications/knowledgetree-3.6.1-1/ctlscript.sh
File name: com.bitnami-mamp-stack.service.plist, Label: com.bitnami-knowledgetree.services, Program Arguments: /Applications/mampstack-1.2-0/ctlscript.sh

Best regards,
Yogeesh

 
11 Mar, 2010 12:45 PM
Avatar Yogeesh 4 post(s)

Topic: General / MAMP noob question

Dear beltran,

Thanks a ton. This is exactly what I was looking for.

Best regards,
Yogeesh

 
05 Mar, 2010 08:29 PM
Avatar Yogeesh 4 post(s)

Topic: General / MAMP noob question

Hi BitNami team,

I have installed MAMP stack, Mantis module etc. I am able to start service via terminal. I would like to start shell script during either Mac start-up or log-in. I couldn’t find much information.

Any help is appreciated.

Script is as follows:
#! /bin/sh
/Applications/mampstack-1.2-0/ctlscript.sh start
/Applications/knowledgetree-3.6.1-1/ctlscript.sh start

Best regards,
Yogeesh