2
2
3
3
Welcome to the InvenioRDM project!
4
4
5
- InvenioRDM is a ready-to-go turn-key Research Data Management repository. It
5
+ InvenioRDM is a ready-to-go, turn-key Research Data Management repository. It
6
6
puts together the Invenio framework so you don't have to.
7
7
8
- This documentation walks you through installing, configuring and deploying
8
+ This documentation walks you through installing, configuring, and deploying
9
9
your very own InvenioRDM instance. Furthermore, you can customize it for your
10
- need and even add your own extensions! Follow the below sections in order to
11
- get a full picture of using InvenioRDM or go straight to what you're interested
10
+ needs and even add your own extensions! Follow the sections below in order to
11
+ get a full picture of how to use InvenioRDM, or go straight to what you're interested
12
12
in - each section is independent.
13
13
14
14
@@ -22,31 +22,31 @@ allows you to easily install an instance and manage it.
22
22
23
23
## Preview
24
24
25
- To quickly get a sense for what InvenioRDM is and can do, you can preview
26
- the default instance after installing ` invenio-cli ` . Just follow the one page
25
+ To quickly get a sense for what InvenioRDM is and what it can do, you can preview
26
+ the default instance after installing ` invenio-cli ` . Just follow the one- page
27
27
guide below.
28
28
29
29
[ > Quickly Preview an Instance] ( preview/index.md )
30
30
31
31
## Develop
32
32
33
33
Once you are ready to dive in and work on your own instance - that is,
34
- configure, customize, debug and iterate -, you will want to setup your project
34
+ configure, customize, debug, and iterate -, you will want to setup your project
35
35
for development. Various commands are at your disposal and we walk you through
36
- the workflow to be effective with them.
36
+ the workflow for how to be effective with them.
37
37
38
38
[ > Getting Started on your Instance] ( develop/index.md )
39
39
40
40
## Extensions
41
41
42
- InvenioRDM supports a great variety of extensions that can adapt it to your infrastructure. It also supports the addition of custom made ones.
42
+ InvenioRDM supports a great variety of extensions that can adapt it to your infrastructure. It also supports the addition of custom ones.
43
43
44
44
[ > Extensions setup] ( extensions/index.md )
45
45
46
46
## Deploy
47
47
48
48
Ready to deploy into production? Follow these guides to put a small instance in
49
49
production and learn the avenues to take and decisions to make to grow it.
50
- Whether you use Openshift or Kubernetes, we got you covered.
50
+ Whether you use Openshift or Kubernetes, we've got you covered.
51
51
52
52
[ > Deployment Guides] ( deployment/openshift.md )
0 commit comments