Technology Tools for Ministry

Community

Web-Empowered Church User Community
Total Posts: 4 - Pages (1): [1]
Author: Donald Hulsey
Posted: Feb 09 2008 - 10:24 PM
Subject: MAMP local host
I have downloaded the MAMP and installed it on my iMAC. I intend to use it to train others to update pages on our web site offline. I assume this will load typo3 so how do I start typo3?
This is what I get
Welcome to MAMP

If you can see this page, MAMP is installed on your Mac and everything is working!

To see the PHP configuration, you can watch the output of phpinfo.

Here you can manage eAccelerator.

The MySQL Database can be administrated with phpMyAdmin.

To connect to the MySQL Server from your own scripts use the following connection parameters:

Host: localhost
[Port: 8889]
User: root
Password: root

Example:

$link = mysql_connect('localhost', 'root', 'root');

or you can connect using an UNIX Socket:

Socket: /Applications/MAMP/tmp/mysql/mysql.sock
User: root
Password: root

Example:

$link = mysql_connect(':/Applications/MAMP/tmp/mysql/mysql.sock', 'root', 'root');

Have fun and enjoy,

Your MAMP-Team
I AM NOT A PROGRAMMER.
How do I start typo3 from here?
user picture Author: Mark Stephenson
Posted: Feb 09 2008 - 11:09 PM
Subject: re: MAMP local host
Don,

Please see the steps to download, install and run/stop here:

http://webempoweredchurch.com/gettingstarted/installing/wectypo3_server_for_mac/

The DMG file you need is at the very bottom. It sounds like you installed plain MAMP instead of the WEC-TYPO3 Server DMG File.

In Him,
Mark
Author: Donald Hulsey
Posted: Feb 15 2008 - 03:10 PM
Subject: re: MAMP local host
Mark,
As usual you are right on!!
Thanks, it is working fine now.

in His service,
Don
user picture Author: Mark Stephenson
Posted: Feb 15 2008 - 07:12 PM
Subject: re: re: MAMP local host
Donald Hulsey wrote:
Mark,
As usual you are right on!!
Thanks, it is working fine now.

in His service,
Don


I wish I was right a little more usually. :-) But thanks and I am pleased that it is working for you.

In Christ,
Mark
Total Posts: 4 - Pages (1): [1]
You must login to post a message to this conference.