useable

0.0.13 • Public • Published

useable

Very useable self-hosted app deployments.

Quick Start

Spin up a new server and install useable with one line:

$ curl -sSL https://cdn.rawgit.com/pqvst/useable/master/bin/get.sh | sudo -E bash -

On your local machine, install useable and add your server:

npm install -g useable
use server http://<name>:<token>@<ip>:<port>

Now you're good to go! Deploy an app like this:

use app ./myapp

Using multiple servers? Easy:

use app ./myapp on prod-fra
use app ./myapp on prod-nyc
use app ./myapp on prod-sin

Manual Installation

  1. Install docker
  2. Install nodejs (and npm)
  3. Install build-essential (optional)
  4. Install npm install -g useable
  5. Run useable-here

Contribute

  1. Install docker
  2. Install node and npm
  3. Fork this repository to your own GitHub account and then clone it to your local device
  4. Link the package to the global module directory: npm link

As always, you can use npm test to run the tests and see if your changes have broken anything.

Notes

Readme

Keywords

none

Package Sidebar

Install

npm i useable

Weekly Downloads

2

Version

0.0.13

License

MIT

Last publish

Collaborators

  • pqvst