mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Remove unused dependency bjsonrpc
This commit is contained in:
parent
b2b24146ef
commit
faeb0b6be0
6
INSTALL
6
INSTALL
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
## Installing Plinth
|
## Installing Plinth
|
||||||
|
|
||||||
Install the pandoc, python-augeas, and bjsonrpc:
|
Install the dependencies:
|
||||||
|
|
||||||
apt-get install augeas-tools libpython2.7 pandoc psmisc python2.7 python-augeas python-bcrypt python-bjsonrpc python-cherrypy3 python-django python-passlib python-simplejson python-bootstrapform libjs-twitter-bootstrap sudo
|
apt-get install augeas-tools libpython2.7 pandoc psmisc python2.7 python-augeas python-bcrypt python-cherrypy3 python-django python-passlib python-simplejson python-bootstrapform libjs-twitter-bootstrap sudo
|
||||||
|
|
||||||
Unzip and untar the source into a directory. Change to the directory
|
Unzip and untar the source into a directory. Change to the directory
|
||||||
containing the program. Run:
|
containing the program. Run:
|
||||||
@ -26,8 +26,6 @@ and the default password is "secret".
|
|||||||
|
|
||||||
* *GNU Make* is used to build the templates and such.
|
* *GNU Make* is used to build the templates and such.
|
||||||
|
|
||||||
* bjsonrpc - used for configuration management layer
|
|
||||||
|
|
||||||
* python-augeas and augeas - used for configuration management
|
* python-augeas and augeas - used for configuration management
|
||||||
|
|
||||||
The documentation has some dependencies too.
|
The documentation has some dependencies too.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ default: config dirs docs
|
|||||||
all: default
|
all: default
|
||||||
|
|
||||||
predepend:
|
predepend:
|
||||||
sudo sh -c "apt-get install augeas-tools libpython2.7 pandoc psmisc python2.7 python-augeas python-bcrypt python-bjsonrpc python-cherrypy3 python-django python-passlib python-simplejson python-bootstrapform libjs-twitter-bootstrap sudo"
|
sudo sh -c "apt-get install augeas-tools libpython2.7 pandoc psmisc python2.7 python-augeas python-bcrypt python-cherrypy3 python-django python-passlib python-simplejson python-bootstrapform libjs-twitter-bootstrap sudo"
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
touch predepend
|
touch predepend
|
||||||
|
|||||||
2
fabfile.py
vendored
2
fabfile.py
vendored
@ -150,7 +150,7 @@ def apache():
|
|||||||
@task
|
@task
|
||||||
def deps():
|
def deps():
|
||||||
"Basic plinth dependencies"
|
"Basic plinth dependencies"
|
||||||
sudo('apt-get install --no-install-recommends -y python make pandoc python-simplejson python-pyme python-augeas python-bjsonrpc python-django python-bootstrapform libjs-twitter-bootstrap')
|
sudo('apt-get install --no-install-recommends -y python make pandoc python-simplejson python-pyme python-augeas python-django python-bootstrapform libjs-twitter-bootstrap')
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def update():
|
def update():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user