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
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2019-08-19T12:55:11.916Z", |
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
#Modify as required. Points to the default install location | |
$GW2Path = "C:\Program Files\Guild Wars 2\" | |
#Don't change these paths unless arc does | |
$md5sum = 'https://www.deltaconnected.com/arcdps/x64/d3d9.dll.md5sum' | |
$d3d9 = 'https://www.deltaconnected.com/arcdps/x64/d3d9.dll' | |
#And this one unless ANet does | |
$gw = 'Gw2-64' |
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
#Modify as required. Points to the default install location | |
$GW2Path = "C:\Program Files\Guild Wars 2\" | |
#Don't change these paths unless arc does | |
$md5sum = 'https://www.deltaconnected.com/arcdps/x64/d3d9.dll.md5sum' | |
$d3d9 = 'https://www.deltaconnected.com/arcdps/x64/d3d9.dll' | |
$bt = 'https://www.deltaconnected.com/arcdps/x64/buildtemplates/d3d9_arcdps_buildtemplates.dll' | |
#And this one unless ANet does | |
$gw = 'Gw2-64' |
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
include: | |
- foo | |
do-some-stuff: | |
cmd.run: | |
- name: some-stuff | |
- require: | |
- sls: foo | |
------------ | |
# what would be nice | |
# whole state "foo" is executed after "do-some-stuff" is done, |
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 | |
# nedded mcrcon (https://github.com/Tiiffi/mcrcon.git) | |
# update the vars, and set down below #start_server the install dir | |
BASE_DIR="" | |
STEAM_CMD="path to steamcmd.sh" | |
RCON_PW="" | |
RCON_HOST="localhost" | |
RCON_PORT="" |
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
time="2015-08-21T08:19:34.099783574Z" level=debug msg="using \"text\" logging formatter" | |
time="2015-08-21T08:19:34.105797644Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." instance.id=a604aea7-bc32-419f-842e-86533d204727 service=registry version=v2.1.1 | |
time="2015-08-21T08:19:34.105904599Z" level=info msg="redis not configured" instance.id=a604aea7-bc32-419f-842e-86533d204727 service=registry version=v2.1.1 | |
time="2015-08-21T08:19:34.105967032Z" level=info msg="using inmemory blob descriptor cache" instance.id=a604aea7-bc32-419f-842e-86533d204727 service=registry version=v2.1.1 | |
time="2015-08-21T08:19:34.106124108Z" level=info msg="listening on [::]:5000" instance.id=a604aea7-bc32-419f-842e-86533d204727 service=registry version=v2.1.1 | |
time="2015-08-21T08:19:34.106254532 |
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
docker-compose up -d | |
Pulling registry (registry:2.1.1)... | |
2.1.1: Pulling from library/registry | |
6071b4945dcf: Pull complete | |
5bff21ba5409: Pull complete | |
e5855facec0b: Pull complete | |
8251da35e7a7: Pull complete | |
2d449bb18c75: Pull complete | |
a5f051f1f664: Pull complete |
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
docker-compose up -d | |
Pulling registry (registry:2.0)... | |
2.0: Pulling from library/registry | |
1ff9f26f09fb: Pull complete | |
607e965985c1: Pull complete | |
0f5121dd42a6: Pull complete | |
8d38711ccc0d: Pull complete | |
8ddc08289e1a: Pull complete | |
d86979befb72: Pull complete |