Skip to content

Commit 61cc452

Browse files
committed
Mention --clean
1 parent c138ebf commit 61cc452

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

staging/README

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
These are scripts to quickly set up and tear down a staging environment for
2-
development.
1+
These are scripts to quickly set up and tear down a staging environment for development.
32

43
$ perl staging/start.pl postgresql://tester:testing@/test
54
...
@@ -10,5 +9,5 @@ development.
109
$ perl staging/stop.pl
1110
...
1211

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

0 commit comments

Comments
 (0)