Skip to content

Kindly Updated Phalcon 5.0 Documentation for UBUNTU 20.04 , PHP 8.0 , Mysql 8x. #15743

Answered by RajuHarry
RajuHarry asked this question in Q&A
Discussion options

You must be logged in to vote

@Jeckerson With the Help Of You and My Research I could Found Below Method For Phalcon Community.

sudo apt-get update
sudo apt-get install apache2
sudo chown -R ubuntu /var/www/html
sudo chmod -R 777 /var/www/html
sudo chown -R ubuntu /etc/apache2/sites-available
sudo chmod -R 777 /etc/apache2/sites-available
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update -y

sudo apt-get install libpcre3 libpcre3-dev
sudo apt-get install php8.0 php8.0-fpm php8.0-mysql libapache2-mod-php8.0 libapache2-mod-fcgid -y
sudo apt install php8.0-common php8.0-mysql php8.0-xml php8.0-curl php8.0-gd php8.0-imagick php8.0-cli php8.0-dev php8.0-imap php8.0…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by niden
Comment options

niden
Oct 28, 2021
Maintainer Sponsor

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement Enhancement to the framework documentation Documentation required 5.0 The issues we want to solve in the 5.0 release
2 participants
Converted from issue

This discussion was converted from issue #15473 on October 28, 2021 21:38.