Skip to content

ucberkeley/sis-custom-build

Repository files navigation

SIS Custom Build - Build Status Dependency Status

Serve the assets for sis-custom

Installation

Requirements

Start the server locally

node server.js

Heroku - Update remote server

Add Heroku as a Remote

heroku git:remote -a sis-custom-build

Push

git push heroku master

Config variables

heroku config:set SIS_ENABLE_SSL=1

Contributing

  1. Fork it!
  2. Create a jira in the SIS Replacement Project
  3. Create your feature branch: git checkout -b SISRP-XXXX-my-new-feature
  4. Commit your changes: git commit -m 'SISRP-XXXX - Add some feature'
  5. Push to the branch: git push origin SISRP-XXXX-my-new-feature
  6. Submit a pull request