Changeset 249
- Timestamp:
- 02/19/08 20:26:55 (9 months ago)
- Files:
-
- cleverbox/branches/0.4/docs/INSTALL (modified) (2 diffs)
- cleverbox/branches/0.4/docs/USAGE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cleverbox/branches/0.4/docs/INSTALL
r218 r249 9 9 == Installation == 10 10 11 All operations should be performed as root. 11 '''All operations should be performed as root.''' 12 12 13 * Download sources : 14 {{{ 15 svn export http://www.clever-age.org/svn/cleverbox/branches/0.4 16 }}} 13 === Source install === 14 15 * Download latest source package from http://www.clever-age.org/trac/wiki/cleverbox/downloads 16 * Untar 17 17 * Install sources : 18 You need either an access to internet or latest `setuptools` installed.19 18 {{{ 20 19 python2.4 setup.py install … … 24 23 mkdir /etc/cleverbox 25 24 }}} 26 * Initialize environment : 27 * Run : 25 26 == Initialisation == 27 28 * Run : 28 29 {{{ 29 30 cleverbox-admin /etc/cleverbox 30 31 }}} 31 * Once on the prompt run the `initenv` command32 * Provide informations required by script32 * Once on the prompt run the `initenv` command 33 * Provide informations required by script 33 34 * Update Apache configuration as told 34 35 cleverbox/branches/0.4/docs/USAGE
r165 r249 91 91 It rises the allowed attachment size to 10M and enables ``webadmin` and ``themeengine` plugins by default. 92 92 93 === `permissions.ini`===93 ==== `permissions.ini` ==== 94 94 95 95 At project creation, the Cleverbox removes the `anonymous` permission profile and creates new profiles based on the contents of the
