rosgear/rg-setup

RosGear web application installer

Maintainers

Package info

github.com/rosgear/rg-setup

Homepage

Type:component

pkg:composer/rosgear/rg-setup

Transparency log

Statistics

Installs: 2

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2026-07-23 10:00 UTC

This package is auto-updated.

Last update: 2026-07-23 10:10:41 UTC


README

Русский | English

Latest Stable Version Total Downloads Author Source Code Software License php 8.2+

Установщик для всех редакций веб-приложения RosGear

Установщик выполняет пошаговую установку всех компонентов веб‑приложения RosGear — он автоматически проверяет системные требования, последовательно разворачивает необходимые модули (включая серверную часть, базу данных и клиентский интерфейс).

Установка

В проект каждой редакции веб-приложения RosGear добавлен установщик со своими настройками. Если ваш проект не имеет установщика, вы можете просто выполнить команду ниже:

$ composer require rosgear/rg-setup

или добавить в файл composer.json вашего проекта:

"require": {
	"rosgear/rg-setup": "*"
}

После установки, вам необходимо будет добавить следующие файлы:

  • /queries/tables.php, таблицы используемые картой SQL запросов;
  • /queries/variables.php, идентификаторы (переменные) запроса.

Эти файлы присутствуют в репозитории в качестве шаблонов, но не экспортируются.

Installer for all editions of the RosGear web application

The installer performs a step-by-step installation of all components of the RosGear web application—it automatically checks system requirements and sequentially deploys the necessary modules (including the server part, database, and client interface).

Installation

Each edition of the RosGear web application includes an installer with its own settings. If your project doesn't have an installer, you can simply run the command below:

$ composer require rosgear/rg-setup

or add to your project's composer.json file:

"require": {
	"rosgear/rg-setup": "*"
}

After installation, you will need to add the following files:

  • /queries/tables.php, tables used by the SQL query map;
  • /queries/variables.php, query identifiers (variables).

These files are present in the repository as templates, but are not exported.