Skip to content

Commit

Permalink
Mention --clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 13, 2025
1 parent c138ebf commit 61cc452
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions staging/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
These are scripts to quickly set up and tear down a staging environment for
development.
These are scripts to quickly set up and tear down a staging environment for development.

$ perl staging/start.pl postgresql://tester:testing@/test
...
Expand All @@ -10,5 +9,5 @@ development.
$ perl staging/stop.pl
...

You just need an already existing but empty PostgreSQL database, and we will
create seed data for you.
You just need an already existing but empty PostgreSQL database, and we will create seed data for you. If you don't
want any example reports in your staging environment you can also append the `--clean` option to `staging/start.pl`.

0 comments on commit 61cc452

Please sign in to comment.