Extra Block Types (EBT) - New Layout Builder experience❗

Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll

Install LAMP on Ubuntu

27/06/2018, by Ivan

Install Apache

sudo apt-get update
sudo apt-get install apache2

Also update settings for apache:

sudo ufw app list
sudo ufw allow in "Apache Full"

You can use /var/www folder for one site, but it will be good to have another folder in your home ~/ directory. So let's add these settings in your apache configs:

sudo nano /etc/apache2/apache2.conf