mirror of
https://github.com/Cian-H/am-d-model-data-repository.git
synced 2025-12-22 14:11:56 +00:00
First commit
This commit is contained in:
49
README.md
Normal file
49
README.md
Normal file
@@ -0,0 +1,49 @@
|
||||
# AM-D-Model Data Repository
|
||||
|
||||
Welcome to your InvenioRDM instance.
|
||||
|
||||
## Getting started
|
||||
|
||||
Run the following commands in order to start your new InvenioRDM instance:
|
||||
|
||||
```console
|
||||
invenio-cli containers start --lock --build --setup
|
||||
```
|
||||
|
||||
The above command first builds the application docker image and afterwards
|
||||
starts the application and related services (database, Opensearch, Redis
|
||||
and RabbitMQ). The build and boot process will take some time to complete,
|
||||
especially the first time as docker images have to be downloaded during the
|
||||
process.
|
||||
|
||||
Once running, visit https://127.0.0.1 in your browser.
|
||||
|
||||
**Note**: The server is using a self-signed SSL certificate, so your browser
|
||||
will issue a warning that you will have to by-pass.
|
||||
|
||||
## Overview
|
||||
|
||||
Following is an overview of the generated files and folders:
|
||||
|
||||
| Name | Description |
|
||||
|---|---|
|
||||
| ``Dockerfile`` | Dockerfile used to build your application image. |
|
||||
| ``Pipfile`` | Python requirements installed via [pipenv](https://pipenv.pypa.io) |
|
||||
| ``Pipfile.lock`` | Locked requirements (generated on first install). |
|
||||
| ``app_data`` | Application data such as vocabularies. |
|
||||
| ``assets`` | Web assets (CSS, JavaScript, LESS, JSX templates) used in the Webpack build. |
|
||||
| ``docker`` | Example configuration for NGINX and uWSGI. |
|
||||
| ``docker-compose.full.yml`` | Example of a full infrastructure stack. |
|
||||
| ``docker-compose.yml`` | Backend services needed for local development. |
|
||||
| ``docker-services.yml`` | Common services for the Docker Compose files. |
|
||||
| ``invenio.cfg`` | The Invenio application configuration. |
|
||||
| ``logs`` | Log files. |
|
||||
| ``static`` | Static files that need to be served as-is (e.g. images). |
|
||||
| ``templates`` | Folder for your Jinja templates. |
|
||||
| ``.invenio`` | Common file used by Invenio-CLI to be version controlled. |
|
||||
| ``.invenio.private`` | Private file used by Invenio-CLI *not* to be version controlled. |
|
||||
|
||||
## Documentation
|
||||
|
||||
To learn how to configure, customize, deploy and much more, visit
|
||||
the [InvenioRDM Documentation](https://inveniordm.docs.cern.ch/).
|
||||
Reference in New Issue
Block a user