1.0.40 • Published 6 years ago
node-nginx-conf v1.0.40
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.gitCheckout the latest version
$ git checkout release/1.0
$ git pullInstall NPM dependencies
$ npm installStart the application
$ node pm2Available Gulp Commands
List all available gulp commands
$ gulpRunning the Linting
Test the code quality of this repository
$ gulp eslintRunning the Document
Generate the jsdoc document
$ gulp jsdocBuilt With
- PM2 - The process manager for Node.js
1.0.40
6 years ago