
- #How to install curl php extension on ubuntu 16.04 how to
- #How to install curl php extension on ubuntu 16.04 install
Now we will create a MySQL database for Invoice Ninja using the following query: mysql> CREATE DATABASE invoiceninja Log into MySQL console with the root account: mysql -u root -p Restart the Apache web server for the changes to take effect: sudo systemctl restart apache2 Step 4: Create a MySQL database for Invoice Ninja
#How to install curl php extension on ubuntu 16.04 install
Install Apache, MySQL (or MariaDB) and PHP 7 on your server using the following command: apt-get install apache2 libapache2-mod-php mysql-server php7.0-cli php7.0-common php7.0-curl php7.0-gd php7.0-mysql php7.0-xml php7.0-mcrypt php7.0-mbstring php7.0-jsonĮnable the Apache mod_rewrite module: sudo a2enmod rewrite

Once you are logged, run the following command to make sure that all installed OS packages are up to date: apt-get updateĪpt-get upgrade Step 3: Install Apache, MySQL (MariaDB) and PHP 7 Log in to the VPS via SSH as user root ssh _Address -p Port_number Step 2: Update all packages Step 1: Log in via SSH on the Ubuntu server:
#How to install curl php extension on ubuntu 16.04 how to
In this article we will show you how to install Invoice Ninja on an Ubuntu 16.04 server. InvoiceNinja is a free and open source software application written in PHP used for invoicing, billing customers and time tracking management system.
