Skip to content

a minimalist and nostalgic web framework based on apache and php5.2, run in docker.

Notifications You must be signed in to change notification settings

rayyee/php52-geezer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👴 php52-geezer


⬜️ a minimalist and nostalgic web framework based on apache and php5.2, run in docker.

Feature

...

Docker

apache and php5.2

# build it
docker build -t=php52 .
# run it
docker run -d --name php52 -v /path/to:/var/www:rw -p 81:80 --link mysql:db php52 /sbin/my_init --enable-insecure-key

About

a minimalist and nostalgic web framework based on apache and php5.2, run in docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 41.5%
  • PHP 41.5%
  • HTML 14.2%
  • Shell 2.8%