Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

neel1996/gitconvex-package

Repository files navigation

Gitconvex

🚧 Archival Notice

This repo is a backup of the JS based code base for gitconvex. The backend has been replaced with GoLang from version 2.0.0 and the Node JS backend or any related code base will not be supported anymore - 14/11/2020

gitconvex - A web based UI client for managing git repositories | Product Hunt Embed

Web application for managing your git repositories

open issues Gitconvex UI pipeline Gitconvex Server pipeline

Download options

Use any of the below options to get gitconvex for your system

gitconvex npm package github release docker image License

  • Option - 1 Cloning repo from github

To be Noted : The master branch contains the latest stable build of the project. For a reliable experience, always clone the repo from the master branch.


$ git clone https://github.com/neel1996/gitconvex-package.git
$ cd gitconvex-package
$ npm start

  • Option - 2 Downloading package from npm

npm i -g @itassistors/gitconvex

This will install gitconvex as a global module and it can be started straight away from the command line with gitconvex command

$ gitconvex

INFO: Checking for config file
INFO: Config file is present
INFO: Reading from config file /usr/lib/node_modules/@itassistors/gitconvex/env_config.json
GitConvex API connected!

Checking data file availability...
INFO: Data file /usr/lib/node_modules/@itassistors/gitconvex/database/repo-datastore.json is present and it will be used as the active data file!

You can change this under the settings menu

Gitconvex is running on port 9001

    Open http://localhost:9001/ to access gitconvex
  • Option - 3 If you are into docker, then there is also a docker image available for gitconvex

docker pull itassistors/gitconvex

Note: Make sure you mount the host volume to the container to access the git repos from the host system. If you have git repos stored within your containers, then this is not required

  • Option - 4 Downloading the zip file from the tagged github release
## Extract the downloaded zip file and execute the commands

$ cd gitconvex-package
$ npm start

Platforms

supported platforms
Linux 🐧
Mac OS 🍎
Windows 🔲

Requirements

Node js Tested on v12.0+
Git Tested on v2.20+

Detailed documentation

Refer the detailed Documentation for how to setup and use the platform

License

See LICENSE info for more

About

Archived JS based gitconvex code base

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published