https://github.com/lightsofapollo/shepherd-event-server
Shepherd Event Server
https://github.com/lightsofapollo/shepherd-event-server
Last synced: 8 months ago
JSON representation
Shepherd Event Server
- Host: GitHub
- URL: https://github.com/lightsofapollo/shepherd-event-server
- Owner: lightsofapollo
- Created: 2013-10-15T19:03:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-11T21:49:56.000Z (over 12 years ago)
- Last Synced: 2024-12-27T15:12:42.879Z (over 1 year ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shepherd-event-server
=====================
Shepherd Event Server
# Setting up the dev box
You need:
- ruby
- bundler
- vagrant
Install the berkshelf plugin:
```sh
vagrant plugin install vagrant-berkshelf
```
```sh
# start the box
vagrant up
```
```sh
# start the server
cd /shepherd
sudo node index.js
```
Port 80 from the vm is forwarded to 60001 on your local machine so you
can browse to: http://localhost:60001.
# Environment Variables
These MUST be set on the server which this runs.
BUGZILLA_URL - used for all bugzilla commands.
BUGZILLA_USERNAME - used for all bugzilla commands.
BUGZILLA_PASSWORD - used for all bugzilla commands.
GITHUB_TOKEN - github oauth token used in all github commands.