Skip to content

chaoos2/XoopsCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XoopsCore

This is XoopsCore 2.6.0

For more information on XOOPS visit http://xoops.org

Developer Installation

To participate in XOOPS development, fork this repository on GitHub.

Pull your fork to your development environment.

To install this version you will need Composer. You can get it here: http://getcomposer.org/

From the htdocs/xoops_lib folder run:

 composer install

if you are installing for the first time. Otherwise run:

 composer update

This should download some required libraries that XOOPS depends on.

Now you can proceed with a standard XOOPS install.

When your changes are complete and tested, send us a Pull Request on GitHub and we will take a look.

Releases

No releases published

Packages

No packages published