Socket
Book a DemoInstallSign in
Socket

foreman-gui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foreman-gui

Console based GUI that builds you a Procfile usable with any foreman implementation

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Foreman-Gui

Foreman-Gui is a nifty command line utility for generating Procfiles. Foreman-Gui works with all Foreman implementations.

Foreman-Gui

Install

Install the command line tool

$ npm install -g foreman-gui

Usage

Foreman-gui has a very simple API. It only takes one parameter - the FullProcfile location. FullProcfile is a file where all your servies are defined like in a normal Procfile. Procfile is generated from your FullProcfile.

Runs Foreman-gui with the target file FullProcfile

$ fmg

Runs Foreman-gui with a custom target file.

$ fmg custom_procfile_location

After you have generated the Procfile, start foreman normally.

$ foreman

Or using node-foreman

$ nf

FullProcfile

The FullProcfile format is a simple key : command format:

web: node web_server.js
api: node api_server.js
log: node log_server.js

Each line should contain a separate process.

Keywords

foreman

FAQs

Package last updated on 06 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts