Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Лошкарев Сергей Алексеевич
PS page generation
Commits
137bcc87
Commit
137bcc87
authored
3 years ago
by
Лошкарев Сергей Алексеевич
Browse files
Options
Download
Patches
Plain Diff
readme edits
parent
5d50aa19
master
1.0
1 merge request
!5
Edit repo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-8
README.md
with
19 additions
and
8 deletions
+19
-8
README.md
+
19
−
8
View file @
137bcc87
...
...
@@ -8,19 +8,30 @@
pip install -r requirements.txt
```
Написать конфигурационный файл config.ini в формате toml в следующем формате:
Написать конфигурационный файл config.ini в следующем формате:
> ВАЖНО: Кавычки писать не надо!
```
# config.ini
[taiga]
host = https://track.miem.hse.ru/
# Адрес хоста
username = ***
# Логин/почта от taiga
password = ***
# Пароль
project_
name
= ps
# slug проекта
host = https://track.miem.hse.ru/
username = ***
password = ***
project_
slug
= ps
[wiki]
url = https://wiki-dev.miem.vmnet.top/graphql
# Адрес хоста
token = ***
# Токен для доступа к wiki
path = ps/members4/
# Путь к создаваемым страницам в wiki (Важно, чтобы он заканчивался на '/')
url = https://wiki-dev.miem.vmnet.top/graphql
token = ***
path = ps/members4/
```
Где:
*
taiga
*
host - хост для taiga
*
username - логин/почта от taiga
*
password - пароль
*
project_slug - slug проекта
*
wiki
*
url - адрес хоста wiki
*
token - токен для доступа к wiki
*
path - путь к создаваемым страницам в wiki (Важно, чтобы он заканчивался на '/')
Запустить проект
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets