MantisBT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
<source lang="bash"> | <source lang="bash"> | ||
#./bugs/config_defaults_inc.php to change mantisbt config | #./bugs/config_defaults_inc.php to change mantisbt config | ||
sed -i "s/$g_window_title = 'MantisBT'/$g_window_title = 'ChorkeBT'/g" ./ | sed -i "s/$g_window_title = 'MantisBT'/$g_window_title = 'ChorkeBT'/g" ./mant/config_defaults_inc.php | ||
</source> | </source> | ||
<source lang="bash"> | <source lang="bash"> | ||
#./bugs/config/config_inc.php to change database connection | #./bugs/config/config_inc.php to change database connection | ||
sed -i "s/$g_db_password = '';/$g_db_password = 'password';/g" ./ | sed -i "s/$g_db_password = '';/$g_db_password = 'password';/g" ./mant/config/config_inc.php | ||
</source> | </source> | ||
http://cdn.chorke.org/ | http://cdn.chorke.org/mant | ||
user: administrator | user: administrator | ||
pass: root | pass: root |
Revision as of 22:25, 21 February 2019
MantisBT makes collaboration with team members & clients easy, fast, and professional.
MantisBT is an open source issue tracker that provides a delicate balance between simplicity and power. Users are able to get started in minutes and start managing their projects while collaborating with their teammates and clients effectively. Once you start using it, you will never go back!
#./bugs/config_defaults_inc.php to change mantisbt config
sed -i "s/$g_window_title = 'MantisBT'/$g_window_title = 'ChorkeBT'/g" ./mant/config_defaults_inc.php
#./bugs/config/config_inc.php to change database connection
sed -i "s/$g_db_password = '';/$g_db_password = 'password';/g" ./mant/config/config_inc.php
http://cdn.chorke.org/mant user: administrator pass: root