Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcblw/shipper
nodejs app to accept pushs from git and deploy the app
https://github.com/jcblw/shipper
Last synced: 16 days ago
JSON representation
nodejs app to accept pushs from git and deploy the app
- Host: GitHub
- URL: https://github.com/jcblw/shipper
- Owner: jcblw
- Created: 2014-01-25T07:14:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T14:15:40.000Z (over 7 years ago)
- Last Synced: 2024-10-11T14:38:56.041Z (about 1 month ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Shipper
a simple app to deploy apps based off a push, at its current state it will accept pushed clone them into a working directory, install a fresh set of dependecies and then attempt to startup the app. Still `This is very early in development`.
## Install
```
git clone https://github.com/jacoblwe20/shipper.git
```Once downloaded, then install dependecies
```
npm install
```## What is this?
This is a app you can put on a server then you can push apps at it and it will try its best to deploy them.
`#### This is in early development`