@@ -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.2 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
12
+ 1 . Run ` # wget https://raw.githubusercontent.com/hopglass/hopglass-server/v0.1.3 /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 `
@@ -64,7 +64,7 @@ Possible webserver queries
64
64
65
65
- bugfix release
66
66
67
- ** v0.1.2 (current )**
67
+ ** v0.1.2 (outdated )**
68
68
69
69
- many bugfixes (many contributors)
70
70
- additional input checks (Joshua1337, eberhab)
@@ -73,6 +73,10 @@ Possible webserver queries
73
73
- new provider: dns zone output (eberhab)
74
74
- probably more I forgot
75
75
76
+ ** v0.1.3 (current)**
77
+
78
+ - fix the install script
79
+
76
80
** v0.2 (next)**
77
81
78
82
- provide a graph-generation implementation for all providers
@@ -99,7 +103,7 @@ i.e. Debian Wheezy or older, Ubuntu 14.10 or older
99
103
100
104
*** Warning: untested, unsupported, not recommended***
101
105
102
- 1 . Run ` # wget https://raw.githubusercontent.com/hopglass/hopglass-server/v0.1.2 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
106
+ 1 . Run ` # wget https://raw.githubusercontent.com/hopglass/hopglass-server/v0.1.3 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
103
107
2 . Create a start script in ` /usr/local/bin/ ` similar to this:
104
108
` su - hopglass --shell /bin/bash -c "cd server; node hopglass-server.js --config /etc/hopglass-server/$1/config.json" `
105
109
3 . Create an init-script in ` /etc/init.d/ ` .
0 commit comments