trac2github
trac2github copied to clipboard
Add documentation for using with two-factor authentication
The goal of this PR is to add some clarification for using the script with 2FA, and also listing the required PHP packages.
Add to Pre-reqs for sqlite:
sudo apt-get install sqlite php-sqlite3
And in general:
sudo apt-get install php-curl
Edit: I see you had those essentially :)