Quantcast
Channel: Druapl – 100% Private Proxies – Fast, Anonymous, Quality, Unlimited USA Private Proxy!
Viewing all articles
Browse latest Browse all 4

installing druapl in heroku manualy

$
0
0

I am going to install drupal in heroku based of this site so i inserted this codes to my codenvy.io ID :

#go to codenvy.io  #console:  #curl https://cli-assets.heroku.com/install-ubuntu.sh | sh mkdir t cd t   sudo nohup sh -c "curl https://cli-assets.heroku.com/install-ubuntu.sh | sh"  > $  PWD/heroku_install.log /dev/null 2>&1 &    heroku login  #or  heroku login -i  sudo apt-get install drush -y sudo apt-get install php-xml -y sudo apt-get install nano -y sudo apt-get install php-gd -y sudo apt-get install php-mbstring -y   sudo  drush dl drupal cd dr* sudo git init sudo chown -R $  USER ~/.composer/ sudo nano composer.json #add this       "require": {         "ext-gd": "*",          "ext-mbstring": "*"     } } # sudo chmod 755 composer.json sudo cat << EOF> composer.json {     "require": {         "ext-gd": "*",          "ext-mbstring": "*"     } } EOF  sudo chmod -R a+rw ~/.composer/cache sudo  composer install sudo  composer update  sudo git add . sudo git commit -m "initial commit" sudo heroku create --buildpack https://github.com/heroku/heroku-buildpack-php --region eu   sudo heroku addons:add heroku-postgresql sudo heroku config   sudo git push heroku master 

I have get this database :

postgres://inflrfqefgayfl:14c6926beb97cc92c58168e9460698f1095c367ded8c41892e59c1a03745a502@ec2-79-125-4-72.eu-west-1.compute.amazonaws.com:5432/d5q9s4mh8befjj 

by running this scripts:

sudo heroku addons:add heroku-postgresql     sudo heroku config 

In my heroku dashboard i have this:

my heroku dashboard

and in the installing page i have inserted:

installing page

but when i want to run the installation steps i get this error:

Resolve all issues below to continue the installation. For help configuring your database server, see the installation handbook, or contact your hosting provider.

Failed to connect to your database server. The server reports the following message: SQLSTATE[08006] [7] FATAL: password authentication failed for user “d5q9s4mh8befjj” FATAL: password authentication failed for user “d5q9s4mh8befjj”.

by trying to use external MySQL database from https://remotemysql.com (the Free remote MYSQL database), i used this configuration: remotemysql.com

but again by inserting it’s database information i get this error:

Failed to connect to your database server. The server reports the following message: SQLSTATE[HY000] [1045] Access denied for user ‘1l4jcjKgwv’@’54.78.189.72’ (using password: NO).

database information

So what is wrong in my operations?

Thanks.

The post installing druapl in heroku manualy appeared first on 100% Private Proxies - Fast, Anonymous, Quality, Unlimited USA Private Proxy!.


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images