Change Control Request Manager is an on-line system for managing change requests for businesses. It can be customized to fit the needs of a particular business.
The files can be accessed via GIT:
git clone git://solar1.net/ccr.git
To install locally :
1. Untar the package into your WEBROOT
ex:
$ cd /var/www/
$ tar xvfz ccr-x.x.x.tar.gz
$ cd ccr
2. edit the config file confi.php:
These are example entries. Change yours to reflect your environment.
$username="ccr";
$password="password";
$database="ccr";
$dbserver="localhost";
3. Make sure the MySQL database is created and the user mentioned in config.php has the rights to the database.
4. Run the install script from your browser (http://yourwebserver/ccr/install.php). Nothing will display if it is all sucessfull for now.
5. Login to ccrmgr by going to the url (http://yourwebserver/ccr) use admin as the user and admin for the password. Once logged in, either change the password or add another user and delete the admin user. This can be done under Options from the left menu.
Comments
git://solar1.net/ccr.git
It seems to be not working.
Git clone not workng
I need this project, but the git clone does not work. Exits with:
fatal: remote error: access denied or repository not exported: /ccr.git
The repo should be working
The repo should be working now. Sorry for the trouble.
Add new comment