11 lines
383 B
Markdown
Executable File
11 lines
383 B
Markdown
Executable File
# jira-worklog-data
|
|
|
|
# Setup
|
|
1. Connect to the VPN
|
|
2. Download the correct root certificate from the browser
|
|
and put it into the repository. Make sure the name installed
|
|
the global varialbes is correct.
|
|
3. Create the .env file with the following content:
|
|
JIRA_USER=<your username>
|
|
JIRA_PASSWORD=<your password>
|
|
4. Install necessary packages from the requirements.txt file |