@@ -9,7 +9,7 @@ The HopGlass Server collects data from Freifunk networks and processes it to be
9
9
10
10
** i.e. Debian Jessie or newer, Ubuntu 15.04 or newer**
11
11
12
- 1 . Run ` # wget https://raw.githubusercontent.com/hopglass/hopglass-server/v0.1.1 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
12
+ 1 . Run ` # wget https://raw.githubusercontent.com/hopglass/hopglass-server/v0.1.2 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
13
13
2 . Review and edit the default configuration located at ` /etc/hopglass-server/default/config.json ` .
14
14
3 . Start the HopGlass Server: ` # systemctl start hopglass-server@default `
15
15
4 . (Optional) Automatically start the HopGlass Server at boot: ` # systemctl enable hopglass-server@default `
@@ -50,16 +50,29 @@ Possible webserver queries
50
50
51
51
##Development timeline
52
52
53
- ** oldmaster (maintenance )**
53
+ ** oldmaster (outdated )**
54
54
55
- ** v0.1.1 (current )**
55
+ ** v0.1.0 (outdated )**
56
56
57
57
- fully modular conversion system
58
58
- many bugfixes
59
59
- meshviewer provider
60
60
- ffapi provider
61
61
- label-based traffic metrics
62
62
63
+ ** v0.1.1 (outdated)**
64
+
65
+ - bugfix release
66
+
67
+ ** v0.1.2 (current)**
68
+
69
+ - many bugfixes (many contributors)
70
+ - additional input checks (Joshua1337, eberhab)
71
+ - provider/hopglass: resolve gateways to nodeids (mar-v-in)
72
+ - provider/hopglass: nexthop key (eberhab)
73
+ - new provider: dns zone output (eberhab)
74
+ - probably more I forgot
75
+
63
76
** v0.2 (next)**
64
77
65
78
- provide a graph-generation implementation for all providers
@@ -86,7 +99,7 @@ i.e. Debian Wheezy or older, Ubuntu 14.10 or older
86
99
87
100
*** Warning: untested, unsupported, not recommended***
88
101
89
- 1 . Run ` # wget https://raw.githubusercontent.com/hopglass/hopglass-server/v0.1.1 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
102
+ 1 . Run ` # wget https://raw.githubusercontent.com/hopglass/hopglass-server/v0.1.2 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
90
103
2 . Create a start script in ` /usr/local/bin/ ` similar to this:
91
104
` su - hopglass --shell /bin/bash -c "cd server; node hopglass-server.js --config /etc/hopglass-server/$1/config.json" `
92
105
3 . Create an init-script in ` /etc/init.d/ ` .
0 commit comments