Skip to content

Commit

Permalink
update readme to reflect new timer
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Aug 31, 2023
1 parent 1619a20 commit 9d16011
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@ Setup is pretty easy
```sh
git clone https://github.com/antedebaas/DMARC-Reports.git
```
2. run composer install
2. run update.sh to update project, clear its cache, this prevents symfony caching issues
```sh
composer install
bash [root path of this project]/update.sh
```
3. point the webserver root to the public/ directory
4. point your webbrowser to http(s)://[yourhost]/setup and follow instructions
5. after setup add the following command to a schedule of your liking
5. run installservice.sh to install the systemd service and timer
```sh
php [root path of this project]/bin/console app:checkmailbox
bash [root path of this project]/installservice.sh
```


<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- CONTRIBUTING -->
Expand Down

0 comments on commit 9d16011

Please sign in to comment.