Skip to content

zheddiewen/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 and start the install.sh. If necessary change the ports and volume mounts in docker-compose.yml.

sudo git clone https://github.com/bibbox/app-seeddms

sudo chmod +x install.sh

sudo ./install.sh

Install within BIBBOX

The BIBBOX framework can be installed

After BIBBOX is up and running, you can use the BIBBOX APP Store to install a lot of software tools.

Docker Images in the Aoo

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

About

BIBBOX App of seeddms

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 93.3%
  • Shell 6.7%