Example applicationΒΆ

First install Invenio-PIDStore, setup the application and load fixture data by running:

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

Next, start the development server:

$ export FLASK_APP=app.py FLASK_DEBUG=1
$ flask run

Open the admin page:

$ open http://127.0.0.1:5000/admin/recordmetadata/

Login with:

username: admin@inveniosoftware.org

password: 123456

To reset the example application run:

$ ./app-teardown.sh