Using CMS Made Simple with MAMP - Step-By-Step

Joined
Jun 2, 2008
Messages
1,502
Reaction score
35
Points
48
Location
Louisville
Your Mac's Specs
MacBook 2.1GHz Core 2 Duo | 1GB RAM | OS X 10.6.3 | 250GB External HD | 8GB iPod Touch 1st Gen 3.1.3
Part One

Using CMS Made Simple with MAMP - Step-By-Step

If you do not already know about Content Management Systems, you can learn more about it here.

To prepare you for the walkthrough, you will need to download MAMP, CMS Made Simple 1.6.6, and an editor, such as jEdit. Do not download these yet unless you want to clutter your screen! Wait until you arrive to the step that requires the download of these:

MAMP

CMS Made Simple (CMSMS)

jEdit

Also: since Apache comes pre-installed with your Mac, you may not be able to use port 80 for Apache if Web Sharing is enabled. To make sure the Web Sharing box is unchecked, go to System Preferences >> Sharing. If unchecked, you are good to go and we can begin. . .

P.S. you will need to be logged in on the administrator account through the entire process

--

Go to the main site for MAMP, and click the download link for the regular version.

Screenshot2010-02-08at32946PM.png

--

After the download is complete, you will be asked to agree to the terms of service. Please agree ;)

Screenshot2010-02-08at33901PM.png

--

Drag ONLY the MAMP application, ignore MAMP Pro.

Screenshot2010-02-08at33931PM.png

--

Open up your applications in Finder (Command+Shift+A), locate MAMP, then double click to open it's contents.

Screenshot2010-02-08at34059PM.png

--

Now that you are viewing the contents of the MAMP folder, find a folder called htdocs. Click it once so it is highlighted (it will be easier to find again later).

Screenshot2010-02-08at34140PM.png

--

Go to Safari again, and download CMS Made Simple 1.6.6 by hovering over "Downloads" and clicking CMSMS Releases.

Screenshot2010-02-08at34235PM.png

--

Click the second link under Stable 1.6.6 Releases. It probably does not have to be the second one but that is the one I always clicked and has always worked.

Screenshot2010-02-08at34327PM.png

--

Once downloaded and unarchived, drag and drop that folder into the htdocs folder you kept highlighted earlier. Also, rename the CMS Made Simple folder to "cmsmadesimple".

Screenshot2010-02-08at34608PM.png

--

Now from the MAMP folder, locate the application and launch it. I recommend moving it into the dock. it will require you to enter your password. This is what the main window will look like.

Screenshot2010-02-08at35427PMcopy.png
 
OP
cuhnool
Joined
Jun 2, 2008
Messages
1,502
Reaction score
35
Points
48
Location
Louisville
Your Mac's Specs
MacBook 2.1GHz Core 2 Duo | 1GB RAM | OS X 10.6.3 | 250GB External HD | 8GB iPod Touch 1st Gen 3.1.3
Part Two

From the main window, click Preferences, then click the Ports tab. Change the Apache port to 80 and the MySQL port to 3306. Click OK.

Screenshot2010-02-08at34819PM.png

--

Now you can click on Open Start Page from the main window. When you are in the start page, please take note of User and Password. If you do not know this then you will a) lock yourself out by trying to work around it or b) hit a wall when trying to install CMSMS. For my case (and most likely yours both the user and password were root.

Screenshot2010-02-08at35522PM.png

--

Now you must create a database. at the top of the start page, you will see "start", "phpinfo", "phpMyAdmin", "SQLiteManager", and "FAQ". This is the control bar for the start page. Click on phpMyAdmin to create a new database. When there, type in the name of the database (make it something easy to remember, and short), then click "create".

Screenshot2010-02-08at35559PM.png

--

You should now be seeing this page:

Screenshot2010-02-08at35618PM.png

--

Now you will need to install jEdit or similar coding software. Once downloaded, create blank document, go to the toolbar, and click "Save As…"

Screenshot2010-02-08at40250PM.png

--

You will need to save the file in the "cms made simple" folder you dragged into the htdocs folder. To save the file in that location from jEdit, follow this exactly:



Screenshot2010-02-08at40304PM.png

Screenshot2010-02-08at40316PM.png

Screenshot2010-02-08at40332PM.png


Note for the last picture: click on cmsmadesimple to save it in the right spot, but do not click save yet!

--

The file name MUST be config.php or the installation of CMSMS will not work!

Screenshot2010-02-08at40345PM.png
 
OP
cuhnool
Joined
Jun 2, 2008
Messages
1,502
Reaction score
35
Points
48
Location
Louisville
Your Mac's Specs
MacBook 2.1GHz Core 2 Duo | 1GB RAM | OS X 10.6.3 | 250GB External HD | 8GB iPod Touch 1st Gen 3.1.3
Part Three

Once saved, you may close out of jEdit or minimize it, as you will not need it anymore at this point.

--

Go back to Safari, and type this into the URL bar:

Screenshot2010-02-08at35904PM.png

--

You can now begin the installation process of CMSMS. You should be seeing this page after typing said line into the URL bar and hitting Enter:

Screenshot2010-02-08at40427PM.png

Click Continue at the bottom of the page

--

Click Continue when you reach this page:

Screenshot2010-02-08at40605PM.png

--

The next page should be a list of all the checks that have been done to make sure everything is running perfectly.

Screenshot2010-02-08at40646PM.png

--

If these two throw back warnings. . .

Screenshot2010-02-08at40725PM.png

. . .here is how to fix it:

Start a search within the MAMP folder, setting up the credentials EXACTLY this way:

Screenshot2010-02-08at40835PM.png

--

Double click the folder, then open the php.ini file.

Screenshot2010-02-08at40851PM.png
 
OP
cuhnool
Joined
Jun 2, 2008
Messages
1,502
Reaction score
35
Points
48
Location
Louisville
Your Mac's Specs
MacBook 2.1GHz Core 2 Duo | 1GB RAM | OS X 10.6.3 | 250GB External HD | 8GB iPod Touch 1st Gen 3.1.3
Part Four

Find any "30"s in these locations, and change them to 60:



Screenshot2010-02-08at40936PM-1.jpg

-
Screenshot2010-02-08at41006PM-1.jpg

-
Screenshot2010-02-08at41017PM-1.jpg

-
Screenshot2010-02-08at41032PM-1.jpg

-
Screenshot2010-02-08at41054PM-1.jpg



--

When finished, refresh/reload the page, and you should get all check marks. Click Continue.

--

Click Continue on the next page.

Screenshot2010-02-08at41220PM.png

--

Enter a desired username, your email, and a login password you would like to set for access to your page's control panel.

Screenshot2010-02-08at41251PM.png

--

Enter the name for your site.

Screenshot2010-02-08at41316PM.png
 
OP
cuhnool
Joined
Jun 2, 2008
Messages
1,502
Reaction score
35
Points
48
Location
Louisville
Your Mac's Specs
MacBook 2.1GHz Core 2 Duo | 1GB RAM | OS X 10.6.3 | 250GB External HD | 8GB iPod Touch 1st Gen 3.1.3
Part Five

Now, this is where you need to enter the username and password given to you in the very beginning on MAMP's start page. Both the username and password is root. Also, when entering the database name, enter it EXACTLY the way it was typed when you created the database in phpMyAdmin. When finished, click Continue.

Screenshot2010-02-08at41344PM.png

--

This page just shows all the tables being created in the database. Click continue.

Screenshot2010-02-08at41416PM.png

--

The next page is just continued from the last page. Click "go to the Admin Panel".

Screenshot2010-02-08at41438PM.png

--

You are now at the admin panel, and can change your site, edit pre-defined tags, create user-defined tags, and lots of other things. Congratulations! You made it!

Screenshot2010-02-08at41448PM.png

--

Hopefully this clears the road for anyone wanting to do this. I had a lot of trouble figuring this out, and have run into many errors and even locked myself out of the start page, forcing me to delete and re-install MAMP again. So I created this tutorial to help everyone else needing this to avoid the same problems. Thanks for reading! :)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top