Skip to content

GedionChang/gpEasy-CMS

 
 

Repository files navigation

#gpEasy-CMS#

Open source CMS written in PHP focused on ease of use with true WYSIWYG editing and flat-file storage.

##Requirements##

  • PHP 5.2+
  • PHP Safe Mode Off

##Installation##

  1. Download the latest stable release of gpEasy from gpeasy.com

  2. Upload the extracted contents to your server

  3. Using your web browser, navigate to the folder you just uploaded the unzipped contents to

  4. Complete the installation form and submit

You can find more detailed installation information on gpEasy.com

##Contribute## Submitting bug fixes and enhancements is easy:

  1. Log in to GitHub

  2. Fork the gpEasy Repository

  1. Edit files within your fork. This can be done directly on GitHub.com at http://github.com/{your-username}/gpEasy-CMS

  2. Submit a Pull Request (tell gpEasy about your changes)

  • Click "Pull Prequest"
  • Enter a Message that will go with your commit to be reviewed by core committers
  • Click “Send Pull Request”

###Multiple Pull Requests and Edits### When submitting pull requests, it is extremely helpful to isolate the changes you want included from other unrelated changes you may have made to your fork of gpEasy. The easiest way to accomplish this is to use a different branch for each pull request. There are a number of ways to create branches within your fork, but GitHub makes the process very easy:

  1. Start by finding the file you want to edit in gpEasy's code repository at https://github.com/oyejorge/gpEasy-CMS.
  2. Once you have located the file, navigate to the code view and click "Edit". For example, if you want to change the /include/common.php file, the "Edit" button would appear on this page: https://github.com/oyejorge/gpEasy-CMS/blob/master/include/common.php
  3. Now, edit the file as you like then click "Propose File Change"

About

Open source CMS written in PHP focused on ease of use with true WYSIWYG editing and flat-file storage.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.0%
  • CSS 13.0%
  • JavaScript 11.0%