This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // see status of your feature | |
| drush features | |
| // if you don't have diff | |
| drush dl diff | |
| drush en diff | |
| //Show a diff of a feature module. | |
| drush fd psilabs_str | |
| //Update a feature module on your site. From database to the code | |
| drush fu psilabs_str |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -v /data --name ghostdata busybox echo Data-only container for Ghost | |
| from... | |
| docker run -v /data --name ghostdata dockerfile/ubuntu echo Data-only container for Ghost | |
| With that out of the way let's create our Ghost config file, /docker/blog/config.js: | |
| docker run -d --volumes-from ghostdata --name ghostblog -v ~/docker/blog:/ghost-override ghost:latest | |
| docker run -d -p 80:2368 --volumes-from ghostdata --name ghostblog -v ~/docker/blog:/ghost-override ghost:latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Create patch for Publish Content Module to make variable exportable to features. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -sS https://getcomposer.org/installer | php | |
| mv composer.phar /usr/local/bin/composer | |
| composer global require drush/drush:7.* | |
| export PATH="$HOME/.composer/vendor/bin:$PATH" <-THIS ONE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| grep -r esdportal_contact . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| drush uli | |
| zcat somedbdump.sql.gz | drush sqlc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| drush php-eval 'print_r(entity_get_property_info("e3_contact"))' | less |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 541 git remote add ESD https://github.com/ESDet/esdportal_e3.git | |
| 542 git fetch ESD | |
| 543 git merge --no-ff | |
| 544 git merge --no-ff ESD/7.x-1.x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://stackoverflow.com/questions/31016505/setting-permissions-in-flask |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.homeautomationforgeeks.com/openhab.shtml | |
| http://localhost:8080/openhab.app | |
| http://localhost:8080/habmin/index.html | |
| https://github.com/openhab/openhab/wiki/Z-Wave-Binding | |
| https://groups.google.com/forum/#!topic/openhab/Ld3BIFFIvy0 |
OlderNewer