Skip to content

PantherHackers/old_website

Repository files navigation

PantherHackers Dev Environment

A development environment for the old PantherHackers Wordpress website.

Installation

This installation is written for Windows based systems. The instructions should be very similar for Linux and MacOS based systems.

1.) Install appropriate version of XAMPP (or any stack consisting of Apache, MySQL/MariaDB, and PHP) If using XAMPP the link is: https://www.apachefriends.org/

2.) Move the "PantherHackers" folder into the "htdocs" folder (default: C:\xampp\htdocs)

3.) Move the "wordpress" database into the myql data folder (default: C:\xampp\mysql\data)

To Check to see if MySQL is set up correctly, open XAMPP control panel, click the open the MySQL Admin panel (localhost/phpmyadmin) On the listing of databases on the left, you should see "wordpress" Click it, then click on "privileges" on the top menu. There should be a user with the attributes of: "wordpress, localhost, global, ALL PRIVLEGES, Yes" If not, add a new user account named "wordpress" with the host name "localhost" password of "wordpresspass", and check the "Check all" under Global Privileges. Press the "Go" button at the bottom to create this account.

4.) Run Apache and MySQL (if already being run, stop and restart both services)

5.) Point web browser to address (in this case "localhost/pantherhackers")

About

Our old Wordpress PHP website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published