Jenkins Environment using Docker
See: https://medium.com/@Joachim8675309/jenkins-environment-using-docker-6a12603ebf9
Quick Start (in a nutshell)
Create a directory along with the docker-compose.yml file
See: https://medium.com/@Joachim8675309/jenkins-environment-using-docker-6a12603ebf9
Substitute TARGET_DIRECTORY with the actual directory
(sites/all/modules/ogmt/ogmt.inc)
Was:
$classes_array = ['page-' . $n, 'pagecount-' . $page_count];
sudo apt-get install -y unixodbc unixodbc-dev unixodbc-bin libodbc1 odbcinst1debian2 tdsodbc php5-odbc
<?php | |
// Here is a sample of the URLs this regex matches: (there can be more content after the given URL that will be ignored) | |
// http://youtu.be/dQw4w9WgXcQ | |
// http://www.youtube.com/embed/dQw4w9WgXcQ | |
// http://www.youtube.com/watch?v=dQw4w9WgXcQ | |
// http://www.youtube.com/?v=dQw4w9WgXcQ | |
// http://www.youtube.com/v/dQw4w9WgXcQ | |
// http://www.youtube.com/e/dQw4w9WgXcQ | |
// http://www.youtube.com/user/username#p/u/11/dQw4w9WgXcQ |
To access a server, behind a firewall, via HTTP...
Use a server you have access to, as a proxy...
ssh -N -D 9000 user@server
Configure your web browser to use SOCKS proxy host 127.0.0.1 and port 9000.
ghalusa@player:~$ npm list -g --depth=0
/usr/local/lib
├── grunt-cli@0.1.13
├── n@1.3.0
├── npm@2.7.4
drush ucrt "new_user" --mail="new_user@email_address.com" --password="new_password"
(check the database to get the administrator ID)
me@player:~/player$ grunt build | |
Running "default" task | |
Running "ts:dev" (ts) task | |
Compiling... | |
... | |
Using tsc v1.0.1 |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"