Follow this guide to install WSL:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
- Get your build tools and python required libraries installed:
| NODE=10.17.0 | |
| wget https://nodejs.org/dist/v$NODE/node-v$NODE-linux-armv6l.tar.xz | |
| tar -xvf node-v$NODE-linux-armv6l.tar.xz | |
| sudo cp -R node-v$NODE-linux-armv6l/* /usr/local/ | |
| rm -rf node-v$NODE-linux-armv6l node-v$NODE-linux-armv6l.tar.xz |
Follow this guide to install WSL:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
| function get (obj, path, def) { | |
| return (path.split && path.split('.') || path).reduce((o, p) => ((o || obj)[p] ?? def), 0) | |
| } |
git checkout master # you can avoid this line if you are in master...
git subtree split --prefix dist -b gh-pages # create a local gh-pages branch containing the splitted output folder
git push -f origin gh-pages:gh-pages # force the push of the gh-pages branch to the remote gh-pages branch at origin
git branch -D gh-pages # delete the local gh-pages because you will need it: ref
This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :
Execute the shell script: jenkins_install.sh
Configure a proxy using nginx or apache to http://ci.company.example.com.br(I'll use this URL as example).
| // DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| // Version 2, December 2004 | |
| // | |
| // Copyright (C) 2015 Swen Wenzel <[email protected]> | |
| // | |
| // Everyone is permitted to copy and distribute verbatim or modified | |
| // copies of this license document, and changing it is allowed as long | |
| // as the name is changed. | |
| // | |
| // DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2014 Matthias Eisen (http://www.matthiaseisen.com) | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: |