mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Add augeas-tools and ldapscripts as dependency
This commit is contained in:
parent
d363d8db26
commit
9be829342e
2
HACKING
2
HACKING
@ -124,6 +124,8 @@ infrastructure in place for it from the start. Use it like this:
|
||||
|
||||
* *JQuery* - Javascript framework used for convenience
|
||||
|
||||
* *LDAPscripts* - Scripts to manage LDAP users and groups
|
||||
|
||||
* *Modernizer* - HTML5 and CSS3 feature detection
|
||||
|
||||
* *Python3* - Requires minimum 3.3, tested with version 3.4.1
|
||||
|
||||
26
INSTALL
26
INSTALL
@ -4,11 +4,27 @@
|
||||
|
||||
On a Debian based system, run:
|
||||
|
||||
$ sudo apt-get install libjs-jquery libjs-modernizr libjs-bootstrap \
|
||||
make pandoc python3 python3-augeas python3-bootstrapform \
|
||||
python3-cherrypy3 python3-coverage python3-django \
|
||||
python3-django-stronghold python3-gi python3-setuptools python3-yaml \
|
||||
gir1.2-glib-2.0 gir1.2-networkmanager-1.0 gir1.2-packagekitglib-1.0
|
||||
$ sudo apt-get install \
|
||||
augeas-tools \
|
||||
ldapscripts \
|
||||
libjs-jquery \
|
||||
libjs-modernizr \
|
||||
libjs-bootstrap \
|
||||
make \
|
||||
pandoc \
|
||||
python3 \
|
||||
python3-augeas \
|
||||
python3-bootstrapform \
|
||||
python3-cherrypy3 \
|
||||
python3-coverage \
|
||||
python3-django \
|
||||
python3-django-stronghold \
|
||||
python3-gi \
|
||||
python3-setuptools \
|
||||
python3-yaml \
|
||||
gir1.2-glib-2.0 \
|
||||
gir1.2-networkmanager-1.0 \
|
||||
gir1.2-packagekitglib-1.0
|
||||
|
||||
2. Install Plinth:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user