https://github.com/reelyactive/offline-platform-demo
The full reelyActive open source platform without dependency on Internet connectivity. We believe in an open Internet of Things.
https://github.com/reelyactive/offline-platform-demo
Last synced: over 1 year ago
JSON representation
The full reelyActive open source platform without dependency on Internet connectivity. We believe in an open Internet of Things.
- Host: GitHub
- URL: https://github.com/reelyactive/offline-platform-demo
- Owner: reelyactive
- License: mit
- Created: 2017-04-21T13:31:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T01:13:35.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T12:48:12.615Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://reelyactive.github.io/install-an-offline-demo.html
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
offline-platform-demo
=====================
The full reelyActive open source platform _without_ dependency on Internet connectivity. Combines our [hlc-server](https://github.com/reelyactive/hlc-server) and [json-silo](https://github.com/reelyactive/json-silo) with a local copy of [Sniffypedia](https://sniffypedia.org) for full-featured standalone demos that actually work:
- at conferences with unreliable WiFi connectivity
- during flight on commercial aircraft (when permitted)
- deep in the Canadian boreal forest (it's plausiBLE that one could be tracking [barnowls](https://github.com/reelyactive/barnowl#barnowl), [beavers](https://github.com/reelyactive/beaver#beaver) and [chickadees](https://github.com/reelyactive/chickadee#chickadee)...)
Installation (with git)
-----------------------
Installion with git is easy. Without git, see [our tutorial](https://reelyactive.github.io/install-an-offline-demo.html).
From the command line, browse to the folder in which you intend to copy the code, then run:
git clone --recursive https://github.com/reelyactive/offline-platform-demo
cd offline-platform-demo
npm install
Running the offline-platform-demo
---------------------------------
From the command line, from the offline-platform-demo folder, run:
node server
Then browse to [localhost:3001](http://localhost:3001) for the dashboard, APIs and web applications, and browse to [localhost:3002](http://localhost:3002) to [create and associate stories](https://reelyactive.github.io/create-and-associate-stories.html) with wireless devices.
License
-------
MIT License
Copyright (c) 2017-2018 [reelyActive](https://www.reelyactive.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.