Skip to content

Commit 803a25e

Browse files
committed
minor readme updates
1 parent b73d61d commit 803a25e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Test Rabbit
22

3-
This is a repo that when deployed as a fortrabbit App uses all common features of the platform.
4-
It has an automatic test suite that is run whenever you visit the main page of the app.
5-
6-
This test app is designed to work on all supported PHP versions.
3+
This is used internally by fortrabbit to test basic features of the platform.
4+
When deployed as a fortrabbit app there is an automatic test suite that runs whenever you visit the main page of the app.
75

86

97
## Local environment
8+
Running this locally doesn't really make sense, at it is designed to run on the fortrabbit platform.
9+
10+
But you can build containers locally and run a simple test to ensure that composer will successfully install on all PHP versions.
1011

1112
```bash
1213
just start
14+
just test
1315
```
1416

1517

1618
## Deployment
1719

18-
This repo is already deployed to Apps in all regions.
19-
Whenever you push to the `master` branch on GitHub,
20-
a GitHub Action is triggered that deploys that commit to the live apps.
20+
This repo is already deployed to apps in all regions on the current platform.
2121

2222
Further documentation for current platform:
2323
https://www.notion.so/fortrabbit/testrabbit-237ed2d09f6280a49ca8dfdced0310a4

0 commit comments

Comments
 (0)