Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Commit

Permalink
Rename repo to Theodor
Browse files Browse the repository at this point in the history
Sigh
  • Loading branch information
mcritchlow committed Aug 8, 2018
1 parent 9bd13b8 commit 1b1d198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Theodor
[![Coverage
Status](https://coveralls.io/repos/github/ucsdlib/dewey/badge.svg?branch=develop)](https://coveralls.io/github/ucsdlib/dewey?branch=develop) [![CircleCI](https://circleci.com/gh/ucsdlib/dewey/tree/develop.svg?style=svg)](https://circleci.com/gh/ucsdlib/dewey/tree/develop) [![Dependency Status](https://gemnasium.com/badges/github.com/ucsdlib/dewey.svg)](https://gemnasium.com/github.com/ucsdlib/dewey)
Status](https://coveralls.io/repos/github/ucsdlib/theodor/badge.svg?branch=develop)](https://coveralls.io/github/ucsdlib/dewey?branch=develop) [![CircleCI](https://circleci.com/gh/ucsdlib/dewey/tree/develop.svg?style=svg)](https://circleci.com/gh/ucsdlib/dewey/tree/develop) [![Dependency Status](https://gemnasium.com/badges/github.com/ucsdlib/dewey.svg)](https://gemnasium.com/github.com/ucsdlib/dewey)

A happy and wise Slack-bot for the UCSD Library

Expand All @@ -19,15 +19,15 @@ A happy and wise Slack-bot for the UCSD Library
In time, assuming interest, additional bot-like features will be added.

## Installing (docker)
1. Clone the repo: `git clone https://github.com/ucsdlib/dewey.git`
1. Clone the repo: `git clone https://github.com/ucsdlib/theodor.git`
1. Build image: `docker build -t theodor .`

Run rubocop or tests:
1. `docker run --rm theodor bundle exec rubocop`
1. `docker run --rm theodor bundle exec rake`

## Installing (traditional)
1. Clone the repo: `git clone https://github.com/ucsdlib/dewey.git`
1. Clone the repo: `git clone https://github.com/ucsdlib/theodor.git`
1. Install dependencies: `bundle install`
1. Run test suite `rake`. This will also run `rubocop` in addition to `rspec`
1. Run application `SLACK_API_TOKEN=<your-token> bundle exec puma`
2 changes: 1 addition & 1 deletion ops/vars/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ansistrano_shared_paths:
- tmp/sockets

ansistrano_deploy_via: "git"
ansistrano_git_repo: https://github.com/ucsdlib/dewey.git
ansistrano_git_repo: https://github.com/ucsdlib/theodor.git
ansistrano_git_branch: master
ansistrano_before_symlink_tasks_file: "{{ playbook_dir }}/tasks/before_symlink.yml"
ansistrano_after_update_code_tasks_file: "{{ playbook_dir }}/tasks/after_update_code_tasks.yml"

0 comments on commit 1b1d198

Please sign in to comment.