0.1.38 • Published 10 years ago

tig-link v0.1.38

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

tig-link

The node.js API for tig synchronization. This is the source code for the tig.link public API server.

tig is being developed to support all platforms and be 100% portable. In keeping with that mantra, tig-link server may be installed on any private server and registered with tig to track you or your organizations cloud dev settings.

setup

  • Make up a JWT secret (string) that will be used to sign JWT tokens issued by your personal installation of tig-link API.

  • Visit github developer applications and register a new application. Any name will work but I would use "<username|organization>'s private tig". Make note of the client ID and secret as you will be prompted for them.

  • Create a mongodb server accessible from where you are installing tig-link server and create a blank tig database. Get the connection string ready in format "mongodb://<mongo_credentials>@<mongo_url>/tig".

  • The command below will install the latest tig command line interface, and then will configure (-C) and install (-I) tig-link API components on your machine. The (-s) starts up the server.

npm install -g tig && tig link -CIs
0.1.38

10 years ago

0.1.37

10 years ago

0.1.36

10 years ago

0.1.35

10 years ago

0.1.34

10 years ago

0.1.33

10 years ago

0.1.32

10 years ago

0.1.31

10 years ago

0.1.30

10 years ago

0.1.29

10 years ago

0.1.28

10 years ago

0.1.27

10 years ago

0.1.26

10 years ago

0.1.25

10 years ago

0.1.24

10 years ago

0.1.23

10 years ago

0.1.22

10 years ago

0.1.21

10 years ago

0.1.20

10 years ago

0.1.19

10 years ago

0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago