CMS helps you create, review, edit and publish documents. There are many free CMS available; the most popular ones include Drupal, Joomla and WordPress. In this guide, we will see how to setup WordPress. First, download the ZIP file of WordPress from here , unzip it then drag the “wordpres” folder to /Applications/MAMP/htdocs.
Next, go to the copied WordPress folder and open wp-config-sample.php in any text editor. Replace ‘usernamehere’ and ‘yourpasswordhere’ with ‘root’. You also need to replace ‘putyourdbnamehere’ with your database name. Leave it for now, once you have created a database in the next step, come back here to fill in the name.
Once WordPress is completely configured, it will guide you in creating your web pages through easy steps.