Cookie Consent by FreePrivacyPolicy.com TIBET
TIBET Logo

TIBET

Install

Installation


First, a sincere Thank You!

As TIBET's developers we're excited you've chosen to explore TIBET.

Let's get started!


tl;dr

Got Node?

Verify TIBET prerequisites, then:

npm install -g tibet
tibet init


Got Docker?

docker pull coderats/tibet
docker run -i -p 127.0.0.1:1407:1407/tcp -t coderats/tibet


Next Steps…

tibet quickstart


The Longer Version

Prerequisites


We strongly recommend using Node Version Manager (nvm).

Using nvm lets you install multiple versions of Node.js and switch between them with ease which is great for development and helpful if you need to adjust the version running in production while maintaining an easy rollback strategy.

To install nvm follow the instructions at the nvm GitHub page.


NodeJS

Get Node…

TIBET requires Node.js version 16+ for proper operation.

We also recommend using npm version 8.x or higher.

You can confirm your node, and npm versions using:

node --version
v16.14.2

npm --version
8.5.0


To install Node.js via nvm see the instructions at the nvm GitHub repo.

To install Node.js without nvm follow the instructions at nodejs.org.

Docker

Get Docker…

To install the latest Docker Desktop visit the Get Docker site.

TIBET

Get TIBET…

npm install -g tibet
tibet init


See the Full Install Guide for detailed installation instructions.


Troubleshooting

Troubleshooting

See the Troubleshooting Guide if you're experiencing issues with your installation.


Support

Support

SLA-based Support

We offer full, SLA-based support for the full TIBET product line.

Informal Support

Reach out on the TIBET Discord channel if you need assistance.