Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 988 Bytes

INSTALL.rst

File metadata and controls

45 lines (33 loc) · 988 Bytes

Installation

Please see our quick start guide on https://invenio.readthedocs.io/en/latest/quickstart/index.html

1. Scaffold

# prerequisites: cookiecutter and pipenv
# scaffold my-site instance
$ cookiecutter gh:inveniosoftware/cookiecutter-invenio-instance \
    --checkout v3.2

2. Install

$ cd my-site/
# start services (db, es, mq, cache)
$ docker-compose up
# build and install my-site instance
$ ./scripts/bootstrap

3. Run

# setup database and indexes
$ ./scripts/setup
# start webserver and task queue
$ ./scripts/server
# your site is running!
$ firefox https://127.0.0.1:5000/