Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

Overmind: Config to start and end everything #410

Merged
merged 2 commits into from
Nov 7, 2021

Conversation

NickSchimek
Copy link
Member

@NickSchimek NickSchimek commented Nov 7, 2021

Install tmux and overmind and copy the .overmind.env.example file to
overmind.env and copy the Procfile.dev.example to Procfile.dev
then adjust the location of your frontend repo in the Procfile. Default
assumes that the frontend repo is located in the same folder as the
backend repo. For ex: Change cd ../dwellingly-app to cd ../your_relative_location or use an absolute path.

Start all servers with overmind start. You can connect to any server
in the terminal with overmind connect name_of_process.
for ex: overmind connect frontend or overmind connect backend

This will start a development frontend and backend server. And start a
testing backend and frontend server.

Simplifies start up and removes the need to set config to specify which
server to start.

Install tmux and overmind and copy the `.overmind.env.example` file to
`overmind.env` and copy the `Procfile.dev.example` to `Procfile.dev`
then adjust the location of your frontend repo in the Procfile. Default
assumes that the frontend repo is located in the same folder as the
backend repo. For ex: Change `cd ../dwellingly-app` to `cd
../your_relative_location` or use an absolute path.

Start all servers with `overmind start`. You can connect to any server
in the terminal with `overmind connect name_of_process`.
for ex: `overmind connect frontend` or `overmind connect backend`

This will start a development frontend and backend server. And start a
testing backend and frontend server.

Simplifies start up and removes the need to set config to specify which
server to start.
@NickSchimek NickSchimek merged commit 1e09b88 into development Nov 7, 2021
@NickSchimek NickSchimek deleted the overmind_setup_init branch November 7, 2021 06:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant