Setting up a new project on your Local machine: Install Node js >10 So, to verify if you have Node.js correctly installed, go to the command line… Read more “Angular 6 Setup for local and NGINX Developement”
Import / Export a mysql database on the command line
To export a mysql database (as a dump) from the command line run: mysqldump database_name > database_exportname.sql To import a mysql database dump into a database: Mysql… Read more “Import / Export a mysql database on the command line”
Install magento in ubuntu 16.04
Download Magento2 sudo chmod -R 777 magento sudo nano /etc/php/7.0/apache2/php.ini Just uncomment this line ;extension=php_sockets.dll sudo apache2 restart sudo apt-get update Open the browser and enter your… Read more “Install magento in ubuntu 16.04”
Drupal in the Amazon EC2
Launch instance >Choose the instance type(small/medium etc) >Configure instance >Add Storage >Next Tag instance >Leave it as it is and click on continue button combination of Key/value… Read more “Drupal in the Amazon EC2”
Install Laravel on a MAC with XAMPP
To know which version of PHP you system is using by default, open terminal, run “which php” without the quotes. If what you get IS NOT “/Applications/XAMPP/xamppfiles/bin/php”,… Read more “Install Laravel on a MAC with XAMPP”
Amazon S3 and Cloud Front to serve images
Step 1: Upload your content to Amazon S3 and grant object permissions Sign in to the AWS Management Console and open the Amazon S3 console In the… Read more “Amazon S3 and Cloud Front to serve images”
Install Revive adserver on Ubuntu 16.04
The tutorial will explain, how to install the Reviev Adserver on Ubuntu Follow the steps to install Revive Adserver Step 1 :Install Web Server, Database Server and… Read more “Install Revive adserver on Ubuntu 16.04”
Installing a LAMP Web Server on Amazon Linux
The following procedures help you install the Apache web server with PHP and MySQL support on your Amazon Linux instance (sometimes called a LAMP web server or… Read more “Installing a LAMP Web Server on Amazon Linux”
NGINX on Ubuntu
Here is a quick list what we are going to use… Ubuntu 16.04 LTS NGINX (Latest version 1.9.15) PHP7.0-FPM (Lightweight PHP) MariaDB (Latest version 10.0.24) PHPMyAdmin (For… Read more “NGINX on Ubuntu”
Amazon Lightsail
Step 1: I start at the main page. I have no instances or other resources at first: Step2: Create instance and choose my machine image Step2a: Pick… Read more “Amazon Lightsail”
