bugün wiki təsadüfi son
sözaltı sözlük
məsləhət postlar mesaj Profil

...

phalcon

əjdahalar   googlla

    2. centos 7ə php7 ilə qurmaq üçün:
    0. Update
    sudo yum update
    sudo yum install nano

    1. install HTTPD and git
    sudo yum install httpd git
    sudo systemctl start httpd.service
    sudo systemctl enable httpd.service

    2. install MySQL
    sudo yum install mariadb-server mariadb
    sudo systemctl start mariadb
    sudo mysql_secure_installation
    sudo systemctl enable mariadb.service

    3. install PHP
    rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
    sudo yum install php70w php70w-fpm php70w-devel php70w-opcache php70w-pdo gcc make

    4. install Phalcon
    git clone --depth=1 git://github.com/phalcon/cphalcon.git
    cd cphalcon/build
    sudo ./install

    5. Config Phalcon
    nano /etc/php.d/phalcon.ini
    ; Enable phalcon extension module
    extension=phalcon.so

    sudo systemctl restart httpd.service

    qaynaq desc link

3 əjdaha

#261919


01.11.2017 - 16:21
+45 oxunma



hamısını göstər

üzv ol

...