mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Remove cheetah as a dependency
This commit is contained in:
parent
882392f104
commit
ee77f107ea
7
INSTALL
7
INSTALL
@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
## Installing Plinth
|
## Installing Plinth
|
||||||
|
|
||||||
Install the python-cheetah package, pandoc, python-augeas, and
|
Install the pandoc, python-augeas, and bjsonrpc:
|
||||||
bjsonrpc:
|
|
||||||
|
|
||||||
apt-get install python-cheetah pandoc python-augeas python-bjsonrpc python-cherrypy3 python-simplejson
|
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 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:
|
||||||
@ -23,8 +22,6 @@ and the default password is "secret".
|
|||||||
|
|
||||||
* cherrypy - python web engine v3+
|
* cherrypy - python web engine v3+
|
||||||
|
|
||||||
* cheetah - Debian has python-cheetah package
|
|
||||||
|
|
||||||
* python - tested with version 2.6.6
|
* python - tested with version 2.6.6
|
||||||
|
|
||||||
* *GNU Make* is used to build the templates and such.
|
* *GNU Make* is used to build the templates and such.
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ default: config dirs css 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-cheetah python-cherrypy3 python-django python-passlib python-simplejson sudo"
|
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 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 python-cheetah pandoc python-simplejson python-pyme python-augeas python-bjsonrpc')
|
sudo('apt-get install --no-install-recommends -y python make pandoc python-simplejson python-pyme python-augeas python-bjsonrpc python-django')
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def update():
|
def update():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user