2.7 Daisy Wiki
2.7.1 Initializing the Daisy Wiki
Before you can run the Daisy Wiki, the repository needs to be initialised with some document types, a "guest" user, a default ACL configuration, etc.
Open a command prompt or shell, make sure DAISY_HOME is set, go to the directory <DAISY_HOME>/install, and execute:
daisy-wiki-init
The program will start by asking a login and password, enter here the user created during the execution of daisy-repository-init (the default was testuser/testuser). It will also ask for the URL where the repository is listening, you can simply press enter here.
If everything goes according to plan, the program will now print out some informational messages and end with "Finished.".
Previous