Versions Compared

Key

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

...

In the platform application:

  1. Run rake tasks as dpla in /srv/www/api (You may need to 'rbenv shell 1.9.3-p547' first).
    Code Block
    languagebash
    $ bundle exec rake v1:create_and_deploy_index
    $ bundle exec rake v1:recreate_repo_api_key_database  # Even though you created dpla_api_auth above; for adding a view.
    $ bundle exec rails generate delayed_job
    $ bundle exec rails generate delayed_job:active_record
    $ bundle exec rake db:migrateĀ 

...