mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
yes you can install brozzler from the outside world now!
This commit is contained in:
parent
6f6216e432
commit
dd2211df31
14
README.rst
14
README.rst
@ -20,19 +20,15 @@ archiving.
|
||||
Installation
|
||||
------------
|
||||
|
||||
XXX These instructions don't work at the moment. Brozzler requires some
|
||||
customized packages not easily installable in the outside world. I intend to
|
||||
remedy the situation soon.
|
||||
|
||||
::
|
||||
|
||||
# set up virtualenv if desired
|
||||
pip install git+https://github.com/nlevitt/brozzler.git
|
||||
pip install brozzler
|
||||
|
||||
Brozzler also requires a rethinkdb deployment.
|
||||
|
||||
Fonts for good screenshots
|
||||
--------------------------
|
||||
Fonts (for decent screenshots)
|
||||
------------------------------
|
||||
|
||||
On ubuntu 14.04 trusty I installed these packages:
|
||||
|
||||
@ -42,12 +38,10 @@ fonts-arphic-ukai fonts-farsiweb fonts-nafees fonts-sil-abyssinica
|
||||
fonts-sil-ezra fonts-sil-padauk fonts-unfonts-extra fonts-unfonts-core
|
||||
ttf-indic-fonts fonts-thai-tlwg fonts-lklug-sinhala
|
||||
|
||||
Haven't looked much at the resulting screenshots yet though.
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
Copyright 2015 Internet Archive
|
||||
Copyright 2015-2016 Internet Archive
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
not use this software except in compliance with the License. You may
|
||||
|
9
setup.py
9
setup.py
@ -19,8 +19,9 @@
|
||||
import setuptools
|
||||
import glob
|
||||
|
||||
setuptools.setup(name='brozzler',
|
||||
version='1.1.dev10',
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1.dev11',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/nlevitt/brozzler',
|
||||
author='Noah Levitt',
|
||||
@ -41,10 +42,10 @@ setuptools.setup(name='brozzler',
|
||||
'rethinkstuff',
|
||||
'rethinkdb>=2.3,<2.4',
|
||||
'psutil',
|
||||
],
|
||||
],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Console',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
|
Loading…
x
Reference in New Issue
Block a user