This commit is contained in:
Frank Sachsenheim 2018-08-14 15:40:32 +00:00 committed by GitHub
commit 4b34a913e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,26 +25,26 @@ the brozzler virtualenv.
:: ::
my-laptop$ vagrant ssh my-laptop$ vagrant ssh
vagrant@brozzler-easy:~$ source ~/brozzler-ve34/bin/activate vagrant@brozzler-easy:~$ source /opt/brozzler-ve34/bin/activate
(brozzler-ve34)vagrant@brozzler-easy:~$ (brozzler-ve34)vagrant@brozzler-easy:~$
Then you can run brozzler-new-site: Then you can run brozzler-new-site:
:: ::
(brozzler-ve34)vagrant@brozzler-easy:~$ brozzler-new-site \ (brozzler-ve34)vagrant@brozzler-easy:~$ brozzler-new-site http://example.com/
--proxy=localhost:8000 http://example.com/
Or brozzler-new-job (make sure to set the proxy to localhost:8000): Or brozzler-new-job (make sure to set the proxy to localhost:8000):
:: ::
(brozzler-ve34)vagrant@brozzler-easy:~$ cat >job1.yml (brozzler-ve34)vagrant@brozzler-easy:~$ cat > job1.yml <<EOF
id: job1 id: job1
proxy: localhost:8000 # point at warcprox for archiving proxy: localhost:8000 # point at warcprox for archiving
seeds: seeds:
- url: https://example.org/ - url: https://example.org/
EOF
(brozzler-ve34)vagrant@brozzler-easy:~$ brozzler-new-job job1.yml (brozzler-ve34)vagrant@brozzler-easy:~$ brozzler-new-job job1.yml
WARC files will appear in ./warcs and brozzler, warcprox and rethinkdb logs in WARC files will appear in ./warcs and brozzler, warcprox and rethinkdb logs in