Skip to content

Instantly share code, notes, and snippets.

@BBavouzet
BBavouzet / debian-ubuntu-php-yaz.md
Created November 16, 2023 16:40 — forked from RatserX/debian-ubuntu-php-yaz.md
Setup PHP YAZ on Debian/Ubuntu using PECL

Setup PHP YAZ on Debian/Ubuntu using PECL

Prerequisites

Update the installed packages.

apt update

Install the Ondřej PHP repository.

apt install software-properties-commonsudo

add-apt-repository ppa:ondrej/php

La première étape consiste à se connecter au site [QT creator](https://www.qt.io/download/) afin de télécharger le projet open source correspondant à votre distribution (32 ou 64bits). Vous pouvez également le télécharger en ligne de commande et le rendre executable et l'exécuter:
wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
chmod +x qt-opensource-linux-x64-online.run
./ qt-opensource-linux-x64-online.run
Un fenêtre apparaîtra vous indiquant la marche à suivre.
Selectionnez l'emplacement de l'installation /home/lib/qt
Cochez Qt5.3, Tools, Qt extras
Puis validez.
@BBavouzet
BBavouzet / gogs
Last active September 5, 2018 05:19 — forked from infostreams/gogs
Debian startup (init.d) script for gogs.io
#! /bin/sh
### BEGIN INIT INFO
# Provides: gogs
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Git repository manager Gogs
# Description: Starts and stops the self-hosted git repository manager Gogs
### END INIT INFO