... | ... | @@ -65,13 +65,13 @@ Seguir las instrucciones de <https://dspace-stats-collector.readthedocs.io/en/la |
|
|
|
|
|
#### Crear directorio para el recopilador
|
|
|
```bash
|
|
|
mkdir /var/dspace/dspace-stats-collector
|
|
|
mkdir $HOME/dspace-stats-collector
|
|
|
```
|
|
|
> Elegir el directorio que deseen
|
|
|
|
|
|
#### Descargar e instalar [Miniconda](https://docs.conda.io/en/latest/miniconda.html#linux-installers)
|
|
|
```bash
|
|
|
cd /var/dspace/dspace-stats-collector
|
|
|
cd $HOME/dspace-stats-collector
|
|
|
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
|
|
|
|
|
|
bash Miniconda3-latest-Linux-x86_64.sh -b -f -p .
|
... | ... | |