Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chief

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chief

Polyglot Server Application Running

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Chief is designed to do one thing: run applications on AWS.

Note This project is part of binary-fusion and aspects from that project may leak into this one.

  • chief may become the application container for BF
  • node.js core is focused on performance, and libuv makes coordinating multiple subprocesses extremely easy

Overview

  • upstart runs chief
  • chief runs the application
  • environment variables are loaded in via EC2 user-data

Goals

  • polyglot Procfile application server
  • obtain environment dynamically
  • produce individual log files

Details

  • an upstart script is provided under ${GENERAL_HOME}/share/upstart.conf
    • this should be installed on your EC2 image at /etc/init/chief.conf
    • the script should auto-start
  • the application must be deployed at /home/ubuntu/bundle and Procfile at /home/ubuntu/bundle/Procfile

Todo

  • configure upstart script
  • support scaling processes, i.e. web=2,api=2
  • RESTful interface
    • control process scaling
    • get/set environment

FAQs

Package last updated on 22 Jan 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc