An open API service indexing awesome lists of open source software.

https://github.com/ismaeelakram/launchnow

An easy workflow for developers who don't want to connect to their servers all the time.
https://github.com/ismaeelakram/launchnow

ci cli deployment nodejs

Last synced: about 2 months ago
JSON representation

An easy workflow for developers who don't want to connect to their servers all the time.

Awesome Lists containing this project

README

          



[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

launchnow is an easy-to-use tool for developers who don't want to `git fetch` from their servers all the time.

## Installation

You need to install with `npm install -g launchnow` on your computer and the server.

## Usage

In your **package.json** file, add this:

```
"launchnow": {
"script": "npm start"
}
```

**YOU NEED TO ALLOW PORT 2424 THROUGH THE FIREWALL. IF NOT, THE CLIENT WILL NOT BE ABLE TO REQUEST A RE-DEPLOY.**
Now, on your server, run `launchnow server`. Launchnow will run and start your project automatically. Now, whenever you want your server to fetch and restart, you can run `launchnow client `. The server will receive the request on port 2424 to fetch and restart.