https://github.com/hellojwilde/gossamer-server
A centralized place for easily installable browser experiments.
https://github.com/hellojwilde/gossamer-server
Last synced: 10 months ago
JSON representation
A centralized place for easily installable browser experiments.
- Host: GitHub
- URL: https://github.com/hellojwilde/gossamer-server
- Owner: hellojwilde
- License: mpl-2.0
- Created: 2015-05-30T23:53:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T01:03:44.000Z (almost 11 years ago)
- Last Synced: 2025-03-11T09:50:14.699Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 672 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gossamer-server
A centralized place for easily installable browser experiments.
For more information on the larger project this is a part of, view the readme at [https://github.com/hellojwilde/gossamer](https://github.com/hellojwilde/gossamer)
## Prerequisites
- Node
- Nodemon - installed via `npm install -g nodemon`
- Redis - running on `127.0.0.1:6379`
## Installation
1. Clone this repository.
2. Run `npm install`.
3. Set up the configuration file:
a. `cp config.default.js config.js`
b. Create a [new GitHub application](https://github.com/settings/applications/new) and copy the client id and client secret into the `githubClientId` and `githubClientSecret` fields of the config file. Make sure the `githubCallbackUrl` field is appropriate and matches the "Authorization callback URL" field of the application configuration on GitHub.
4. Run `npm start`.