Changes between Version 151 and Version 152 of members/GRIP-UQAM
- Timestamp:
- Jul 5, 2016, 5:03:46 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v151 v152 734 734 $ cd drupal-7.43/ 735 735 $ drush site-install minimal --db-url=sqlite://sites/default/files/.ht.sqlite 736 $ drush site-install standard --locale=fr --db-url="pgsql:/host=/var/run/postgresql" # worked note the "/"! 736 $ drush site-install standard --locale=fr # worked after using the web interface to configure the database. 737 $ drush site-install standard --locale=fr --db-url="pgsql:/host=/var/run/postgresql" # worked note the "/"!(?) 737 738 $ drush rs 738 739 $ drush site-install minimal --db-url="pgsql:host=/var/run/postgresql;dbname=infolettre-alici-webadmin;user=infolettre-alici-webadmin" # reade "ost" instead of "host"