jaescoop.blogg.se

How to install curl on ubuntu 14.04
How to install curl on ubuntu 14.04








how to install curl on ubuntu 14.04
  1. #How to install curl on ubuntu 14.04 how to#
  2. #How to install curl on ubuntu 14.04 update#
  3. #How to install curl on ubuntu 14.04 upgrade#
  4. #How to install curl on ubuntu 14.04 password#

#How to install curl on ubuntu 14.04 password#

We will secure MySQL installation by running mysql_secure_installation.Įnter the root password that we set on installation. Please input password for MySQL root user. $ sudo apt-get -y install mysql-server-5.6 We will use MySQL Server 5.6 since MySQL 5.6 is the most up to date version of MySQL shipped with Ubuntu 14.04 Trusty Tahr. We will install and use MySQL 5.6 as database for FreshRSS. We can also check which port Apache 2 is listening on using the command below. We can check the Apache 2 service status using command below: sudo service apache2 status $ sudo apt-get -y install apache2 apache2-bin apache2-data apache2-mpm-prefork libaio1 libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18 libterm-readkey-perl libwrap0 ssl-cert tcpd

#How to install curl on ubuntu 14.04 update#

$ sudo apt-get updateĪfter applying the latest update to our base system, let's start installing Apache 2 and required libraries. We also need these applications to be able to run FreshRSS:īefore we install FreshRSS, let's update the system to the latest update. We will install FreshRSS in fresh installation of Ubuntu Server 14.04. We will also install and configure its prerequisites Prerequisites

#How to install curl on ubuntu 14.04 how to#

In this tutorial we'll learn how to install FreshRSS on Ubuntu 14.04. You can learn more about FreshRSS by visiting FreshRSS website. Get a Cloud ServerįreshRSS is a free, self hostable RSS agregator that fast, responsive and we can install on our own server. Next, create a new Nginx server block: $ sudo nano /etc/nginx/sites-available/myminiflux.Want your very own server? Get our 1GB memory, Xeon V4, 25GB SSD VPS for £10.00 / month. If you don’t want to get warnings associated with self-signed SSL Certificates, you can purchase a trusted SSL certificate here. $ sudo openssl x509 -req -days 365 -in miniflux.csr -signkey miniflux.key -out miniflux.crt

how to install curl on ubuntu 14.04

$ sudo openssl req -new -key miniflux.key -out miniflux.csr $ sudo openssl rsa -passin pass:x -in -out miniflux.key $ sudo openssl genrsa -des3 -passout pass:x -out 2048 Generate a self signed ssl certificate: $ sudo mkdir -p /etc/nginx/ssl Ubuntu 14.04 comes with Nginx version 1.4, to install the latest stable version of Nginx version 1.8, run: $ sudo add-apt-repository -y ppa:nginx/stable Restart PHP-FPM: $ sudo service php5-fpm restart Install and configure Nginx PHP-FPM configurationĬreate a new PHP-FPM pool for your user: $ sudo nano /etc/php5/fpm/pool.d/your_nfĭo not forget to change your_user with your username. * */4 * * * cd /home/your_user/ & /usr/bin/php cronjob.php -call-interval=4 -update-interval=60 >/dev/null 2>&1ĭo not forget to change your_user with your username. Type crontab -e to edit your crontab file or create one if it doesn’t already exist and enter the folowing: # Update all feeds in 60 minutes (updates the 8 oldest feeds each time with a total of 120 feeds). The cron job task will automatically update your feeds on a regular basis. Install all PHP dependencies using composer $ composer install Set the Cronjob $ sudo mv composer.phar /usr/local/bin/composer Install minifluxĬlone the project repository from GitHub: $ git clone ~/Ĭhange to the directory: $ cd ~/ Composer will pull in all the required libraries and dependencies you need for your project. $ sudo apt-get -y install php5-fpm php5-cli php5-json php5-curl php5-sqliteĬomposer is a dependency manager for PHP with which you can install packages. To install the latest stable version of PHP version 5.6 and all necessary modules, run: $ sudo add-apt-repository -y ppa:ondrej/php5-5.6 $ sudo apt-get install software-properties-common git nano curl Install PHP, Composer and required PHP modules

#How to install curl on ubuntu 14.04 upgrade#

Login to your VPS via SSH ssh Update the system and install necessary packages $ sudo apt-get update & sudo apt-get -y upgrade This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 14.04 VPS. It is fast, simple, efficient and it works with your smartphone, tablet or desktop. Miniflux is an opensource, self-hosted minimalist web-based RSS reader optimized for readability. In this tutorial, we will learn how to install Miniflux on an Ubuntu 14.04 VPS with PHP-FPM and Nginx.










How to install curl on ubuntu 14.04