Ubuntu

Setup drupal 8 multisite on nginx with different domain

How to setup Drupal 8 multisite on an Nginx web server using different domains? In this example, we are going to use three different domains for our Drupal-8 multi-site ex: drupal-main.com, drupal-first.com, and drupal-second.com. Here, drupal-main.com will be the main site pointing to our Drupal-8 installation, while two others will be pointing to the directories site1 and site2 respectively.

The directory structure will be as follows:

0/5

How to setup Android Cordova/Phonegap Environment for eclipse on Ubuntu

In order to start setup we need to check the following requirements:

  • Required JDK 1.6 or above and Runtime environment.
  • Required Eclipse 3.7.2 (Indigo) or greater(3.8).
  • Required ADT Plug in, to add the ADT plugin to Eclipse:

Start Eclipse, then select Help > Install New Software.

Click Add, in the top-right corner.

In the Add Repository dialog that appears, enter "ADT plugin" for the Name and the following URL for the Location:

0/5