- drush l10n-update-status
- drush l10n-update
This file contains 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
<div class="scene"> | |
<div class="wrapper"> | |
<ul class="tunnel"> | |
<li class="ring"></li> | |
<li class="ring"></li> | |
<li class="ring"></li> | |
<li class="ring"></li> | |
<li class="ring"></li> | |
<li class="ring"></li> | |
<li class="ring"></li> |
This file contains 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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant::Config.run do |config| | |
# All Vagrant configuration is done here. The most common configuration | |
# options are documented and commented below. For a complete reference, | |
# please see the online documentation at vagrantup.com. | |
# Every Vagrant virtual environment requires a box to build off of. | |
config.vm.box = "kohadeps" |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
! function(window, document, undefined) { | |
"use strict"; | |
function minErr(module, ErrorConstructor) { | |
return ErrorConstructor = ErrorConstructor || Error, | |
function() { | |
var message, i, code = arguments[0], | |
prefix = "[" + (module ? module + ":" : "") + code + "] ", | |
template = arguments[1], | |
templateArgs = arguments; |
This file contains 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
<?php | |
?> |
- npm - Read a guide on how to install Node and npm here.
- Gulp - npm install gulp -g
- Bower - npm install bower -g
- Drush - Read a guide on how to install Drush here.
- jQuery 1.7+ - Radix needs jQuery 1.7. You can install jQuery 1.7 via jquery_update module or jquery_multi module.
source: [http://www.hypexr.org/linux_scp_help.php]
Copy the file "foobar.txt" from a remote host to the local host
$ scp [email protected]:foobar.txt /some/local/directory
Copy the file "foobar.txt" from the local host to a remote host
$ scp foobar.txt [email protected]:/some/remote/directory
Copy the directory "foo" from the local host to a remote host's directory "bar"
#Example Drupal permissions Setup credit: FranCarstens
CPanel User: username Site Root: /home/username/public_html Ownership
- Files and folders username:nobody
- Temporary Folder username:nobody
- Permissions
OlderNewer