Merge pull request #417 from Standard8/master Back down to client-sessions 0.3.x to fix log in issues
Merge pull request #417 from Standard8/master
Back down to client-sessions 0.3.x to fix log in issues
Video call exploration
Talkilla currently requires Firefox >= 25.
Make sure you have node installed.
Install the required node dependencies:
$ npm install # or alternatively: $ make install
Start the server:
$ make runserver # or alternatively: $ env NODE_ENV=development PORT=5000 SESSION_SECRET=unguessable node app.js
In Firefox, set media.navigator.permission.disabled to true
media.navigator.permission.disabled
true
Point your web browser to http://localhost:5000.
App configuration is done using JSON files stored in the config/ directory:
config/
dev.json
dev
prod.json
prod
local.json
Optional settings are:
DEBUG
ROOTURL
Talkilla has a comprehensive test suite. See the docs/tests.md file for more detail.
There are various ways to debug Talkilla, see the docs/debugging.md file for more detail.
Look for a file named CONTRIBUTING.md in this repository. It contains our contributing guidelines.
You can find a list of frequently asked questions in the docs/faq.md file.
All source code here is available under the MPL 2.0 license, unless otherwise indicated.
Talkilla
Video call exploration
Local Development
Talkilla currently requires Firefox >= 25.
Make sure you have node installed.
Install the required node dependencies:
Start the server:
In Firefox, set
media.navigator.permission.disabledtotruePoint your web browser to http://localhost:5000.
Configuration
App configuration is done using JSON files stored in the
config/directory:dev.jsonfor thedevenvironment configurationprod.jsonfor theprodenvironment configurationlocal.jsonfor any settings you may want to override locally (this file is never versionned)Optional settings are:
DEBUG: to have log messages printed out to the browser consoleROOTURL: the url to the server (this can also be specified by PUBLIC_URL in the environment)Testing
Talkilla has a comprehensive test suite. See the docs/tests.md file for more detail.
Debugging
There are various ways to debug Talkilla, see the docs/debugging.md file for more detail.
Contribution
Look for a file named CONTRIBUTING.md in this repository. It contains our contributing guidelines.
Frequently Asked Questions
You can find a list of frequently asked questions in the docs/faq.md file.
License
All source code here is available under the MPL 2.0 license, unless otherwise indicated.