Skip to content

Commit

Permalink
bugfix-release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Pässler committed May 25, 2016
1 parent cdd7137 commit 3d23905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The HopGlass Server collects data from Freifunk networks and processes it to be

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

1. Run `# wget https://raw.githubusercontent.com/plumpudding/hopglass-server/v0.1/scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh`
1. Run `# wget https://raw.githubusercontent.com/plumpudding/hopglass-server/v0.1.1/scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh`
2. Review and edit the default configuration located at `/etc/hopglass-server/default/config.json`.
3. Start the HopGlass Server: `# systemctl start hopglass-server@default`
4. (Optional) Automatically start the HopGlass Server at boot: `# systemctl enable hopglass-server@default`
Expand Down Expand Up @@ -51,7 +51,7 @@ Possible webserver queries

**oldmaster (maintenance)**

**v0.1 (current)**
**v0.1.1 (current)**

- fully modular conversion system
- many bugfixes
Expand Down Expand Up @@ -85,7 +85,7 @@ i.e. Debian Wheezy or older, Ubuntu 14.10 or older

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

1. Run `# wget https://raw.githubusercontent.com/plumpudding/hopglass-server/v0.1/scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh`
1. Run `# wget https://raw.githubusercontent.com/plumpudding/hopglass-server/v0.1.1/scripts/bootstrap.sh; bash bootstrap.sh; rm bootstrap.sh`
2. Create a start script in `/usr/local/bin/` similar to this:
`su - hopglass --shell /bin/bash -c "cd server; node hopglass-server.js --config /etc/hopglass-server/$1/config.json"`
3. Create an init-script in `/etc/init.d/`.
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function prereq {
function install {
#Clone and install NodeJS libs
su - hopglass --shell /bin/bash <<'EOF'
git clone https://github.com/plumpudding/hopglass-server -b v0.1 server
git clone https://github.com/plumpudding/hopglass-server -b v0.1.1 server
cd server
npm install
exit
Expand Down

0 comments on commit 3d23905

Please sign in to comment.