fedora-easyfix
A collection of self-contained and well-documented issues for newcomers to start contributing with
How to setup the local development environment?
- Clone the repository by executing
git clone https://github.com/t0xic0der/fedora-easyfix.git
. - Make the local repository your current working directory by executing
cd fedora-easyfix/
. - Create a new virtual environment by executing
virtualenv venv
. - Activate the newly created virtual environment by executing
source venv/bin/activate
. - Install the module by executing
python3 setup.py install
. - Fetch a personal access token from here and store it in a
.env
file inside the same directory." GITHUB_API_KEY = " " PAGURE_API_KEY = "" "> GITHUB_USERNAME = "
" GITHUB_API_KEY = " " PAGURE_API_KEY = "" - Run
index-easyfix-issues
being in the same directory to index the Easyfix relevant issues from a variety of Git forges. - Run
start-easyfix-server -p 9696 -4
to start the Easyfix server.
Detailed documentation would arrive shortly. Inconvenience is regretted.