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.0.tar.gz
(36.5 kB
view details)
Built Distribution
File details
Details for the file invenio-cli-0.19.0.tar.gz
.
File metadata
- Download URL: invenio-cli-0.19.0.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.53.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 504cd91c940e76115e7244820190db3fb33e0037caba3d5813be7ca383c9bba2 |
|
MD5 | 46457d205aa8887bb1642e6d3816f894 |
|
BLAKE2b-256 | 8ab4f5397ee34991ece97d99ef9a59e2f61f1a0e0fc1ef8244c659bf15cc88ca |
Provenance
File details
Details for the file invenio_cli-0.19.0-py2.py3-none-any.whl
.
File metadata
- Download URL: invenio_cli-0.19.0-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.53.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e4d79c2c81d659cf050477f709e2e5648d5bae4812e2e4fb52d974002d52700 |
|
MD5 | 9f7d67975bb2cb7c28b3a423e7290f3c |
|
BLAKE2b-256 | 1b5d042920164f6df3709367271bd42da12df163c088551e4e03be4112f5f1ee |