Changes between Version 150 and Version 151 of members/GRIP-UQAM


Ignore:
Timestamp:
Jul 2, 2016, 5:22:24 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v150 v151  
    734734$ cd drupal-7.43/
    735735$ drush site-install minimal --db-url=sqlite://sites/default/files/.ht.sqlite
    736 $ drush site-install minimal --db-url="pgsql:host=/var/run/postgresql;dbname=infolettre-alici-webadmin;user=infolettre-alici-webadmin"
     736$ drush site-install standard --locale=fr --db-url="pgsql:/host=/var/run/postgresql" # worked note the "/"!
    737737$ drush rs
     738$ drush site-install minimal --db-url="pgsql:host=/var/run/postgresql;dbname=infolettre-alici-webadmin;user=infolettre-alici-webadmin" # reade "ost" instead of "host"
    738739}}}
    739740* Not sure if an ; at the end of PostgreSQL db-url changes something...