10.4.3 Running the Daisy Repository Server at a different location
If you want to change the default HTTP port (9263) of the Daisy Repository Server, edit the following file:
<daisydata directory>/conf/myconfig.xml
Look for the following element and adjust:
<port>9263</port>
The Daisy Wiki talks to Daisy Repository Server, so if you change the port or run the repository server on a different machine, edit the following file:
<wikidata directory>/daisy.xconf
Look for the following element and adjust:
<repository-server-base-url>http://localhost:9263</repository-server-base-url>
Previous