Skip to content

Commit 4e908de

Browse files
committed
Move readme bits to fizzy-saas (WIP)
1 parent f172dcd commit 4e908de

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

README.md

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ First, get everything installed and configured with:
66

77
bin/setup
88

9-
If you'd like to load fixtures:
10-
11-
bin/rails db:fixtures:load
12-
139
And then run the development server:
1410

1511
bin/dev
1612

1713
You'll be able to access the app in development at http://fizzy.localhost:3006
1814

15+
You can reset the database and seed it with:
16+
17+
bin/setup --reset
18+
1919
## Running tests
2020

2121
For fast feedback loops, unit tests can be run with:
@@ -26,47 +26,13 @@ The full continuous integration tests can be run with:
2626

2727
bin/ci
2828

29-
### Tests
30-
31-
### Outbound Emails
32-
33-
#### Development
29+
## Outbound Emails
3430

3531
You can view email previews at http://fizzy.localhost:3006/rails/mailers.
3632

37-
You can enable or disable [`letter_opener`](https://github.com/ryanb/letter_opener) to
38-
open sent emails automatically with:
33+
You can enable or disable [`letter_opener`](https://github.com/ryanb/letter_opener) to open sent emails automatically with:
3934

4035
bin/rails dev:email
4136

4237
Under the hood, this will create or remove `tmp/email-dev.txt`.
4338

44-
## Environments
45-
46-
Fizzy is deployed with Kamal. You'll need to have the 1Password CLI set up in order to access the secrets that are used when deploying. Provided you have that, it should be as simple as `bin/kamal deploy` to the correct environment.
47-
48-
### Beta
49-
50-
Beta is primarily intended for testing product features.
51-
52-
Beta tenant is:
53-
54-
- https://fizzy-beta.37signals.com
55-
56-
This environment uses local disk for Active Storage.
57-
58-
59-
### Staging
60-
61-
Staging is primarily intended for testing infrastructure changes.
62-
63-
- https://fizzy.37signals-staging.com/
64-
65-
This environment uses a FlashBlade bucket for blob storage, and shares nothing with Production. We may periodically copy data here from production.
66-
67-
68-
### Production
69-
70-
- https://app.fizzy.do/
71-
72-
This environment uses a FlashBlade bucket for blob storage.

0 commit comments

Comments
 (0)