Skip to content

Webmud3: third generation of the UNItopia Webmud as open source project.

License

Notifications You must be signed in to change notification settings

mystiker/webmud3

 
 

Repository files navigation

webmud3 V0.5.0

Webmud3: third generation of the UNItopia Webmud as open source project.

Is up and running:

With Version 0.5.0 all dockerfiles were condensed into one 'latest' image.

For own testing please use the following docker command to create the docker image:

docker pull myonara/webmud3:latest

To build an own image from the webmud3 directory:

docker build -f dockerfiles/ng-local.dockerfile -t myonara/webmud3:latest .

For standalone execution:

docker run -d -p 5000:5000 --name webmud3test myonara/webmud3:latest

For swarm init:

docker stack deploy -c dockerfiles/w3_docker_compose_local.yml webmud3alocal

Prior to Version V0.0.40 there was a possiblity to manually edit the files and load and test it outside docker. Take a look into ./Dockerfile and perform the replace-steps to index.html and server.js manually, if you really insist on executing without docker.

Then the docker container is running on port 5000 (localhost:5000/webmud3)

About

Webmud3: third generation of the UNItopia Webmud as open source project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • HTML 5.2%
  • SCSS 2.0%
  • JavaScript 1.7%
  • Dockerfile 0.6%