Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshjohanning/trac-issues-repo-2
https://github.com/joshjohanning/trac-issues-repo-2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshjohanning/trac-issues-repo-2
- Owner: joshjohanning
- Created: 2021-01-21T17:46:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T21:58:40.000Z (over 3 years ago)
- Last Synced: 2024-10-14T09:47:49.541Z (3 months ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Migrate Trac tickets
See: https://github.com/trustmaster/trac2github
1. Edit the file 'trac2github.cfg'. You can also edit the `trac2github.php` above the 'DO NOT EDIT BELOW' comment.
2. Run the php file from the shell, e.g.:
`$ php trac2github.php`Requirements:
1. PHP (e.g. on Ubuntu `apt-get install php`) (I prefer `apt-get install php-fpm` to not install apache over my existing web server)
2. Support for the trac database format, e.g. `php-mysql`, `php-sqlite3`, etc.
3. `apt-get install php-curl`Athenticating with GitHub, including with two-factor authentication:
1. Set up a GitHub personal access token, see https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
2. Set the username field in the configuration to your GitHub username
3. Set the password field in the configuration to your GitHub personal access token