Skip to content

Instantly share code, notes, and snippets.

View Webist's full-sized avatar

Webist Webist

View GitHub Profile
@Webist
Webist / PHP7_installer.sh
Created December 6, 2015 12:26
Install PHP7 on Raspberry PI or Debian or Ubuntu
#!/bin/bash
wget http://de1.php.net/get/php-7.0.0.tar.bz2/from/this/mirror
tar -xvjf mirror
cd php-7.0.0/
./configure \
--with-readline \
--enable-pcntl \
--with-gettext \
--enable-phpdbg \
--enable-phpdbg-webhelper \
@Webist
Webist / The Message Architecture.txt
Last active July 14, 2022 09:43
The Message Architecture
The Message Architecture is the software architecture that easily scale by reusing the existing code.
The Message Software Architecture is introduced by Webist https://github.com/Webist