https://github.com/wenzel/kde-phabricator-import
Scripts to import data from services used by the KDE community into Phabricator
https://github.com/wenzel/kde-phabricator-import
Last synced: about 1 month ago
JSON representation
Scripts to import data from services used by the KDE community into Phabricator
- Host: GitHub
- URL: https://github.com/wenzel/kde-phabricator-import
- Owner: Wenzel
- License: gpl-3.0
- Created: 2016-02-03T21:26:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T10:49:09.000Z (about 10 years ago)
- Last Synced: 2025-01-02T05:13:13.070Z (over 1 year ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kde-phabricator-import
Scripts to import data from services used by the KDE community into Phabricator
# requirements
- Docker
- Python 3
- virtualenv
# setup
export your data from kanboard database into a file named `kanboard.sql` and
place it at the root of the repo.
- run `git submodule update --init`
- run `./setup_kanboard.sh` to setup kanboard mysql database
- run `./setup_phabricator.sh` to setup phabricator database and web application
- go to http://127.0.0.1:8081 and setup the phabricator admin account
- then generate a new CONDUIT API token and replace the value in `config.py`
- run `./run_server.sh` to run the server in phabricator web container
- check the configuration in `config.py`
- run `./python/test.py` to start the import