Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 2.11 KB

INSTALL-APP.md

File metadata and controls

59 lines (31 loc) · 2.11 KB

SEEDDMS Installation Instructions

  • As soon as SeedDMS has been installed within the BIBBOX, you can launch it from the Applications menu.

  • A new Tab will open in your browser and show you a blank page with a warning to use the SeedDMS installer.

SCREEN1

  • From the current URL navigate to /install through the browser's address bar. Here you will find the installers welcome page. Klick on Start installation.

SCREEN2

  • On the next page a form for configuring installation paths will appear. Update in the database settings the password as you specified in the App installation screen and make sure to check Create database tables and click Apply!

SCREEN3

  • After the installation has succeeded, another screen with two links will appear. Click on Delete the ENABLE_INSTALL_TOOL if possible.

SCREEN4

  • The setting for forcing the installation will now be deleted and the application is ready for usage. Click on Configure more settings. Default login: admin/admin.

SCREEN5

  • You will now see the login screen. Please use username admin and password admin to log in.

SCREEN6

  • That's it! You have successfully installed SeedDMS and are ready for managing your documents with it!

SCREEN7

Backup instructions

  • Backup the database App directory, replace APPID with the id (subdomain) of the installed app.

      /opt/bibbox/application-instance/APPID-app-seeddms
    
  • Backup the data directory

      /opt/bibbox/application-instance/APPID-app-seeddms/data/var/www/seeddms51x
    
  • Backup the mysql database with the command

     docker exec  APPID-seeddms-db /usr/bin/mysqldump -u root --password='YOURROOTPASSWORD' seeddms > /home/vmadmin/seeddmsbackup.sql
    

    if you forgot the database root password, you can lookup it in the docker-compose file.

      /opt/bibbox/application-instance/APPID-app-seeddms/docker-compose.yml
    

After the installation

Have a nice ride with the new Admins youngtimer.

FINAL