Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean151 committed Feb 10, 2024
1 parent 1b0c829 commit 83a9790
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,27 @@ RABBITMQ_USERNAME=guest
RABBITMQ_PASSWORD=guest
```


- Install dependencies:
```shell
composer install --optimize-autoloader
```


- Even if authentication is left disabled, you need to generate a jwt pair of keys:
```shell
./bin/console lexik:jwt:generate-keypair
```

- Expose the Symfony /public/index.php using your preferred method. I prefer nginx

- Expose the Symfony /public/index.php using your preferred method. (I prefer nginx)\
See https://symfony.com/doc/current/deployment.html


- Start the websocket for your feeder to connect to. Using something like supervisor is recommended.
```shell
./bin/console aln:socket:run
```

Now you can follow the steps for configuring your feeder above, and use it.
If you do not enable authentication, you can skip all the authentication steps and use your feeder directly!

0 comments on commit 83a9790

Please sign in to comment.