| 1 |
DAEMON MODULE
|
| 2 |
--------------------------------------------
|
| 3 |
Coder: Aymerick Jehanne <aymerick@newlc.com>
|
| 4 |
Sponsor: NewLC - http://www.newlc.com
|
| 5 |
--------------------------------------------
|
| 6 |
|
| 7 |
Thanks to the daemon module you can run daemon instances of a drupal site.
|
| 8 |
|
| 9 |
|
| 10 |
DEPENDENCY
|
| 11 |
----------
|
| 12 |
This module requires:
|
| 13 |
- the drush module (http://drupal.org/project/drush)
|
| 14 |
- the nanoserv library (http://nanoserv.si.kz)
|
| 15 |
- PHP 5.1+.
|
| 16 |
|
| 17 |
|
| 18 |
INSTALLATION
|
| 19 |
------------
|
| 20 |
1. Install the drush module (http://drupal.org/project/drush).
|
| 21 |
|
| 22 |
2. Extract the daemon module tarball and place the entire daemon directory
|
| 23 |
into your Drupal setup (e.g. in sites/all/modules).
|
| 24 |
|
| 25 |
3. Download the nanoserv library (version 1.1.0) from
|
| 26 |
http://pear.si.kz/index.php?package=nanoserv and place the 'nanoserv' subfolder
|
| 27 |
in the daemon module directory (e.g. as /sites/all/modules/deamon/nanoserv).
|
| 28 |
|
| 29 |
So the directory structure should look like this:
|
| 30 |
+ sites/
|
| 31 |
+ all/
|
| 32 |
+ modules/
|
| 33 |
+ daemon/
|
| 34 |
- daemon.info
|
| 35 |
- daemon.install
|
| 36 |
- daemon.module
|
| 37 |
- handlers/
|
| 38 |
+ nanoserv/
|
| 39 |
- Changelog
|
| 40 |
- examples/
|
| 41 |
- handlers/
|
| 42 |
- mkhugenanoserv.sh
|
| 43 |
- noanoserv.php
|
| 44 |
- README
|
| 45 |
- README.txt
|
| 46 |
|
| 47 |
4. Enable this module as any other Drupal module by navigating to
|
| 48 |
administer > site building > modules
|
| 49 |
|
| 50 |
|
| 51 |
CONFIGURATION
|
| 52 |
-------------
|
| 53 |
1. The daemon module settings and further configuration instructions
|
| 54 |
can be found by navigating to:
|
| 55 |
administer > site building > daemons
|