Skip to content

ChristianMUG/app-redcap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedCap BIBBOX application

This container can be installed as BIBBOX APP or standalone.

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-redcap

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 Used

  • bibbox/redcap
  • mysql:8
  • busybox:latest

Database information

  • MYSQL root password: thispasswordisneverusedeveninsidethecontainer
  • Database: redcap
  • User: redcap
  • Password: redcap4bibbox
  • Host: redcap-db

Mounted Volumes

  • /var/lib/mysql
  • /redcap_webroot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.0%
  • Shell 31.0%