DEV Community

Cover image for The Noob CMS: Summary of Installation
Muhammad
Muhammad

Posted on

4

The Noob CMS: Summary of Installation

This is a summary of Installation for all to continue where we left.

How to Install

  • Download http://www.wampserver.com/en/ or any other supported PHP 7+ and Install
  • Go to http://localhost/phpmyadmin/index.php and Login with default credentials
    • Username: root
    • Password: Blank
  • Once logged in, Click on Database and then Create a New Database by the name of noob_db
  • Now goto Import and click on Choose File and Select ./repo/db/noob_cms.sql.gz and Scroll down and click on Go
  • You should successfully have imported the DB
  • Take your Favorite Editor and open ./repo/config/config.php and make sure the configuration matches

GitHub logo th3n00bc0d3r / noobcms

A CMS for Beginners to Start with

Noob CMS

Features

Requirements

  • Apache
  • MySQL
  • PHP 7+

How to Install

  • Download http://www.wampserver.com/en/ or any other supported PHP 7+ and Install
  • Go to http://localhost/phpmyadmin/index.php and Login with default credentials
    • Username: root
    • Password: Blank
  • Once logged in, Click on Database and then Create a New Database by the name of noob_db
  • Now goto Import and click on Choose File and Select ./repo/db/noob_cms.sql.gz and Scroll down and click on Go
  • You should successfully have imported the DB
  • Take your Favorite Editor and open ./repo/config/config.php and make sure the configuration matches

You are all Good to go




Noob Index

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay