Socket
Book a DemoInstallSign in
Socket

kalabox-bill

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kalabox-bill

Simple http server and client for executing shell for testing over http.

0.1.10
latest
Source
npmnpm
Version published
Weekly downloads
4
300%
Maintainers
2
Weekly downloads
 
Created
Source

Bill

Woah! It's a simple REST server to run scripts on a machine!

Installation

Grab a pre-compiled binary from the releases page, make executable and add to your PATH.

Or install with NPM

npm install -g kalabox-bill

Usage

bill.js -d

or for a custom port...

bill.js -d -p 1991

Running Bill as a start up service

Darwin

curl -sL https://raw.githubusercontent.com/kalabox/kalabox-bill/master/scripts/startup_osx.sh | sudo bash

Windows

Download the latest Windows release here, rename it bill.exe and put it someplace safe like %USERPROFILE%\Desktop\.bin\bill.exe

Open up cmd.exe as Administrator and run

schtasks.exe /create /tn "Bill" /ru SYSTEM /sc ONSTART /rl HIGHEST /tr "%USERPROFILE%\Desktop\.bin\bill.exe -d"

You will also need to make sure that Bill is allowed through the Windows Firewall.

Linux

curl -sL https://raw.githubusercontent.com/kalabox/kalabox-bill/master/scripts/startup_linux.sh | sudo bash

Building Bill

You need grunt-cli and jxcore installed.

git clone https://github.com/kalabox/kalabox-bill.git
cd kalabox-bill
npm install
grunt build

Your Bill binary will live in dist/

Keywords

kalabox

FAQs

Package last updated on 16 Dec 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.