0.7.1 • Published 4 years ago

kapilka v0.7.1

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

Tezster-CLI

npm version npm downloads license docs telegram contributions welcome

Getting Started

Follow below steps to get started with Tezster-CLI.

Prerequisites

  1. Node v. 12.x.x
  2. Docker v. 2.3.0.2+

Note: We recommend to install Node LTS version i.e. 12.x.x.

OS Support

  1. Linux (Ubuntu and Debian)
  2. Mac OS X
  3. Windows 10

Node.js Installation

Run following commands to install Node.js LTS version (for linux based platforms) or can download nodejs from Downloads.

sudo apt-get update
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs

After installing verify and check the installed version.

node -v 

Docker Installation

For Ubuntu/Linux run : sudo apt install docker.io For Debian refer this link. For MAC refer this link. (Docker Desktop stable v2.3.0.2 or later)

Note: If you are using windows, please follow docker installation steps as detailed in docker installation steps for windows.

Post Docker Installation Guide (Skip if using windows or docker-desktop)

Make sure after installing docker you have added $USER to the docker group, if not run the following commands:

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker

Clone repository

To clone the repository use the following commands:

git clone https://github.com/Tezsure/Tezster-CLI.git
cd Tezster-CLI
npm install
sudo npm link

NPM Package

You can install tezster-cli using npm package as well. To install npm package, run:

sudo npm install -g tezster@latest

Note: If you got error message regarding permission denied, try install using sudo npm install -g tezster@latest --unsafe.

Run tezster --version to ensure the version of tezster.

tezster --version

To list down all the tezster commands, run:

tezster --help

Congratulations, you are all set to use Tezster-CLI commands. For usage guidance follow our documentation page.

Contributing

Tezster-CLI is open source and we love to receive contributions from whosoever passionate with the technology.

There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, bug reports and feature requests or writing code. We certainly welcome pull requests as well.

Reporting bugs and Support

To know about common errors and fixes follow our common errors. To report bugs, please create an issue on issue page.

You can get in touch with us for any open discussion and 24*7 support via Telegram.

Extra

We’re building a lot of exciting features which will be released soon, So stay tuned with our updates and releases!

keep developing