Git Install Instructions:
For Upgrade instructions Click Here!
First the install and upgrade instructions should be the same as standard Cerberus Version 4 with the following exceptions.
Standard Cerberus 4 install instructions
Under install you need to get the files from another source. So under section Acquiring the Files
Instead of getting files from Cerberus you need to get them from cerb5blog.com. I make this as easy as possible. There are 2 ways to get them from cerb5blog.com.
1) Using Git
2) Using a downloadable zip latest version from the Project Page
Using Git.
Pro's for using Git to obtaining the project files. Since it allows for painless software updates and the preservation of any custom modifications you make.
Con's for using Git it is more complex. If you don't know how to use it you can run into problems. Not available on most share hosts.
Git is usually available from the package manager for major Linux distributions. For Windows Servers the best option is TortoiseGit.
git clone git://github.com/rmiddle/cerb4.git cerb4fixInitialized empty Git repository in /XXX/cerb4fix/.git/
remote: Counting objects: 24176, done.
remote: Compressing objects: 100% (7709/7709), done.
remote: Total 24176 (delta 15269), reused 23713 (delta 14947)
Receiving objects: 100% (24176/24176), 8.76 MiB | 888 KiB/s, done.
Resolving deltas: 100% (15269/15269), done.
cd cerb4fix
git checkout --track -b fix origin/fixBranch fix set up to track remote branch fix from origin.
Switched to a new branch 'fix'
git submodule initSubmodule 'libs/devblocks' (git://github.com/wgm/devblocks.git) registered for path 'libs/devblocks'
git submodule updateInitialized empty Git repository in /XXX/cerb4fix/libs/devblocks/.git/
remote: Counting objects: 5697, done.
remote: Compressing objects: 100% (2108/2108), done.
remote: Total 5697 (delta 3589), reused 5562 (delta 3481)
Receiving objects: 100% (5697/5697), 5.15 MiB | 1453 KiB/s, done.
Resolving deltas: 100% (3589/3589), done.
Submodule path 'libs/devblocks': checked out '3b09634627c129b07d090bd76aa0833ea0364cf5'
Ok you are done downloading the code.
Continue on and finish the installs.
Thanks
Robert
By Downloading a ZIP File.
A .zip file is provided for situations where Git isn't available.
Pro's simple and easy to use for installation.
Con's if you make changes to the code it makes it much hard to upgrade as you will have to reapply those changes each time you upgrade. Current Zip files can be downloaded from the project pages Cerberus 4 Project Page. Once you download the latest version you can follow the instructions on the website.
Thanks
Robert