In the event that users spin up their own AudiAnnotate instance, we should mimic the Omeka /install experience:
The projects#all action should check for the github access tokens (possibly in a before filter applied to that action). If it's not found, the page should be redirected to
The projects#install action, which should display step-by-step instructions on how to
Acquire an access key (with the appropriate callback URL to be pasted in)
In the event that users spin up their own AudiAnnotate instance, we should mimic the Omeka
/install
experience:projects#all
action should check for the github access tokens (possibly in a before filter applied to that action). If it's not found, the page should be redirected toprojects#install
action, which should display step-by-step instructions on how to