-
Notifications
You must be signed in to change notification settings - Fork 22
Running Doradus as a Daemon
[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Doradus Administration: Table-of-Contents) | [Previous](https://github.com/dell-oss/Doradus/wiki/Running Doradus as a Windows Service) | [Next](https://github.com/dell-oss/Doradus/wiki/Embedding Doradus In Another Application)
[Doradus Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation): Running Doradus as a Daemon
On Linux, Doradus can be executed as a daemon that is launched at system startup. Example scripts are provided in the doradus-server’s scripts folder:
./doradus-server
/scripts
doradusserver
/init.d
doradusserver
The doradusserver
script under /init.d
can be placed in the system’s /etc/init.d
folder. See the comments in the header on modifying the file and setting permissions. The doradusserver
file under /scripts
is an example run file for the Doradus server. Modify it to pass parameters and JVM arguments that should be used when Doradus is started by the init.d
script.
Doradus can also be run as a daemon on OS X using the recommended launchd
manager. See the documentation for creating launch daemons here:
https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html
Technical Documentation
[Doradus OLAP Databases](https://github.com/dell-oss/Doradus/wiki/Doradus OLAP Databases)
- Architecture
- OLAP Database Overview
- OLAP Data Model
- Doradus Query Language (DQL)
- OLAP Object Queries
- OLAP Aggregate Queries
- OLAP REST Commands
- Architecture
- Spider Database Overview
- Spider Data Model
- Doradus Query Language (DQL)
- Spider Object Queries
- Spider Aggregate Queries
- Spider REST Commands
- [Installing and Running Doradus](https://github.com/dell-oss/Doradus/wiki/Installing and Running Doradus)
- [Deployment Guidelines](https://github.com/dell-oss/Doradus/wiki/Deployment Guidelines)
- [Doradus Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation)
- [Cassandra Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Cassandra Configuration and Operation)