3 Setting up Tercen Studio

If you wish to develop operators then you need to set up a development environment.

If you are a regular programmer then you already have your environment.

For templates and apps you do not need a development environment as Tercen contains all the features required to build them.

Installing Tercen Studio

1. Install docker-compose

First you need to install docker-compose.

For Windows:

If you use Windows, you can install Docker-Desktop for Windows that includes docker-compose.

Advise: Select the WSL 2 backend system option when installing on Windows.

For Mac and Linux:

Check out how to install docker-compose on Mac or Linux.

2. Clone tercen-studio repository

Then, get tercen-studio by cloning the following repository:

git clone https://github.com/tercen/tercen_studio.git
cd tercen_studio

You then need to create the tercen network by running the following command.

docker network create tercen

The latest instructions on how to install Tercen Studio can be found in the README of the Tercen Studio GitHub repository.

Starting Tercen Studio

Once docker-compose is installed and the tercen-studio repository cloned, you can start tercen by running:

docker-compose up -d

You can run Tercen by going to http://127.0.0.1:5402.

  • Username: admin

  • Password: admin

You can run RStudio by going to http://127.0.0.1:8787/.

  • Username: rstudio

  • Password: tercen

Now you’re all set!