PHP RT - Enterprise Action Tracker
PHP RT Installation
Six basic steps, and you are running your very own PHP RT installation.
- Copy Tarball to your server, Un-archive
tar zxf FILE.tar.gz
- Edit Configuration File
edit config/global* -- edit DB settings, and mysql_prefix/table names.
- Edit MySQL Schema - ROOT password:
edit config/mysql.schema -- make sure all table references match the above settings.
Replace 5f4dcc3b5aa765d61d8327deb882cf99 with a md5("your password") or
use this and change the password after you log in.
5f4dcc3b5aa765d61d8327deb882cf99 = md5("password")
(root / password --- this is the default username and password)
- Create MySQL User, Table
Create mysql USER, TABLE and setup permissions inside MySQL
- Import MySQL Data
Import the schema and the first user. This is blank setup with no templates defined.
> mysql -h#### -u#### -p DATABASE < config/mysql.schema
- Access your tool
bring up your favoriate web browser, and navigate to your top level path
(eg http://www.yoursite.com/phprt/)
If you need help, please let us know - we offer services to install for you.
|