From a996164e3a48febee26c8a91e369825414942c72 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Tue, 7 Nov 2017 09:23:59 +0100 Subject: [PATCH] Add manual step for hub, and ssh key warning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 74451ba..f36b71d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ An admin user is created at installation, the login is what you provided at inst You'll need to give weblate a github user and a token. Please read [github's documentation about token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/). This user will only be used to open the pull-request, each translation keep his author. +**Careful**, I still have to understand why, but you'll have to **manually** move your hub binary frile from /var/www/$app/bin/ to /usr/bin to enable pull request on github. I'm close to fix this. + +**SSH keys**, you'll have to go in administration, and generate a public key for weblate and add github.com so weblate knows the fingerprint. Please note if your account already have a public key (ssh-rsa), you'll have to manually add the weblate's one to your github account. + ## Settings and upgrades Almost everything related to Weblate's configuration is handled in a `settings.py` file.