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.20.0.tar.gz
(36.6 kB
view details)
Built Distribution
File details
Details for the file invenio-cli-0.20.0.tar.gz
.
File metadata
- Download URL: invenio-cli-0.20.0.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c9db77f2716424a6aadb085ca838318d87d849990bc9d45db575ab9da35dfab |
|
MD5 | 5d88c12192ab93097d86bf44d456bac4 |
|
BLAKE2b-256 | 89fdb44bda788a59485b3573c3840b93de08acd6711ac00062471a385df6a9a1 |
Provenance
File details
Details for the file invenio_cli-0.20.0-py2.py3-none-any.whl
.
File metadata
- Download URL: invenio_cli-0.20.0-py2.py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ddc214aa0ee7d0b8836501a5cdff79ed7a489fc527304650072ef04556e22dc |
|
MD5 | 47cd07606f041afa2964c473b3332094 |
|
BLAKE2b-256 | efe241194d760e1db16db4fddc6e5d01b8edcb35d50ee48c48440c5e876bce7f |