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.
- Clone using the command
git clone git@github.com:zuha/Zuha.git [REPLACE WITH DESIRED INSTALL DIRECTORY PATH]
- 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 the files to zip and unpack.
- Point a domain or subdomain to the directory the zip was unpacked 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.
- There are a number of very useful additions listed here
- You can pull one or all public plugins with git using these commands :
- Pull One
git submodule update --init [PATH TO SUBMODULE]
- Ex.
git submodule update --init app/Plugin/Blogs
- Pull All
git submodule update --init
,
- Pull One
- After you have successfully pulled one or many plugins go to [YOUR DOMAIN]/install to activate the individual plugins you wish to use.
- 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.
- IMPORTANT : You can NOT install to a subfolder. Like example.com/zuha, only domains like example.localhost, localhost, example.com, subdomain.example.com
- Only tested on : PHP 5.3, PHP 5.5, MySQL 5, XAMPP, WAMP, AWS Bitnami Apache Install
- mod_rewrite and .htaccess Apache modules must be turned on and available.
- For help creating a subdomain on localhost for mac
- For help creating a subdomain on localhost for windows
- If you download (instead of clone) be sure hidden files like .htaccess make it to the directory your domain or subdomain points to.
- Depending on your system, you may be prompted to update folder permissions after download.
GPL Version 3