Skip to content

A simple docker compose-powered php + pgsql demo workspace

Notifications You must be signed in to change notification settings

wernerdweight/demo-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Workspace

Description

This is a demo workspace for local PHP + PgSQL development powered by docker compose.

Installation

  1. Fork (and clone) this repository. There's a guide on how to do so here.
  2. Run composer install from the src directory.

Usage

  1. Run docker compose up -d from the root directory.
  2. Access localhost:8000 to check everything is working.
  3. Keep editing the code in the src directory.