You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
- Convert all demo.yaml configs to Procfile + .env format
- Maintain all existing functionality while leveraging overmind features
The new system provides:
- Better process management with overmind
- Uses the standard Procfile format
- Simplified maintenance and debugging
- Color-coded logs and improved UX
- Easiliy add DB functionality to individual apps
Amp-Thread-ID: https://ampcode.com/threads/T-e1bc82e9-1bdd-44ec-94cb-6e5d264984f6
Co-authored-by: Amp <amp@ampcode.com>
Copy file name to clipboardExpand all lines: DETAILS.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
This list is everything that will be installed on your workstation when running
4
4
the installer. All dependencies are managed via [Brewfile](/Brewfile).
5
5
6
+
By default, the repository is installed to `~/revenue`, but you can customize this
7
+
with the `--install-path` flag:
8
+
9
+
```bash
10
+
./install.sh --install-path /custom/path
11
+
# or
12
+
revenue init --install-path /custom/path
13
+
```
14
+
6
15
To update existing installed tools, run `revenue update`
7
16
8
17
## Editors and IDEs
@@ -61,6 +70,12 @@ Command-line interface for Amp AI coding assistant
61
70
mise allows you to easily install additional developer tools as well a manage
62
71
multiple versions of tools globally or,specific to individual projects.
63
72
73
+
### overmind
74
+
75
+
overmind is a process manager for Procfile-based applications and tmux sessions. It provides a simple way to manage multiple processes during development with features like process restart, log aggregation, and easy process interaction.
0 commit comments