-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (31 loc) · 1.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#######################
m mmmmmmmmm m
# # # # # #
#mmmm# # " #"# #
# # # ## ##"
# # # # #
#######################
Repository, dass ein kleines Projekt zur Vorlesung Softwarearchitektur an der HTW Saar bereitstellt.
Hier noch der Link zur GitHub-Webpage dieses Projektes:
http://jzipfler.github.io/HTW-SwArchitektur
Das Ganze dient unter anderem als eine Art "Playground" um sich ein wenig mit GIT / GitHub usw. auseinanderzusetzen.
How To Build
============
Windows:
Prerequirements: Go is installed and working.
Building: run makefile.bat
Linux:
Prerequirements: Go and Make are installed and working.
Building: run make
How To View Documentation
=========================
1. Run: godoc -http=:6060
2. Open "localhost:6060" in your favorite browser.
3. The "doc"-directory contains additional documentation.
How To Test/Run
===============
1. Launch registryserver
2. Launch randomservice
3. Launch isprimeservice
4. Launch concatenateservice
5. Launch menu or serviceuser