

- PHP RSS READER TUTORIAL FOR FREE
- PHP RSS READER TUTORIAL HOW TO
- PHP RSS READER TUTORIAL INSTALL
- PHP RSS READER TUTORIAL UPDATE
GRANT ALL PRIVILEGES ON selfossdb.* TO PRIVILEGES CREATE DATABASE selfossdb CHARACTER SET utf8 COLLATE utf8_general_ci # sudo mysql -u root -pĮxecute the following MySQL queries in your MariaDB server. # sudo mysql_secure_installationĬonnect to the MySQL shell as root user using the command below and enter your password. Run the following command to enhance security of MariaDB server and set password for the root user. Start and enable the MariaDB server to start automatically. # sudo add-apt-repository 'deb xenial main' # sudo apt-key adv -recv-keys -keyserver hkp://:80 0xF1656F24C74CD1D8Īdd the repository. Verify the keys by executing the following command. To use new version of MariaDB, you will need to add MariaDB repository to your Ubuntu system. By default, Ubuntu repository uses an older version of MariaDB server. In this tutorial, you will use MariaDB server for MySQL. Only InnoDB database is supported on MySQL. Selfoss RSS Reader supports MySQL and PostgreSQL. You can execute the following command to check installed PHP version.
PHP RSS READER TUTORIAL INSTALL
Hence, you don't need to install apache explicitly. When you have completed the installation, apache2 will be installed automatically. # sudo apt-get -y install php-gd php-mbstring php-common php-mysql php-imagick php-xml libapache2-mod-php php-curl php-tidy php-zip To install the above extensions of PHP, execute the following command. Selfoss RSS Reader requires the following PHP extensions: # sudo apt install -y php7.2 Install Required PHP Extensions
PHP RSS READER TUTORIAL UPDATE
Update the system to refresh the available repositories. # sudo apt-get install software-properties-common python-software-propertiesĪdd repository for newer versions of PHP. You will need to install python software properties and software properties common. To install PHP 7.2, execute the following steps. In this tutorial, we will install PHP 7.2. Selfoss RSS Reader requires PHP 5.6 or newer. # sudo apt-get install unzip -y Install PHP You will need to install unzip which will be used to unzip the compressed zip folder. To execute this command, remember to login from non-root user with sudo privileges.
PHP RSS READER TUTORIAL HOW TO
If you don't know about how to setup your ECS instance, you can refer to this tutorial or quick-start guide. If you are a new user, you can get $300 – $1200 worth in Alibaba Cloud credits for your new account.

In this tutorial, we will be installing and setting up Selfoss RSS Reader on an Alibaba Cloud Elastic Compute Service (ECS) with Ubuntu 16.04 installed. Because Selfoss RSS Reader is not a hosted service, you will need to get your own server and set it up for Selfoss RSS Reader. It is web-based and is multipurpose it supports live streaming as well as the collection of feeds, posts, and tweets Selfoss is a very light weight application, less than 3MB, and it provides restful JSON API for making requests.
PHP RSS READER TUTORIAL FOR FREE
Selfoss RSS Reader is an open source RSS reader available for free use.

Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud community. By Arslan Ud Din Shafiq, Alibaba Cloud Tech Share Author.
