CuBoulder/express-docker

Name: express-docker

Owner: University of Colorado Boulder

Description: An attempt at the most minimalist Express shared development environment

Created: 2018-02-20 23:15:01.0

Updated: 2018-02-20 23:23:20.0

Pushed: 2018-02-23 22:53:30.0

Homepage: null

Size: 15

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Express On Docker

This repository is an attempt to set up the bare minimum needed for Express development. Previous solutions have not had testing working, were slow, or just hard to update.

The project uses the Docker PHP library “https://hub.docker.com/_/php” as well as some examples from the Lando project. Using SQLite seems a lot faster than MySQL.

tup code.
tup.sh

ild and run Docker container.
er build -t express-php .
er run --rm -d -p 8058:80 --name express express-php

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.