This procedure is tested on Mac OS X 10.10.5 with Developpers tools installed (xCode).
PHP 5.6 installed with Homebrew.
Download the following files from Oracle website (yes, you need to create an account and accept terms):
+ verbose=on | |
+ shift | |
+ [[ -n '' ]] | |
+ [[ on != on ]] | |
+ get_simple -vv | |
+ [[ -n -vv ]] | |
++ type -t get_-vv | |
+ [[ '' == \f\u\n\c\t\i\o\n ]] | |
+ shift | |
+ [[ -n '' ]] |
brew install [email protected] httpd24 mariadb redis php72-xdebug mailhog golang [email protected] | |
go get github.com/mailhog/mhsendmail | |
cp ./go/bin/mhsendmail /usr/local/bin/ | |
pecl install igbinary redis xdebug | |
# download basic and sdk https://www.oracle.com/technetwork/topics/intel-macsoft-096467.html |
download basic and sdk from Oracle https://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/index.html | |
unzip both packages | |
move the folder to /usr/local/opt/oracle/instantclient | |
pecl install oci8 | |
enter |
This procedure is tested on Mac OS X 10.10.5 with Developpers tools installed (xCode).
PHP 5.6 installed with Homebrew.
Download the following files from Oracle website (yes, you need to create an account and accept terms):
<?php | |
use GuzzleHttp\Client; | |
$client = new Client(); | |
$client->request('POST', 'http://localhost:8080/ag-push/rest/applications/{PUSH_ID}/iOS', [ | |
'debug' => true, | |
'headers' => [ | |
'Authorization' => 'Bearer OAUTHTOKEN', |
{ | |
"query": { | |
"filtered": { | |
"query": { | |
"multi_match": { | |
"query": "something", | |
"fields": ["title", "url", "description"] | |
} | |
}, | |
"filter": { |
I hereby claim:
To claim this, I am signing this object:
Download drake_reload
git clone [email protected]:reload/drake_reload.git ~/.drush/
Installer drake-reload og dependencies
drush drake-reload-install
Byg scleroseforeningen site fra github.
Er du Mac bruger, så installer Homebrew og brug brew
til at installere git. Ellers se denne side for installation på andre systemer.
brew install git
Denne tutorial er et godt sted at starte, og hvis du skal bruge hjælp til en specifik kommando kan du altid bruge: