Installing WebIssues - Bug and Enhancement Tracker - on Windows
i12bretro
#WebIssues #Windows #BugTracker
Full steps can be found at https://i12bretro.github.io/tutorials/0223.html
What is WebIssues?
WebIssues is an open source, multi-platform system for issue tracking and team collaboration. It can be used to store, share and track issues with various attributes, description, comments and file attachments. It is easy to install and use but has many capabilities and is highly customizable. - https://webissues.mimec.org/
Installation
01. Download XAMPP https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/ 02. Download WebIssues https://github.com/mimecorg/webissues/releases 03. Download Microsoft Visual C++ https://aka.ms/vs/16/release/vc_redist.x64.exe 04. Install Microsoft Visual C++ 05. Right click the downloaded XAMPP .zip file ≫ Extract All... 06. Right click the downloaded WebIssues .zip file ≫ Extract All... 07. Rename the extracted folder webissues 08. Cut the webissues folder inside the XAMPP/htdocs directory 09. Copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example 10. Run XAMPP/setup_xampp.bat to update the configuration files with the new server location 11. Navigate to XAMPP/php and edit php.ini 12. Find the following lines and remove the ; to uncomment them extension=imap 13. Run XAMPP/xampp-control.exe 14. Click the Start button next to Apache and MySQL 15. Navigate to XAMPP/mysql/bin 16. Hold the SHIFT key and right click in the white space ≫ Open PowerShell window here... 17. Type the following in the PowerShell window to setup the webissues database .\mysql -u root CREATE DATABASE webissues; GRANT ALL ON webissues.* TO 'webissues_rw'@'localhost' IDENTIFIED BY 'W3b1ssu3s!'; FLUSH PRIVILEGES; EXIT; exit 18. Open a web browser and navigate to http://DNSorIP/webissues 19. Click the Configure Database link 20. Select a Language ≫ Click Next 21. Select Create new database tables and MySQL ≫ Complete the form as follows Host name: localhost Database name: webissues User name: webissues_rw Password: W3b1ssu3s! 22. Click Next at the bottom right of the page 23. Give the server a name and enter and confirm a password for the admin user ≫ Click Next 24. Review the installation summary ≫ Click Install 25. After the installation completes click the Web Client link 26. Welcome to WebIssues Source: https://doc.mimec.org/webissues-guide/installation.html
Connect with me and others
★ Discord: https://discord.com/invite/EzenvmSHW8 ★ Reddit: https://reddit.com/r/i12bretro ★ Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=lnOCa_uwf1U
28018516 Bytes