MAMP for WINDOWS - 1st Draft
Go to
MAMP for WINDOWS Beta
to your HDD.
Launch the program and you will see the setup screen
This image is hidden for guests.
Please log in or register to see it.
You will be asked for a folder location on your HDD for the installation of MAMP for WINDOWS Beta
This image is hidden for guests.
Please log in or register to see it.
During installation if you don't have Microsoft's NET framework it will be installed for you
This image is hidden for guests.
Please log in or register to see it.
On completion of Microsoft's NET framework install you will see this screen
This image is hidden for guests.
Please log in or register to see it.
On completion of MAMP for WINDOWS Beta installation you see the Control Panel appear with your Apache and MySQL servers already started
This image is hidden for guests.
Please log in or register to see it.
We will press the STOP Servers button
This image is hidden for guests.
Please log in or register to see it.
so as to make an important preference change. The default port for MAMP for WINDOWS Beta to communicate with your PC is port - 80. However this is a popular port for Skype and other apps so it's wise to set it to any free port on your PC. As I have three local servers running on the same PC I use these three ports - 8080, 8081 and 8082.
Once stopped click the PREFERENCES button and you will see a new window popup.
This image is hidden for guests.
Please log in or register to see it.
. Set the Apache port setting to a value of your choosing. Click OK. Back at the Control Panel, click START Servers and then click the WebStart button.
The WebStart will bring up a Welcome screen
This image is hidden for guests.
Please log in or register to see it.
whose files are stored in your new local server folders. So if you chose the default of C:\MAMP then your site files will be stored in C:\MAMP\htdocs.
Our next step is creating a DataBase (DB) to use for our first new site. I use
ADMINER
as my DB Admin console. I gave up on the PhPMyAdmin console ages ago. So launch AdMiner
This image is hidden for guests.
Please log in or register to see it.
or from the MAMP for WINDOWS Beta Welcome Screen -> PhPMyAdmin and we'll create a new DB. The default username and password for Login are both "root".
Once logged we'll create our DB and set it's collation. Collation refers to a set of rules that determine how data is sorted and compared. Character data is sorted using rules that define the correct character sequence, with options for specifying case-sensitivity, accent marks, kana character types and character width. Generally for Joomla the preferred collation setting is "utf8_general_ci"
This image is hidden for guests.
Please log in or register to see it.
Now we'll start installing our Panacea J3.x RocketLauncher. In C:\MAMP\htdocs create a new folder, I call it Panacea33 so we'll have C:\MAMP\htdocs\Panacea33.
This image is hidden for guests.
Please log in or register to see it.
Download the package to your HDD and extract the contents out to the C:\MAMP\htdocs\Panacea33 folder.
This image is hidden for guests.
Please log in or register to see it.
Next we'll start the installation process by accessing the folder in a browser URL. Here's a little tip. Create a bookmark in your browser using the port # you assigned MAMP for WINDOWS Beta. So in my case "http://localhost:8081/". This will open a FTP like-view in your browser window.
This image is hidden for guests.
Please log in or register to see it.
Just click the Pancea33 folder and the install screen will appear.
This image is hidden for guests.
Please log in or register to see it.
Fill this in as you wish. Next is the DB setup screen:
This image is hidden for guests.
Please log in or register to see it.
As mentioned before the default Username and Password is "root".
Then we move to the final overview screen:
This image is hidden for guests.
Please log in or register to see it.
You'll notice we have an issue as the Output Buffering is NOT at the Joomla recommended setting of OFF but rather ON. This can be addressed at a later point but we'll do it now. Launch your MAMP for WINDOWS Control Panel and press the STOP Servers button. The Apache server must be stopped so as to make any changes to the configuration or .ini files. This change must be made in the php.ini file which is located here -> C:\MAMP\htdocs\conf\php*.*.*
To determine the PHP version and folder you need to access, go to the Control Panel and click the PREFERENCES button. Select the PHP tab and you will see the PHP version currently in use.
This image is hidden for guests.
Please log in or register to see it.
So in my case I need to access the php.ini file located in C:\MAMP\conf\php5.5.7. Open the file in your favourite plain text editor, I use
Notepad++
. Search for this string -> "e.g., output_buffering=4096". Change the line below to "output_buffering=Off"
This image is hidden for guests.
Please log in or register to see it.
SAVE the file and go to the Control Panel and click the START Servers button. Let's refresh the Overview page and we'll see this:
This image is hidden for guests.
Please log in or register to see it.
Proceed and the RocketLauncher will install and come to the Remove Installation screen.
This image is hidden for guests.
Please log in or register to see it.
If you click the site option you will be taken to your brand new RocketLauncher installation.
This image is hidden for guests.
Please log in or register to see it.
Also confirming by viewing the DB:
This image is hidden for guests.
Please log in or register to see it.
Now you can easily develop your site locally. If you have issues that we would need to see it's simply a matter of cloning your site with a free copy of
Akeeba backup
and uploading the retore package to your remote server and setting it up there.