Changes between Version 36 and Version 37 of members/GRIP-UQAM
- Timestamp:
- Feb 15, 2016, 4:03:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v36 v37 6 6 * [wiki:/faq/translate/pages] 7 7 * WikiFormatting 8 * http://trac.edgewall.org/wiki/TracSyntaxColoring 9 * Trac Syntax Coloring Example 10 {{{ 11 {{{#!application/x-shellscript 12 ... 13 }}} 14 }}} 15 {{{ 16 {{{#!application/json 17 ... 18 }}} 19 }}} 20 * #!application/json 21 * #!application/x-yaml 22 * #!text/x-yaml 23 * #!application/xml-dtd ... 24 * #!application/x-sh-session **No macro or processor named 'application/x-sh-session' found** 25 * #!application/x-shellscript 26 * #!html 27 * #!text/html 28 * #!text/html+twig 29 * #!application/x-twig 30 * #!application/x-httpd-php5 31 * #!text/x-php 32 * #!text/css 33 * #!text/javascript ... 34 * #!text/x-sql 35 * #!text/x-sqlite3-console 36 * #!text/x-postgresql-psql ... 37 * #!text/x-mysql 38 * #!text/x-diff 39 * #!text/x-trac-wiki 8 40 * [wiki:TracQuery#UsingtheTicketQueryMacro TicketQuery Macro] (tagging tickets) examples: 9 41 * [wiki:tzk:choices] … … 40 72 == Javascript: from npm to bower == 41 73 * $ nice -n 127 ionice --class=idle npm install bower --save 42 * $ nice -n 127 ionice --class=idle npm update #! 74 * $ nice -n 127 ionice --class=idle npm update #update! 75 * .bowerrc 43 76 * $ nice -n 127 ionice --class=idle nodejs node_modules/bower/bin/bower init 44 * $ nice -n 127 ionice --class=idle nodejs node_modules/bower/bin/bower update --production #! 45 77 * Install some libraries... 78 * $ nice -n 127 ionice --class=idle nodejs node_modules/bower/bin/bower update --production #update! 79 == Example .bowerrc for Drupal 7 == 80 {{{#!application/json 81 { 82 "directory" : "../../web/sites/all/libraries" 83 } 84 }}} 46 85 == Install Javascript libraries with Bower package manager 47 86 * $ nodejs node_modules/bower/bin/bower install --save ckeditor#full/stable … … 58 97 * https://github.com/Spea/SpBowerBundle 59 98 == Example bower.json for Drupal 7 == 60 {{{ 61 #!application/json 99 {{{#!application/json 62 100 { 63 101 "name": "drupal7", … … 78 116 }}} 79 117 == Example composer.json for Drupal 7 == 80 {{{ 81 #!application/json 118 {{{#!application/json 82 119 { 83 120 "require": { … … 96 133 * https://packagist.org/packages/pelago/emogrifier 97 134 * https://www.drupal.org/project/emogrifier 135 * php composer target directory 98 136 == Some Composer commands == 99 137 * $ ./composer.phar self-update