Skip to content

Free Open Source Multi-Site CMS ( content management system ) built on the CakePHP rapid development MVC framework. Rapidly build large scale applications or use the numerous plugins like Project Management, Contact Relationship Management (CRM), Invoicing and more.

License

ajayphp/Zuha

 
 

Repository files navigation

Welcome to Zuha (By: Buildrr)

A collection of ever expanding functionality to rapidly build new sites.

Including content management, project management, invoicing, customer relationship management (CRM), ecommerce, multi-user blogs, social networking, video recording, and even more.

Built on an MVC framework (CakePHP), by a CakePHP contributor.

Git Clone Installation

  1. Clone using the command git clone git@github.com:zuha/Zuha.git [INSERT DESIRED INSTALL DIRECTORY PATH OR LEAVE BLANK TO INSTALL TO zuha FOLDER]
  • use the command cd [INSTALL DIRECTORY]
  • use the command git submodule update --init IMPORTANT : Do not visit the site before running this, it will make this command fail.
  • use the command git submodule foreach -q --recursive 'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; [ "$branch" = "" ] && git checkout master || git checkout $branch'
  • Point a domain or subdomain to the directory the files were cloned to.
  • Create a database and keep the login details handy. (host, db name, user, password)
  • Visit the domain created in step two, and follow the prompts.

Download Installation

  1. Downloading might be possible, but is not supported.

Security Issues

  • Before install, for additional security you can open sites.default/core.php and change the values for Security.salt, and Security.cipherSeed. If you do this after install, you will not be able to login with the admin user your created during install.

Troubleshooting

Reporting issues

Submit Issues on Github.com

Versions

Latest Stable

License

GPL Version 3

About

Free Open Source Multi-Site CMS ( content management system ) built on the CakePHP rapid development MVC framework. Rapidly build large scale applications or use the numerous plugins like Project Management, Contact Relationship Management (CRM), Invoicing and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.1%
  • JavaScript 14.0%
  • CSS 4.2%
  • HTML 1.7%
  • Shell 0.0%
  • Batchfile 0.0%