Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cesurapp committed May 31, 2021
1 parent ac3682a commit 326b798
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,21 @@ Installation
```
4. Run built-in web server
```
symfony server:start --no-tls
symfony server:start --no-tls -d
```
5. Install & Build assets
```
yarn install
yarn run build
```
6. Run Backround Process
```
pm2 start
# Manuel
# bin/console messenger:consume -vv
# bin/console schedule:run
```

Documentation
--------------------
Expand Down

0 comments on commit 326b798

Please sign in to comment.