Invenio module to ease the creation and management of applications.
Project description
Command-line tool to create and manage an InvenioRDM instance.
Installation
$ pip install invenio-cli
Usage
Local Development environment
# Initialize environment and cd into <created folder>
$ invenio-cli init rdm
$ cd <created folder>
# Install locally
# install python dependencies (pre-release versions needed for now),
# link/copy assets + statics, install js dependencies, build assets and
# final statics
$ invenio-cli install --pre
# Start and setup services (database, Elasticsearch, Redis, queue)
$ invenio-cli services
# Optional: add demo data
$ invenio-cli demo --local
# Run the server
$ invenio-cli run
# Update assets or statics
$ invenio-cli update
Containerized ‘Production’ environment
# Initialize environment and cd into <created folder>
$ invenio-cli init rdm
$ cd <created folder>
# Spin-up InvenioRDM
$ invenio-cli containerize
# Optional: add demo data
$ invenio-cli demo --containers
# After updating statics or code, if you do not need to re-install JS
# dependencies which can take time
$ invenio-cli containerize --no-install-js
More Help
# Get more help
$ invenio-cli --help
Further documentation is available on https://invenio-cli.readthedocs.io/
Changes
Version 1.0.0 (released TBD)
Initial public release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
invenio-cli-0.19.2.tar.gz
(36.5 kB
view details)
Built Distribution
File details
Details for the file invenio-cli-0.19.2.tar.gz
.
File metadata
- Download URL: invenio-cli-0.19.2.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d521a31d995730cc28d25b5f26d65a1203f36c2f62dfed7156d45dd7b909122 |
|
MD5 | aec7dae0b14716fcb94a3f1531203b85 |
|
BLAKE2b-256 | f1de863a49f763925f59fb0867d83e906a4298d38473c359d5d3c41e514dcd12 |
Provenance
File details
Details for the file invenio_cli-0.19.2-py2.py3-none-any.whl
.
File metadata
- Download URL: invenio_cli-0.19.2-py2.py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d281ce26c14ed979289756d0073f2a2aa0d2dc4b109af743e719b18e185ce9b1 |
|
MD5 | ea04128b08ed3b68f81957a952fa5645 |
|
BLAKE2b-256 | fc291ba9e22eea5857327082f85eebca1c22ec38cd8afdbba57c242084640e20 |