Quick Start
Dependencies
Please refer to environment requirements for details.
Docker Startup
By default, after docker starts up it will create a default admin account admin
with the default password 123456
.
- The default user and password. You can change it after logging in later, or by setting the
OMNI_USER
OMNI_PASSWORD
environment variable. ${my_local_docs_path}
should be modified to your actual directory path that stores Epubs and PDFs. After logging in, you can configure scanning strategies to build file indices.- If you need persistent running, please refer to Best Practices for Deployment.
# Replace my_local_docs_path below with your actual documents directory
docker run -v ${my_local_docs_path}:/docs -p 8080:80 lxpio/omnigram-server:latest
Try Mobile UI
Download App
The mobile app can be downloaded from:
- Google Play
- App Store
- Github (apk)
Login App
//TODO add login page
Or just try demo server:
Demo Server Addr:
https://demo.lxpio.com:9443
Demo User:
admin
Demo Password:
123456
Scan local files
//TODO add scan page
Starting reading
//TODO add reading page
What next?
The above documentation is only intended for quick start deployments and trials. If you expect full service capabilities and user experiences from Omnigram, please refer to Best Practices for Deployment.