1.0.40 • Published 4 years ago

node-nginx-conf v1.0.40

Weekly downloads
-
License
UNLICENCED
Repository
-
Last release
4 years ago

WebsiteBox.com Domain Greeter

This repository provides dynamic configuration of Nginx to faciliate handling of client domain request handling, routing, and SSL.

Getting Started

Install the server, then checkout the working branch to make the changes. Be sure to run the unit tests and code linting before committing new code.

Prerequisite Understanding

Installing

Clone the repository to your main project directory

$ git clone ssh://git@bitbucket.websitebox.com:7999/wsbx/node-nginx-conf.git

Checkout the latest version

$ git checkout release/1.0
$ git pull

Install NPM dependencies

$ npm install

Start the application

$ node pm2

Available Gulp Commands

List all available gulp commands

$ gulp

Running the Linting

Test the code quality of this repository

$ gulp eslint

Running the Document

Generate the jsdoc document

$ gulp jsdoc

Built With

  • PM2 - The process manager for Node.js