/foreman-windows

Foreman for Windows

Primary LanguageC#

Foreman for windows

Manage Procfile-based applications

Foreman in CSharp.

Installation

  • Todo
Compile from Source
  $ build.bat

Usage

  $ cat Procfile
  web: bin/web start -p $PORT -e $APP_ENV
  worker: bin/worker queue -e $APP_ENV
  $ cat .env
  PORT=6000
  APP_ENV=prod
  MAILER_DSN=smtp://localhost
  DATABASE_DSN=sqlite:///./var/data.db
  TRANSPORT_DSN=amqp://user:password@localhost:5672/%2f/messages
  $ foreman.exe