Changes between Version 61 and Version 62 of members/GRIP-UQAM
- Timestamp:
- Mar 27, 2016, 3:20:36 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v61 v62 44 44 == Tickets we follow == 45 45 === Taged with GRIP-UQAM === 46 [[TicketQuery( keywords~=GRIP-UQAM,order=changetime,desc=1,format=table,col=changetime|resolution|owner|summary)]]46 [[TicketQuery(max=10,keywords~=GRIP-UQAM,order=changetime,desc=1,format=table,col=changetime|resolution|owner|summary)]] 47 47 === Taged with python, tendenci, django, pyramid, php, drupal7, drupal, golang, fastcgi, chelsea, ossie === 48 [[TicketQuery(max= 50,keywords~=python|tendenci|django|pyramid|php|drupal7|drupal|golang|fastcgi|chelsea.mayfirst.org|ossie.mayfirst.org,order=changetime,desc=1,format=table,col=changetime|resolution|owner|summary)]]48 [[TicketQuery(max=10,keywords~=python|tendenci|django|pyramid|php|drupal7|drupal|golang|fastcgi|chelsea.mayfirst.org|ossie.mayfirst.org,order=changetime,desc=1,format=table,col=changetime|resolution|owner|summary)]] 49 49 === Reported by us === 50 50 [[TicketQuery(reporter=https://id.mayfirst.org/gripuqam|https://id.mayfirst.org/gripuqamweb|https://id.mayfirst.org/essais)]] … … 52 52 * Drupal 8.0.5 needs Postgresql >= 9.1.2 instead of 8.4.20 #11587, #11522 53 53 === Taged with GRIP-UQAM with description === 54 [[TicketQuery( keywords~=GRIP-UQAM,format=table,col=changetime|resolution|owner|summary,rows=description)]]54 [[TicketQuery(max=1,keywords~=GRIP-UQAM,format=table,col=changetime|resolution|owner|summary,rows=description)]] 55 55 == Development Tool == 56 56 * [wiki:/faq/setup-development-workstation] … … 184 184 * use --uri="http://example.org" then sending mail for simplenews https://www.drupal.org/node/1776536 185 185 * nice... 186 == Installing Drupal on a development server (outside MayFirst) == 186 == Installing Drupal 8 with Composer on a development server (outside MayFirst) == 187 {{{#!application/x-shellscript 188 $ 189 }}} 190 == Installing Drupal 7 on a development server (outside MayFirst) == 187 191 {{{#!application/x-shellscript 188 192 $ drush help site-install 189 $ drush dl drupal 193 $ drush dl drupal-7 190 194 $ cd drupal-7.43/ 191 195 $ drush site-install minimal --db-url=sqlite://sites/default/files/.ht.sqlite 192 196 $ drush rs 193 197 }}} 198 == git for Drupal == 199 {{{#!application/x-shellscript 200 $ git clone --branch <branch or tag> <repository> <directory> 201 }}} 202 * branch may evolve (devel) like 8.0.x 203 * tag are frozen, like stable releases as in 8.0.5 204 * directory may be {{{.../share/<URL>/<version>}}} 205 {{{#!application/x-shellscript 206 .../share$ git clone --branch 8.0.5 "https://git.drupal.org/project/drupal.git" git.drupal.org/project/drupal/8.0.5 207 .../share$ cd git.drupal.org/project/drupal/8.0.5 ; git branch -v 208 * (aucune branche) d918ae1 Drupal 8.0.5 209 }}} 210 {{{#!application/x-shellscript 211 .../share$ git clone --branch 8.0.5 "https://github.com/drupal-composer/drupal-core" github.com/drupal-composer/drupal-core/8.0.5 212 .../share$ cd github.com/drupal-composer/drupal-core/8.0.5 ; git branch -v 213 * (aucune branche) da4c151 Drupal 8.0.5 214 }}} 215 * https://www.drupal.org/project/drupal/git-instructions 216 * [https://www.drupal.org/node/1066342 Creating a branch or tag in Git] 217 * https://www.drupal.org/project/git_deploy 218 * [https://www.drupal.org/node/1314752 Versioned dependencies and Git] 194 219 == CKEditor for Drupal 7 == 195 220 Lets'use wysiwyg module