Search by

Relational Database Management

Package info

github.com/redam-app/app

Homepage

Type:project

pkg:composer/redamapp/app

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.5 2026-09-04 17:12 UTC

This package is auto-updated.

Last update: 2026-09-04 17:14:13 UTC


README

This is simple application to manage relational databases.

Installation

Debian

Latest:

cd /tmp && curl -sLO https://raw.githubusercontent.com/redam-app/app/refs/heads/master/build/linux/redam.deb && sudo dpkg -i redam.deb

Specific version:

cd /tmp && curl -sLO https://raw.githubusercontent.com/redam-app/app/refs/tags/1.0.0/build/linux/redam.deb && sudo dpkg -i redam.deb

Development

Phar

Install

composer global require humbug/box

Compile

~/.config/composer/vendor/bin/box compile

Binary

Install

composer global require phpacker/phpacker

Compile

~/.config/composer/vendor/bin/phpacker build all --src=./build/redam.phar --dest=./build/

Debian package

Compile

cd build/linux && mkdir -p debian/usr/bin && cp linux-x64 debian/usr/bin/redam && dpkg-deb --build debian redam.deb && rm -rf debian/usr && cd ../..