Skip to content

Commit a621fee

Browse files
committed
example webapp
1 parent 9d869c8 commit a621fee

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

example-webapp.png

304 KB
Loading

index.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ The product more or less died in the early 2010's. The original site and servers
1616

1717
The code base was copied to https://github.com/mmbase[github] a few years before.
1818

19+
=== Let's see it!
20+
21+
The example webapp is dockerize, and most things are still working:
22+
23+
[source, bash]
24+
----
25+
docker run -it -p 8080:8080 ghcr.io/mmbase/example-webapp
26+
----
27+
28+
And the surf to http://localhost:8080/[http://localhost:8080/]
29+
30+
image:example-webapp.png[]]
31+
32+
1933
== Technical details
2034
MMBase is coded in java. It used to have its own templating language (https://github.com/mmbase/mmbase/tree/MMBase-1_9/applications/scan[SCAN]), but soon templating was mostly done in JSP, and an extensive 'tag library' was provided.
2135

0 commit comments

Comments
 (0)