Daisy documentation
 PreviousHomeNext 
8.8 Workflow HTTP interfaceBook Index9.1.2 Stopping Daisy

9 Administration

9.1 Starting and stopping Daisy

This document contains a summary of how to start and stop Daisy after the initial installation.

9.1.1 Starting Daisy

The order in which the processes are started is important, and should be the order in which they are mentioned below.

The command snippets below assume the JAVA_HOME and DAISY_HOME environment variables are set. If they are not set globally, set them each time before executing the commands.

9.1.1.1 Start MySQL

Start MySQL if necessary. Usually MySQL is started together with the operating system (in Windows as a service, in Linux using the /etc/init.d/mysql script), so you don't need to look after this.

9.1.1.2 Start the Daisy Repository Server

9.1.1.2.1 Windows
cd %DAISY_HOME%\repository-server\bin
daisy-repository-server <daisydata-dir>
9.1.1.2.2 Linux/Unix/MacOSX
cd $DAISY_HOME/repository-server/bin
./daisy-repository-server <daisydata-dir>

9.1.1.3 Start the Daisy Wiki

9.1.1.3.1 Windows
cd %DAISY_HOME%\daisywiki\bin
daisy-wiki <wikidata-dir>
9.1.1.3.2 Linux/Unix/MacOSX
cd $DAISY_HOME/daisywiki/bin
./daisy-wiki <wikidata-dir>
 PreviousHomeNext 
8.8 Workflow HTTP interface9.1.2 Stopping Daisy