0.6.0 • Published 6 years ago

git-webserver v0.6.0

Weekly downloads
1
License
LGPL-3.0
Repository
github
Last release
6 years ago

Message

Under Development project, wait for release v1.0.0 for backward compatable updates to start

Beta version installation

npm i git-webserver

Beta version deployment

In app file Ex:"index.js"
require("git-webserver")(__dirname);

Config option

create config.json in root directory
Available options
OptionTyperequiredDescriptionDefault
saltStringtrueEncription secrect key.auto
clusterBoolfalseTo run the app in cluster mode across multiple processor.true
loggingBoolfalseConsole logging.false
portIntegerfalseport number for your application.80
gitURLStringfalseURL path for your git repository."/git"
appNameStringfalseApplication name."Git-WebServer"
dbnameStringfalseDataBase name."GitWebServer"
dbURLStringfalseDataBase connection url."localhost"
dbUserStringfalseDataBase Authendication user.empty
dbPasswordStringfalseDataBase Authendication password.empty
Note : There are still many config features provided to make application flexible to run in multiple environment.
The detailed documents will be updated in future.

Description

Web base version control system backed by GIT.

Contribution

Contributors are welcome.
please contact at contact@draviavemal.com for details.

Supported Platform

Windows
Linux

Pre-Requirement

    Node JS
    Git SCM
    MongoDB

Note : Development underway to remove Git SCM dependency and to support multiple database.

Ideas

-All ideas are welcome and will be considered seriously for incorporation