Changeset 260 for cleverbox/trunk/docs
- Timestamp:
- 02/23/08 12:51:34 (4 years ago)
- Location:
- cleverbox/trunk/docs
- Files:
-
- 1 modified
- 1 moved
-
COPYING (moved) (moved from cleverbox/trunk/docs/LICENSE)
-
INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/trunk/docs/INSTALL
r247 r260 21 21 python setup.py install 22 22 }}} 23 * Enable the `dav_fs` and `dav_svn` apache modules 24 25 == Initialisation == 23 26 * Create the directory that will hold apache configuration and cleverobx preferences : 24 27 {{{ 25 28 mkdir /etc/cleverbox 26 29 }}} 27 28 == Initialisation ==29 30 * Initialize environment : 30 31 {{{
