Coder Social home page Coder Social logo

piuliss / all-in-one-hackazon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cmutzel/all-in-one-hackazon

0.0 1.0 0.0 547 KB

Run a docker container include hackazon, apache, and mysql

License: MIT License

Shell 37.29% PHP 26.00% Dockerfile 36.71%

all-in-one-hackazon's Introduction

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.

Swarm Setup

docker swarm init
docker service create --name registry --publish published=5000,target=5000 registry:2
docker compose up -d
#Test around 
docker-compose ps
curl http://localhost:80
docker compose down --volumes
docker compose push
docker stack deploy --compose-file docker-compose.yml fiuni_hackazon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.