Skip to content

Commit

Permalink
Merge pull request #1342 from alxers/fix_#1341_improve_installation_doc
Browse files Browse the repository at this point in the history
Fix #1341: Improve docs
  • Loading branch information
joshsmith authored Dec 26, 2017
2 parents b515cd6 + 95f5cf7 commit 65ec89b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/INSTALLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ This file places environment variables on separate lines, prepended with `export
>
> Your `dev.exs` has some sane defaults of `postgres`, `postgres`, and `localhost`, respectively.
> You might want to add `GITHUB_TEST_APP_PEM` to your .env in order test suit to pass locally
> 1. Generate rsa private key (or get one from here http://phpseclib.sourceforge.net/rsa/examples.html)
> 2. base64 encode this key (f.e. in `iex> Base.encode64(your_private_rsa_key`))
Now, you can source the `.env`:

```shell
Expand Down

0 comments on commit 65ec89b

Please sign in to comment.