Skip to content

ComposerizeAllTheThings/hackazon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

all-in-one-hackazon

Run a docker container include hackazon, apache, mysql, and nodejs with express server

This work is based on https://github.com/cmutzel/all-in-one-hackazon

Instructions

To build the container: docker build --rm -t bepsoccer/all-in-one-hackazon .

then run via: docker run --name hackazon -d -p 80:80 bepsoccer/all-in-one-hackazon

Login into hackazon at http:// (( your host here... )) and begin configuring... You can just select to use the existing db password as it is set in the startup script. The admin password will be the same as the db password and is echoed at startup and can be found in /hackazon-db-pw.txt.

About

Run a docker container include hackazon, apache, and mysql

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 45.0%
  • Dockerfile 31.9%
  • PHP 23.1%