Skip to content

Commit

Permalink
Merge pull request #47 from wibeasley/master
Browse files Browse the repository at this point in the history
remove deprecated maintainer
  • Loading branch information
123andy authored Sep 3, 2021
2 parents 945b208 + 153e6f4 commit 1694f7b
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 74 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,26 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [About](#about)
- [Features](#features)
- [Quick-Start](#quick-start)
- [Full Documentation](#full-documentation)
- [Updates](#updates)
- [License](#license)
- [Contributing](#contributing)
- [REDCap Docker Compose Environment](#redcap-docker-compose-environment)
- [About](#about)
- [Features](#features)
- [Quick-Start](#quick-start)
- [Full Documentation](#full-documentation)
- [Updates](#updates)
- [License](#license)
- [Contributing](#contributing)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

[![documentation-button](rdc/documentation/button_documentation.png)](rdc/documentation/README.md)


## About
This repo is designed to build a local development instance of REDCap on your laptop. It also includes some aids
to try and facilitate a rapid setup of REDCap using either your consortium credentials or a complete installer you
This repo is designed to build a local development instance of REDCap on your laptop. It also includes some aids
to try and facilitate a rapid setup of REDCap using either your consortium credentials or a complete installer you
receive from a teammate at your institution.

This is intended to be one of the fastest and easiest ways to create a local development instance of REDCap on your
This is intended to be one of the fastest and easiest ways to create a local development instance of REDCap on your
computer or test server.

This is not intended to be used as a production server, although we do run something pretty similar here at Stanford.
Expand All @@ -42,28 +43,28 @@ to have production-ready php settings.
* [Install Docker Community Edition](https://docs.docker.com/get-docker) (requires docker account which is free)
* [Download this repository](https://github.com/123andy/redcap-docker-compose/archive/master.zip) and unzip it to your computer
* Open your download directory using a good IDE (
[phpStorm](https://www.jetbrains.com/phpstorm/),
[phpStorm](https://www.jetbrains.com/phpstorm/),
[Visual Studio Code](https://code.visualstudio.com/),
[Atom](https://atom.io/) - does not support xdebug, etc... )
* Edit the `.env` file located in the `rdc` folder review the contents, making changes as necessary.
* Once `.env` file settings are correct, from the `rdc` folder type `docker-compose up -d`
* Open your web browser and goto `http://localhost` (or, in some cases with macs `http://127.0.0.1`) and follow
directions for further installation

## Full Documentation
See the [detailed documentation](rdc/documentation/README.md) for more information! Keep in mind this is a community
effort so feedback is appreciated. Please create issues here with any suggestions or make a pull request with improvements.

## Updates
* 2020-12-28 Made defaults php7.4, xdebug 3.0, mysql 8
* 2020-09-24 Minor documentation cleanup and testing for Windows
* 2019-10-03 Improved documentation and cleanup of unused settings (issue #4)
* 2019-09-06 Removed ssmtp and replaced with msmtp
* 2019-06-06 Add X-Debug configuration.
* 2019-06-06 Add X-Debug configuration.
* 2019-01-24 Changed folder layout and optimized unzipping after upload to be much faster
* 2018-08-19 Added .env file and added UID override for MAC users to maintain file ownership (see .env)
* 2018-08-04 Added support for auto-install from `redcapx.y.z.zip`
* 2018-08-01 Major refactoring into docker-compose 3
* 2020-09-24 Minor documentation cleanup and testing for Windows

## License
Copyright (c) 2016 Andrew Martin
Expand Down
2 changes: 0 additions & 2 deletions rdc/docker-mailhog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:3.7

MAINTAINER [email protected]

RUN set -x \
&& adduser -D -u 1000 mailhog \
&& apk add --no-cache ca-certificates \
Expand Down
1 change: 0 additions & 1 deletion rdc/docker-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM php:7.3-apache
# I see there is now php:7.3-apache and 7.4 is a release candidate
## https://hub.docker.com/_/php/

MAINTAINER [email protected]
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update -qq && \
Expand Down
Loading

0 comments on commit 1694f7b

Please sign in to comment.