Giter Site home page Giter Site logo

vikutorika / wordpress-postgresql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shoaibhassan/wordpress-postgresql

0.0 1.0 0.0 10.52 MB

Install WordPress CMS with PostgreSQL on your local machine as well as on the Heroku platform that is providing free PostgreSQL cloud DB with WordPress

Home Page: https://medium.com/@shoaib_hassan_/install-wordpress-with-postgresql-using-apache-in-5-min-a26078d496fb

License: Other

PHP 62.22% CSS 12.34% JavaScript 25.44%

wordpress-postgresql's Introduction

WordPress-PostgreSQL

Install WordPress CMS with PostgreSQL on your local machine as well as on the Heroku platform that is providing free PostgreSQL cloud DB with WordPress

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Clone the directory in your appropiate location

git clone https://github.com/shoaibhassan/WordPress-PostgreSQL.git

Change wp-config with your PostgreSql database variables

/** The name of the database for WordPress */
define('DB_NAME', 'your PostgreSQL database name will go here');

/** MySQL database username */
define('DB_USER', 'your PostgreSQL database username will go here');

/** MySQL database password */
define('DB_PASSWORD', 'your PostgreSQL database password will go here');

/** MySQL hostname */
define('DB_HOST', 'localhost');

Running

Run this cloned repo in your server so you can install the wordpress and follow the steps same as the wordpress.

Authors

  • Shoaib Hassan -

Acknowledgments

  • Please Share with anybody who has problem in installing the wordpress with postgreSQl
  • Inspiration
  • etc

wordpress-postgresql's People

Contributors

gamernotitle avatar shoaibhassan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.