This repository was archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Running Doradus as a Daemon
JoeWinter edited this page Mar 20, 2015
·
2 revisions
[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)