Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create a new user in production

First, an administrator should log into the Jobs server (production or staging, as needed), then run a rake task like, e.g., from a local dev environment, should run the following:

cd /path/

...

to/

...

my/

...

dev/

...

chf-sufia
cap production invoke:rake TASK=chf:user:create['

...

username@sciencehistory.org']

Then, ask send the new user do the following :instructions. ("You" refers to the new user of course.)

*After new account has been created, file Help Desk ticket to add new user to Hydra User Group email list*

Lock out user

run a rake task like, e.g.:

...

Likewise, from a local dev environment, run the following:

cap production invoke:rake TASK=chf:lock_out[

...

'username@sciencehistory.org']

Resque admin panel

If a file doesn't get characterized correctly the first thing to do is check the resque admin panel. There you can view failures and restart jobs. If you are logged in as an admin user you can view the admin panel at `digital.chemheritage.org/admin/queues`

...