gecko/browser/components/loop/standalone
2015-10-05 14:40:15 +01:00
..
content Bug 1172662 - ICE failures occuring in Loop conversations should be reported to the user. r=Standard8 2015-10-05 14:40:15 +01:00
.gitignore Bug 1188509-Bundle Hello standalone JS for performance, r=Standard8 2015-09-28 13:18:22 -07:00
Makefile Bug 1208647-minify OpenTok+lodash for faster Hello standalone load time, r=Standard8 2015-09-28 14:15:21 -07:00
package.json No bug. Fix Loop's eslint configuration, due to fallout from bug 1203520. rs=dmose NPOTB DONTBUILD 2015-09-30 18:50:05 +01:00
README.md Bug 999737-add ESLint to run-all-loop-tests; update docs, rs=Standard, DONTBUILD 2015-04-01 14:08:38 -07:00
server.js Bug 1208647-minify OpenTok+lodash for faster Hello standalone load time, r=Standard8 2015-09-28 14:15:21 -07:00
webpack.config.js Bug 1208647-minify OpenTok+lodash for faster Hello standalone load time, r=Standard8 2015-09-28 14:15:21 -07:00

Loop Client

Prerequisites

NodeJS and npm installed.

Installation

Fetch and install/build any NPM dependencies:

$ make install

Configuration

If you need a static config.js file for deployment (most people wont; only folks deploying the development server will!), you can generate one like this:

$ make config

It will read the configuration from the following env variables and generate the appropriate configuration file:

  • LOOP_SERVER_URL defines the root url of the loop server, without trailing slash (default: http://localhost:5000).
  • LOOP_FEEDBACK_API_URL sets the root URL for the input API; defaults to the input stage server (https://input.allizom.org/api/v1/feedback). Don't forget to set this value to the production server URL when deploying to production.
  • LOOP_FEEDBACK_PRODUCT_NAME defines the product name to be sent to the input API (defaults: Loop).

Usage

For development, run a local static file server:

$ make runserver

Then point your browser at:

  • http://localhost:3000/content/ for all public webapp contents,
  • http://localhost:3000/test/ for tests.

Note: the provided static file server for web contents is not intended for production use.

License

The Loop server code is released under the terms of the Mozilla Public License v2.0. See the LICENSE file at the root of the repository.