Stars: 178
Forks: 24
Pull Requests: 8
Issues: 85
Watchers: 9
Last Updated: 2023-09-14 14:51:18
I, Librarian - open-source version of a PDF managing SaaS.
License: GNU General Public License v3.0
Languages: PHP, CSS, JavaScript, HTML
You can download and execute installers for Windows 8, and 10 plus a DEB package and a console installer for Ubuntu, Debian, and its derivatives. An installer for Mac OS X is not available. These installers will install and/or configure Apache and PHP for you. If you don't want that, follow the instructions below to install manually.
Alias /librarian "C:\I, Librarian\public"
<Directory "C:\I, Librarian\public">
AllowOverride All
# Allow access from this computer.
Require local
# Allow access from intranet computers.
Require ip 10
Require ip 172.16 172.17 172.18 172.19 172.20
Require ip 172.21 172.22 172.23 172.24 172.25
Require ip 172.26 172.27 172.28 172.29 172.30 172.31
Require ip 192.168
# Insert Allow from directives here to allow access from the internet.
# "Require all granted" opens access to everybody.
</Directory>
C:\I, Librarian
.C:\I, Librarian
to any directory where you want to have I, Librarian,
including an external drive.127.0.0.1
with your static IP, or qualified server domain name, if you have either one.Administrator > Software details
to see if everything checks fine.Administrator > Global settings
to run I, Librarian the way you want.Thank you for using I, Librarian!
uninstall.sh
un-installer.