Add augeas-tools and ldapscripts as dependency

This commit is contained in:
Sunil Mohan Adapa 2015-07-22 20:21:35 +05:30 committed by James Valleroy
parent d363d8db26
commit 9be829342e
2 changed files with 23 additions and 5 deletions

View File

@ -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
View File

@ -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: