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
#!/bin/bash | |
echo “Database Name: ” | |
read -e dbname | |
echo “Database User: ” | |
read -e dbuser | |
echo “Database Password: ” | |
read -s dbpass | |
echo “run install? (y/n)” | |
read -e run | |
if [ "$run" == n ] ; then |
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
==> default: Notice: /Stage[main]/Main/Exec[dotfiles]/returns: executed successfully | |
==> default: Notice: /Stage[main]/Puphpet::Php::Wordpress::Wpcli/Vcsrepo[/usr/share/wp-cli]/revision: revision changed '8c54240ec1c9fee352f7c74d8ef151275b1f3d39' to 'v0.19.0' | |
==> default: Notice: /Stage[main]/Puphpet::Php::Wordpress::Wpcli/Composer::Exec[wp-cli]/Exec[composer_install_wp-cli]/returns: executed successfully | |
==> default: Warning: Augeas[www/group: www-data](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output | |
==> default: Error: /Stage[main]/Main/Puphpet::Php::Fpm::Pool_ini[www/group: www-data]/Augeas[www/group: www-data]: Could not evaluate: Save failed with return code false, see debug | |
==> default: Warning: Augeas[www/security.limit_extensions: .php](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output | |
==> default: Error: /Stage[main]/Main/Puphpet::Php::Fpm::Pool_ini[www/security.limit_extensions: .php]/Augeas[www/security.limit_exte |
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 updateheight(){ | |
_.parents('.slick-list').height(_.parents('.chapters_slide.slick-active').height()); | |
} | |
$(".featured-slider-nav").each(function(index) { | |
$(this).click(function() { | |
_ = $(this); |
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
/*! | |
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome | |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800); | |
.origami { | |
position: relative; | |
z-index: 10; | |
cursor: pointer |
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
/* | |
* QueryLoader2 - A simple script to create a preloader for images | |
* | |
* For instructions read the original post: | |
* http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/ | |
* | |
* Copyright (c) 2011 - Gaya Kessler | |
* | |
* Licensed under the MIT license: | |
* http://www.opensource.org/licenses/mit-license.php |
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
output Installing dependencies | |
output npm ERR! install Couldn't read dependencies | |
output npm ERR! Linux 3.10.0-327.10.1.el7.x86_64 | |
output npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" | |
output npm ERR! node v0.12.10 | |
output npm ERR! npm v2.14.9 | |
output npm ERR! Invalid version: "1.0" | |
output npm ERR! | |
output npm ERR! If you need help, you may report this error at: | |
output npm ERR! <https://github.com/npm/npm/issues> |
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
ut Executing build commands for commit ad347947278a5bffd1a844448ff347cdefc7e028. | |
output npm WARN package.json [email protected] No README data | |
output npm WARN package.json [email protected] No license field. | |
output /source/wp-content/frontend/node_modules/browser-sync/node_modules/portscanner/node_modules/is-number-like/lib/index.js:19 | |
output const length = val.length | |
output ^^^^^ | |
output SyntaxError: Use of const in strict mode. | |
output at exports.runInThisContext (vm.js:73:16) | |
output at Module._compile (module.js:443:25) | |
output at Object.Module._extensions..js (module.js:478:10) |