Commit 3d23905 Milan Pässler
committed
1 parent cdd7137 commit 3d23905 Copy full SHA for 3d23905
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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/plumpudding/hopglass-server/v0.1/scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
12
+ 1 . Run ` # wget https://raw.githubusercontent.com/plumpudding/hopglass-server/v0.1.1 /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 `
@@ -51,7 +51,7 @@ Possible webserver queries
51
51
52
52
** oldmaster (maintenance)**
53
53
54
- ** v0.1 (current)**
54
+ ** v0.1.1 (current)**
55
55
56
56
- fully modular conversion system
57
57
- many bugfixes
@@ -85,7 +85,7 @@ i.e. Debian Wheezy or older, Ubuntu 14.10 or older
85
85
86
86
*** Warning: untested, unsupported, not recommended***
87
87
88
- 1 . Run ` # wget https://raw.githubusercontent.com/plumpudding/hopglass-server/v0.1/scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
88
+ 1 . Run ` # wget https://raw.githubusercontent.com/plumpudding/hopglass-server/v0.1.1 /scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh `
89
89
2 . Create a start script in ` /usr/local/bin/ ` similar to this:
90
90
` su - hopglass --shell /bin/bash -c "cd server; node hopglass-server.js --config /etc/hopglass-server/$1/config.json" `
91
91
3 . Create an init-script in ` /etc/init.d/ ` .
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function prereq {
102
102
function install {
103
103
# Clone and install NodeJS libs
104
104
su - hopglass --shell /bin/bash << 'EOF '
105
- git clone https://github.com/plumpudding/hopglass-server -b v0.1 server
105
+ git clone https://github.com/plumpudding/hopglass-server -b v0.1.1 server
106
106
cd server
107
107
npm install
108
108
exit
You can’t perform that action at this time.
0 commit comments