Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (33 loc) · 960 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 960 Bytes

Google Syncinator Build Status

Google Syncinator creates and syncs accounts from trogdir-api into a Google Apps domain.

Requirements

  • Ruby
  • Redis server (for Sidekiq)
  • trogdir-api installation
  • Admin access to a Google Apps account

Installation

git clone [email protected]:biola/google-syncinator.git
cd google-syncinator
bundle install
cp config/settings.local.yml.example config/settings.local.yml
cp config/blazing.rb.example config/blazing.rb

Configuration

  • Edit config/settings.local.yml accordingly.
  • Edit config/blazing.rb accordingly.

Running

sidekiq -r ./config/environment.rb

Deployment

blazing setup [target name in blazing.rb]
git push [target name in blazing.rb]