- Do you have an Github account ? If not create one.
- Install required tools
- Latest Git Client
- gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| # Write local | |
| git config --local commit.gpgsign false | |
| # Read local (if never set, can be an empty value) | |
| git config --local commit.gpgsign |
| import React from 'react'; | |
| import PropTypes from 'prop-types'; | |
| import ContentContainer from 'terra-content-container'; | |
| import SlidePanel from 'terra-slide-panel'; | |
| import Image from 'terra-image'; | |
| import SingleSelectList from 'terra-list/lib/SingleSelectList'; | |
| import List from 'terra-list'; | |
| import ItemView from 'terra-clinical-item-view'; | |
| import ItemDisplay from 'terra-clinical-item-display'; | |
| import DemographicsBanner from 'terra-demographics-banner'; |
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| # Make sure the ngx_http_stub_status_module is installed correctly. | |
| location /status { | |
| add_header Content-Type application/json; | |
| return 200 '{\r | |
| "connections_active": $connections_active,\r | |
| "connections_reading": $connections_reading,\r | |
| "connections_writing": $connections_writing,\r | |
| "connections_waiting": $connections_waiting | |
| }'; | |
| } |
Below is the list of modern JS frameworks and almost frameworks – React, Vue, Angular, Ember and others.
All files were downloaded from https://cdnjs.com and named accordingly.
Output from ls command is stripped out (irrelevant stuff)
$ ls -lhS
566K Jan 4 22:03 angular2.min.js
One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {| # Borrowed from https://github.com/y310/rspec-retry/blob/master/lib/rspec/retry.rb | |
| CAPYBARA_TIMEOUT_RETRIES = 3 | |
| RSpec.configure do |config| | |
| config.around(:each, type: :feature) do |ex| | |
| example = RSpec.current_example | |
| CAPYBARA_TIMEOUT_RETRIES.times do |i| | |
| example.instance_variable_set('@exception', nil) | |
| self.instance_variable_set('@__memoized', nil) # clear let variables |
| do shell script "xcode-select --install" | |
| do shell script "sleep 1" | |
| tell application "System Events" | |
| tell process "Install Command Line Developer Tools" | |
| keystroke return | |
| click button "Agree" of window "License Agreement" | |
| end tell | |
| end tell |
| sudo PATH=/opt/chef-server/embedded/bin:$PATH /opt/chef-server/embedded/service/erchef/bin/reindex-chef-server reindex |
| # Valid and working as of 04/21/2014 | |
| # Xcode 5.0.1, XCode Server | |
| # | |
| #Settings | |
| API_TOKEN="This can be found here: https://rink.hockeyapp.net/manage/auth_tokens" | |
| DISTRIBUTION_LISTS="This is a comma seperated list of tags found under App -> Users -> " | |
| PROVISIONING_PROFILE="You will have to manually copy your profile to /Library/Server/Xcode/Data/ProvisioningProfiles/<profile>.mobileprovision" | |
| #EXAMPLE:"/Library/Server/Xcode/Data/ProvisioningProfiles/DocLink_InHouse_2013.mobileprovision" | |
| NOTIFY="1" |