0.1.38 • Published 9 years ago

tig-link v0.1.38

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

0.1.37

9 years ago

0.1.36

9 years ago

0.1.35

9 years ago

0.1.34

9 years ago

0.1.33

9 years ago

0.1.32

9 years ago

0.1.31

9 years ago

0.1.30

9 years ago

0.1.29

9 years ago

0.1.28

9 years ago

0.1.27

9 years ago

0.1.26

9 years ago

0.1.25

9 years ago

0.1.24

9 years ago

0.1.23

9 years ago

0.1.22

9 years ago

0.1.21

9 years ago

0.1.20

9 years ago

0.1.19

9 years ago

0.1.18

9 years ago

0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago