mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
install flash plugin for chromium
This commit is contained in:
parent
04e1e5277e
commit
b62d5a6350
0
brozzler/pywb.py
Executable file → Normal file
0
brozzler/pywb.py
Executable file → Normal file
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ import setuptools
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b3.dev51',
|
version='1.1b3.dev52',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
---
|
---
|
||||||
|
- name: ensure canonical partner repo is in apt sources.list
|
||||||
|
apt_repository: repo='deb http://archive.canonical.com/ubuntu trusty partner'
|
||||||
|
state=present
|
||||||
|
become: true
|
||||||
- name: ensure required packages are installed
|
- name: ensure required packages are installed
|
||||||
become: true
|
become: true
|
||||||
apt: name={{item}} state=present
|
apt: name={{item}} state=present
|
||||||
@ -28,7 +32,7 @@
|
|||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
- gcc
|
- gcc
|
||||||
- libpython3.4-dev
|
- libpython3.4-dev
|
||||||
- git
|
- adobe-flashplugin
|
||||||
- name: install Xvnc upstart config /etc/init/Xvnc.conf
|
- name: install Xvnc upstart config /etc/init/Xvnc.conf
|
||||||
template: src=templates/Xvnc.conf.j2 dest=/etc/init/Xvnc.conf
|
template: src=templates/Xvnc.conf.j2 dest=/etc/init/Xvnc.conf
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user