We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Register a user using the web interface. In terminal, in app folder:
rails c >> u = User.last # check that it's you >> u.roles = [:admin, :student] >> u.save
In terminal, in app folder:
rake sunspot:solr:start
In terminal:
rails c production >> Sunspot.remove_all >> Sunspot.index(Instructor.all) >> Sunspot.index(Resource.all) >> Sunspot.index(CourseInstance.all) >> Sunspot.index(Collection.all) >> Sunspot.commit
sunspot-solr start --port=8983 --data-dir=/tmp/heroku_solr_data --log-file=/tmp/heroku_solr.log --log-level=WARNING