Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.49 KB

README.md

File metadata and controls

48 lines (35 loc) · 2.49 KB

IsVipi Community Engine Logo

IsVipi Community Engine is an open source social networking, membership, dating, and community software released for free under GPL V3.

Table of Contents

Introduction

IsVipi Community Engine, previously IsVipi OSSN, was started in 2013 by Jones Baraza as a project of Swift Intellect. Development and maintenance of this software had been discontinued but with the release of this version, we hope to restart this project and continue supporting its development and maintenance.

Getting Started

Copyright

IsVipi Community Engine is released under GPL V3. As we endeavor to provide this software for free, we kindly ask you not to modify the copyright text that attributes this work to us. If you wish to modify this text, please Contact Us for a white label license.

System Requirements

  • PHP Version 7.4 and above
  • MySQL Version 5.7+
  • Curl
  • GD Library
  • mod_rewrite

Installation

We are working on an easy, step by step, installation process. We will update this once it is complete.

Contributing

If you would like to contribute to this project by adding a feature or fixing a bug, please do the following:

  1. Clone this project

    git clone https://github.com/jonesbaraza/isvipi.git

  2. If fixing a bug, create a branch from the development branch specific to the bug you wish to fix starting with the prefix "fixing_" (e.g fixing_broken_something)

    git checkout -b fixing_broken_something origin/development

    If there is an existing issue number for the bug you wish to fix, indicate the issue number in the new branch i.e. fixing_broken_something_2552

  3. If creating a new feature, create a branch from the development branch specifix to that new feature starting with the prefix "new_" (e.g. new_profile_field)

    git checkout -b new_profile_field origin/development

  4. Make the necessary updates, push and make a pull-request. We will review it and merge to the development branch.

Support

You can support the development and maintenace of this software by making a donation with Github Sponsors here