[Edit: Please download server2.zip below]
Unzip the contents to a folder of your choice. Note that you’ll need to make sure you allow it to create the “iui” folder.
Edit LibraryServer.config (this is a text file) and update line 6 to point to your library:
<Item name=”libraryRoot” value=”c:\path to your library” />
You can change the port on line 5 if desired, but that shouldn’t be necessary.
Double click on BookIndexer.exe. That will start the server. It will tell you the URL you would need to enter in eReader or Safari to view your library. On my PC, it looks like this:
http://192.168.1.100:9033 . You can browse the URL from your PC as well, but it won’t really be formatted correctly.
Note that the server assumes that your library is organized like this:
Folder: Library Root
Folder: Author (Last Name, First Name)
Title of Book.pdb
So on my setup:
C:\xfers
C:\xfers\Silva, Daniel
C:\xfers\Silva, Daniel\Prince of Fire.pdb
Good luck. Let me know if you have any questions.