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

Commits on Nov 7, 2021

  1. Overmind: Config to start and end everything

    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 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    ef274b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b8e94 View commit details
    Browse the repository at this point in the history