2017 © Pedro Peláez
 

project gwpress

A low profile Wordpress clone by George Whitcher.

image

gwhitcher/gwpress

A low profile Wordpress clone by George Whitcher.

  • Friday, April 21, 2017
  • by gwhitcher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GWPRESS

GWPRESS is an open source blogging software with no framework built to be the best! Built by: George Whitcher., (*1)

Composer Installation

1. composer require gwhitcher/gwpress
2. Take the index.php, gw-config.dist, and .htaccess.dist in /vendor/gwhitcher/gwpress/ and put in your root.
3. Setup gw-config.php.dist with your settings and database information. Save and rename to gw-config.php.  Don't forget to activate composer in the config or else it will not work!
4. Rename .htaccess.dist to .htaccess.
5. Setup /vendor/gwhitcher/gwpress/gw-includes/routes.php.dist (leave as is if unsure).  Save and rename to routes.php.
6. Visit site yourdomain.com/install.  If everything is correct it will install itself. (If the installer did not delete /gw-content/themes/gwpress/install.php please delete it now.)
7. To view the Administration visit yourdomain.com/admin and use admin@admin.com:password.  It is suggested you change this immediately.

Manual Installation

1. [Download](https://github.com/gwhitcher/GWPRESS/archive/master.zip) and extract files to the root of your server.
2. Setup gw-config.php.dist with your settings and database information. Save and rename to gw-config.php.
3. Rename .htaccess.dist to .htaccess.
4. Setup /gw-includes/routes.php.dist (leave as is if unsure).  Save and rename to routes.php.
5. Visit site yourdomain.com/install.  If everything is correct it will install itself. (If the installer did not delete /gw-content/themes/gwpress/install.php please delete it now.)
6. To view the Administration visit yourdomain.com/admin and use admin@admin.com:password.  It is suggested you change this immediately.

The Versions

21/04 2017

dev-master

9999999-dev

A low profile Wordpress clone by George Whitcher.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by George Whitcher