Skip to content

Commit 3d23905

Browse files
author
Milan Pässler
committed
bugfix-release 0.1.1
1 parent cdd7137 commit 3d23905

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The HopGlass Server collects data from Freifunk networks and processes it to be
99

1010
**i.e. Debian Jessie or newer, Ubuntu 15.04 or newer**
1111

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`
1313
2. Review and edit the default configuration located at `/etc/hopglass-server/default/config.json`.
1414
3. Start the HopGlass Server: `# systemctl start hopglass-server@default`
1515
4. (Optional) Automatically start the HopGlass Server at boot: `# systemctl enable hopglass-server@default`
@@ -51,7 +51,7 @@ Possible webserver queries
5151

5252
**oldmaster (maintenance)**
5353

54-
**v0.1 (current)**
54+
**v0.1.1 (current)**
5555

5656
- fully modular conversion system
5757
- many bugfixes
@@ -85,7 +85,7 @@ i.e. Debian Wheezy or older, Ubuntu 14.10 or older
8585

8686
***Warning: untested, unsupported, not recommended***
8787

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`
8989
2. Create a start script in `/usr/local/bin/` similar to this:
9090
`su - hopglass --shell /bin/bash -c "cd server; node hopglass-server.js --config /etc/hopglass-server/$1/config.json"`
9191
3. Create an init-script in `/etc/init.d/`.

scripts/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function prereq {
102102
function install {
103103
#Clone and install NodeJS libs
104104
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
106106
cd server
107107
npm install
108108
exit

0 commit comments

Comments
 (0)