Skip to content

bibbox/app-seeddms

Repository files navigation

SeedDMS BIBBOX application

This container can be installed as BIBBOX APP or standalone.

  • initial user/passwordd: admin / admin
  • after the docker installation follow these instructions

Standalone Installation

Clone the github repsoitory. If necessary change the ports in the environment file .env and the volume mounts in docker-compose.yml.

git clone https://github.com/bibbox/app-seeddms
cd app-seeddms
docker network create bibbox-default-network
docker-compose up -d

The main App can be opened and set up at

localhost:8065/install/install.php

Install within BIBBOX

Follow the link above and find the App by its name. Click on the Symbol and select Install. Then fill the Parameters below and Name your app Click install again

Docker Images used

Install Environment Variables

  • MYSQL_ROOT_PASSWORD = password, only used within the docker container
  • MYSQL_DATABASE = name of the mysql database, typical seeddms. The DB file is stored in the mounted volume
  • MYSQL_USER = name of the mysql user, typical seeddms
  • MYSQL_PASSWORD = mysql user password used in the setup of seeddms, for testing you can stay with seeddms4bibbox

The default values for the standalone installation are:

  • MYSQL_ROOT_PASSWORD=seeddms
  • MYSQL_DATABASE=seeddms
  • MYSQL_USER=seeddms
  • MYSQL_PASSWORD=seeddms4bibbox
  • INSTANCE=bibbox
  • PORT=8065

Mounted Volumes

SEED-DMS Container

  • ./data/var/www/html/seeddms60x/data will be mounted to /var/www/html/seeddms60x/data:rw
  • ./entrypoint.sh will be mounted to /var/entrypoint.sh

SEED-DMS DB Container

  • ./data/var/lib/mysql will be mounted to /var/lib/mysql