mnich / app-seeddms

BIBBOX App of seeddms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

To install this app locally execute the commands:

git clone https://github.com/bibbox/app-seeddmsTNG

cd app-seeddmsTNG

docker-compose up -d

After the Installation open "localhost:8065/install/install.php" in browser to set up SeedDMS.

The default port of the app SeedDMS is 8065.

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

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

About

BIBBOX App of seeddms