Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiser12 authored Mar 16, 2018
1 parent f6b62ac commit 4db55e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You get on the server side a long term facebook access token.

The microservice is completely independent and is designed to be deployed via docker. But if you want you can run it by yourself in the following way:

`
```
composer install
openssl genrsa -out var/jwt/private.pem -aes256 -passout pass:${JWT_PASSPHRASE} 4096
Expand All @@ -20,7 +20,7 @@ openssl rsa -pubout -in var/jwt/private.pem -out /session/var/jwt/public.pem -pa
php etc/bin/symfony-console doctrine:database:create --if-not-exists
php etc/bin/symfony-console do:mi:mi -v --no-interaction
`
```

## Using DockerFile

Expand Down

0 comments on commit 4db55e6

Please sign in to comment.