Forums MAMPStack

Hmm... Restarted my mac and now my bitnami is not running.

Subscribe to Hmm...  Restarted my mac and now my bitnami is not running. 7 post(s), 2 voice(s)

 
Avatar Hardyman 19 post(s)

I rebooted my mac running 10.5.3 Since then I have not been able to get into my local installation of Joomla. I am using this on a LAN at the office. It looks like I need to restart MAMP or MySQL. If so how?

 
Avatar antonio Administrator 508 post(s)

Hi,

You have to start your servers from the command line with the control script. From the command line, at the installation directory just type

./ctlscript.sh start

and you’re done

Cheers

 
Avatar Hardyman 19 post(s)

Hey Antonio, Thanks for the last post about the GD Lib. I’ll be looking for that. I understand that I need to use that command. I was able to find that in the forum. The issue I am having is where to put the command. Do I use the System Terminal?

 
Avatar antonio Administrator 508 post(s)

Yes, by command line I mean the Terminal

 
Avatar Hardyman 19 post(s)

That’s what I thought. When I enter that command into the terminal is replys with.

-bash: ./ctlscript.sh: No such file or directory

 
Avatar antonio Administrator 508 post(s)

You have to change directory to the installation folder. To do that, type something like

cd /Applications/mampstack-0.9.4

and then

./ctlscript.sh start

 
Avatar Hardyman 19 post(s)

“FIXED”

Searching Google for Terminal help I found that I needed to change the command directory. By using this line:
bq. cd /Applications/joomla-1.5.3-0

I was able to then run the script.
bq. ./ctlscript.sh start

All is well.
Cheers!

Forums MAMPStack