In this tutorial we are going to show you how to install Prosper202. Made by Tracking202, Prosper202 is a self-hosted application that lets you track and optimize all your marketing campaigns. It’s open source and easy to install on a Linux VPS. Follow the steps below to install Prosper202 on Ubuntu 14.04.
The following are the minimum system requirements for Prosper202:
– PHP version 5.4 or greater.
– MySQL version 5.6 or greater.
– MySQLi extension enabled in PHP
Go ahead and connect to your server via SSH. The first thing you need to do is to upgrade all your system software to the latest version available: Run the following command:
We are going to use Nginx as a web server in this tutorial. Once the update process is completed you can install Nginx on your Ubuntu VPS using the following command:
Start Nginx and enable it on system boot:
The next thing you need to do is to install MySQL 5.6 on your server. Use the following command:
Proceed with the MySQL secure installation:
Follow the on-screen messages to configure MySQL:
Start the MySQL service and enable it on system boot:
If you have MySQL server already installed on your server, you can check its version using the following command:
You should see something like the following on your screen:
The next component that needs to be installed is PHP-FPM. Install PHP-FPM using the command below:
Create a directory for Prosper202:
Now, download the latest release of Prosper202 from http://prosper.tracking202.com/download and unzip the downloaded file in the ‘/var/www/prosper202/’ directory on your server. Or, use the following command to download and unzip the Prosper202 installation in the ‘/var/www/prosper202/’ directory:
Once you do that, change the ownership of the files:
Create an Nginx configuration file for Prosper202:
Enter the following content:
Make sure that you replace yourdomain.com with your actual domain name.
Enable the configuration and restart the Nginx service:
Since Prosper202 stores its data into a MySQL database, you need to create a database for it. Log into MySQL as root:
Create a new database for Prosper202, a database user and set up a password using the commands below:
The final step is to open your favorite web browser and enter your domain name into the search bar. You should follow the on-screen instructions to complete the Prosper202 installation.
Of course you don’t have to do any of this if you use one of our Linux VPS hosting services, in which case you can simply ask our expert Linux admins to install Prosper202 for you. They are available 24×7 and will take care of your request immediately.
PS. If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.