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
scrapy crawl holo-hackmd | |
2019-08-02 15:01:26 [scrapy.utils.log] INFO: Scrapy 1.7.3 started (bot: hackmd) | |
2019-08-02 15:01:26 [scrapy.utils.log] INFO: Versions: lxml 4.4.0.0, libxml2 2.9.9, cssselect 1.0.3, parsel 1.5.1, w3lib 1.20.0, Twisted 19.2.1, Python 3.6.8 (default, Jan 14 2019, 11:02:34) - [GCC 8.0.1 20180414 (experimental) [trunk revision 259383]], pyOpenSSL 19.0.0 (OpenSSL 1.1.1c 28 May 2019), cryptography 2.7, Platform Linux-5.0.0-21-generic-x86_64-with-Ubuntu-18.04-bionic | |
2019-08-02 15:01:26 [scrapy.crawler] INFO: Overridden settings: {'BOT_NAME': 'hackmd', 'NEWSPIDER_MODULE': 'hackmd.spiders', 'ROBOTSTXT_OBEY': True, 'SPIDER_MODULES': ['hackmd.spiders']} | |
2019-08-02 15:01:26 [scrapy.extensions.telnet] INFO: Telnet Password: 3afa1e6503ba6057 | |
2019-08-02 15:01:26 [scrapy.middleware] INFO: Enabled extensions: | |
['scrapy.extensions.corestats.CoreStats', | |
'scrapy.extensions.telnet.TelnetConsole', | |
'scrapy.extensions.memusage.MemoryUsage', | |
'scrapy.extensions.logstats.LogStats'] |
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 run -d --name kong \ | |
--network=kong-net \ | |
-e "KONG_DATABASE=postgres" \ | |
-e "KONG_PG_HOST=kong-database" \ | |
-e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" \ | |
-e "KONG_PROXY_ACCESS_LOG=/dev/stdout" \ | |
-e "KONG_ADMIN_ACCESS_LOG=/dev/stdout" \ | |
-e "KONG_PROXY_ERROR_LOG=/dev/stderr" \ | |
-e "KONG_ADMIN_ERROR_LOG=/dev/stderr" \ | |
-e "KONG_ADMIN_LISTEN=0.0.0.0:8001, 0.0.0.0:8444 ssl" \ |
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
git pull https://github.com/transumption/holoportos release | |
remote: Enumerating objects: 19, done. | |
remote: Counting objects: 100% (19/19), done. | |
remote: Compressing objects: 100% (8/8), done. | |
remote: Total 1188 (delta 11), reused 12 (delta 10), pack-reused 1169 | |
Receiving objects: 100% (1188/1188), 185.81 KiB | 461.00 KiB/s, done. | |
Resolving deltas: 100% (596/596), completed with 5 local objects. | |
From https://github.com/transumption/holoportos | |
* branch release -> FETCH_HEAD | |
Removing tests/all-tests.nix |
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
git pull https://github.com/transumption/holoportos master | |
remote: Enumerating objects: 76, done. | |
remote: Counting objects: 100% (76/76), done. | |
remote: Compressing objects: 100% (45/45), done. | |
remote: Total 1260 (delta 36), reused 55 (delta 23), pack-reused 1184 | |
Receiving objects: 100% (1260/1260), 197.97 KiB | 3.00 MiB/s, done. | |
Resolving deltas: 100% (629/629), completed with 5 local objects. | |
From https://github.com/transumption/holoportos | |
* branch master -> FETCH_HEAD | |
Removing tests/all-tests.nix |
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
with import <nixpkgs> {}; | |
stdenv.mkDerivation rec { | |
name = "cloudi-${version}"; | |
version = "1.7.5"; | |
src = fetchzip { | |
url = "https://osdn.net/dl/cloudi/${name}.tar.gz"; | |
sha256 = "0aj0rwzfyad99gnm27km705ba46nsdy1ww87qgk3cfpi0017wx86"; | |
}; |
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
user www-data www-data; | |
error_log stderr; | |
events { | |
} | |
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
/nix/store/4zxm2n1d102las84vgcln56l340blxmg-cloudi/bin/cloudi | |
Usage: cloudi {start|stop|restart|reboot|test|ping|console|attach|remote_console} |
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
checking whether the Boost::System library is available... yes | |
configure: error: Could not find a version of the library! |
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
npm test | |
> @holo-host/[email protected] test /home/vagrant/envoy | |
> npm run test:unit && npm run test:integration | |
> @holo-host/[email protected] test:unit /home/vagrant/envoy | |
> ENVOY_TEST=1 ts-node test/unit | faucet | |
✓ can install dnas |
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
npm test | |
> @holo-host/[email protected] test /home/vagrant/envoy | |
> npm run test:unit && npm run test:integration | |
> @holo-host/[email protected] test:unit /home/vagrant/envoy | |
> ENVOY_TEST=1 ts-node test/unit | faucet | |
✓ can install dnas |