DEV Community

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

Posted on

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

Top comments (0)