Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
/ webdev-demo Public archive

An example of a typical web dev environment built with Docker, Django, Nginx, Redis, and more.

Notifications You must be signed in to change notification settings

ctxis/webdev-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webdev-demo

An example of a typical web dev environment built with Docker, Django, Nginx, Redis, and more.

Requirements

  • Docker
  • docker-compose

Setup

  • Clone repo
  • cd to the root of the repo
  • Generate self-signed SSL cert and key: openssl req -nodes -x509 -newkey rsa:4096 -keyout certs/server.key -out certs/server.crt -days 365 (accept all defaults)
  • docker-compose up -d
  • Access the website on http://localhost:8000 or https://localhost:4433 (accept any security warnings)

About

An example of a typical web dev environment built with Docker, Django, Nginx, Redis, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published