We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c138ebf commit 61cc452Copy full SHA for 61cc452
staging/README
@@ -1,5 +1,4 @@
1
-These are scripts to quickly set up and tear down a staging environment for
2
-development.
+These are scripts to quickly set up and tear down a staging environment for development.
3
4
$ perl staging/start.pl postgresql://tester:testing@/test
5
...
@@ -10,5 +9,5 @@ development.
10
9
$ perl staging/stop.pl
11
12
13
-You just need an already existing but empty PostgreSQL database, and we will
14
-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 commit comments