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.
- Host: GitHub
- URL: https://github.com/ismaeelakram/launchnow
- Owner: IsmaeelAkram
- License: mit
- Created: 2020-06-28T17:13:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T04:51:48.000Z (over 3 years ago)
- Last Synced: 2025-02-14T17:04:19.076Z (over 1 year ago)
- Topics: ci, cli, deployment, nodejs
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.