Example applicationΒΆ

Run ElasticSearch and RabbitMQ servers.

Run the development server:

$ pip install -e .[all]
$ cd examples
$ ./app-setup.sh
$ ./app-fixtures.sh

Run the server:

$ FLASK_APP=app.py flask run --debugger -p 5000

Visit http://localhost:5000/admin/oaiset to see the admin interface.

To be able to uninstall the example app:

$ ./app-teardown.sh