setup

Set up and launch GenLayer Studio services with Docker Compose.

157|60|Updated Mar 16, 2024
One-click install
npx skills add https://github.com/genlayerlabs/genlayer-studio --skill setup-genlayerlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/genlayerlabs/genlayer-studio/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/genlayerlabs/genlayer-studio --skill setup-genlayerlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the setup and launch of the GenLayer Studio development environment, ensuring all necessary services are running correctly.

Core Features & Use Cases

  • Environment Setup: Automates the deployment of the GenLayer Studio using Docker Compose.
  • Service Management: Starts and verifies the status of frontend, backend, database, and WebDriver services.
  • Use Case: A new developer joining a project can use this Skill to quickly get the entire GenLayer development environment up and running with a single command.

Quick Start

Run the setup skill to launch all GenLayer Studio services.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the GenLayer Studio development environment?

You can set up the GenLayer Studio development environment by running a setup process that uses Docker Compose to deploy the frontend, backend, PostgreSQL, and WebDriver services.

What services are deployed when launching GenLayer Studio with Docker Compose?

Launching GenLayer Studio with Docker Compose deploys and manages the frontend, backend, PostgreSQL, and WebDriver services, including database initialization and service verification.

Do I need Docker to run the GenLayer Studio backend and frontend?

Yes, you need Docker to run the GenLayer Studio backend and frontend because the setup process uses Docker Compose to manage and deploy the required application and database services.

Can I automate database initialization when starting the GenLayer Studio?

Yes, you can automate database initialization when starting the GenLayer Studio because the Docker Compose deployment process explicitly includes steps for initializing the PostgreSQL database.

What is the best way to verify GenLayer Studio services are running correctly?

The best way to verify GenLayer Studio services is to use the setup deployment process, which includes built-in service verification steps to ensure the frontend, backend, and database are running.