Skip to content

Commit abb3822

Browse files
authored
Merge pull request #32 from myonara/master
Get docker image running on UNItopia server...
2 parents 1a71c7b + 1e0020e commit abb3822

34 files changed

+1881
-2860
lines changed

ARCHITECTURE.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# webmud3 V0.0.7 !!!
1+
# webmud3 V0.0.11 !!!
22
Webmud3: third generation of the UNItopia Webmud as open source project.
33

44
In this early stages (Versions < 0.1.0) it's not for production.
@@ -8,6 +8,8 @@ In this early stages (Versions < 0.1.0) it's not for production.
88
4. Version 0.0.5 implmented telnet_neg: echo,terminaltype and naws. started with GMCP support.
99
5. Version 0.0.6 implemented sound on top of GMCP, working with UNItopia so far.
1010
6. Version 0.0.7 Rewrite for portal and created dockerfile.
11+
7. Version 0.0.8-0.0.10: Getting docker configuration to run on UNItopia.de
12+
8. Version 0.0.11: Enabling CORS.
1113

1214
## Installation in the Development environment
1315
### One time prerequisites:
@@ -23,6 +25,7 @@ currently not used, implemented for future use.
2325
1. change directory to backend directory
2426
2. execute:> `npm install`
2527
3. open a shell and execute `nodemon server.js`
28+
2629
The server is now running in the background and is listening on 5000.
2730

2831
### Preparing UI
@@ -35,4 +38,5 @@ The server is now running in the background and is listening on 5000.
3538
1. change directory to webmud3. (where UI and backend are in)
3639
2. docker build -t webmud3:v0.0.7 -f ./dockerfiles/ng.dockerfile .
3740
3. docker run -p 5000:5000 webmud3:v0.0.7
41+
3842
Then the docker container is running on port 5000 (localhost:5000/webmud3)

0 commit comments

Comments
 (0)