Report this

What is the reason for this report?

How to connect the postgresql when to install the drupal?

Posted on March 20, 2015

I want to install drupal7 congifiguration with postgresql9 .

  1. to install drupal files as the following steps.
wget  http://ftp.drupal.org/files/projects/drupal-7.15.tar.gz
tar zxvf drupal-7.15.tar.gz 
sudo mv drupal-7.15/* /var/www/
cd /var/www/
cp sites/default/default.settings.php sites/default/settings.php
chmod a+w sites/default/settings.php
chmod a+w sites/default
  1. to install postgresql database
createuser --pwprompt --encrypted --no-adduser
--no-createdb username
createdb --encoding=UNICODE --owner=username databasename
  1. to input my_domain in firefox ,it ran accross the message:

alt text

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.