Actualizar README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,18 +1,16 @@
|
||||
# arches-via-docker
|
||||
Desarrollo basado en la implementación de [OpenContext](https://github.com/opencontext/arches-via-docker)
|
||||
Desarrollo de [ArchesProject](https://www.archesproject.org/) empleando el modelo de implementación de [OpenContext](https://github.com/opencontext/arches-via-docker)
|
||||
|
||||
|
||||
# Implementación en servidor web público y local
|
||||
# Implementación en servidor web público Arches versión 7.6.x
|
||||
|
||||
This main goal of this repo is to offer a simple, turnkey approach to deploying HTTPS secured Arches on the Web. This "main" branch will attempt to install and depoloy the most current stable release of Arches in a Docker container. Other Docker containers will run certain Arches dependency applications. You can also use this to deploy the current stable version of Arches for use on a `localhost` by leaving Arches with the Django `DEBUG` setting as `True`. See below for instructions on creating and editing an `.env` file.
|
||||
El propósito principal de este repositorio es desplegar el sistema SPRPCB en el servidor del Plan Moxos
|
||||
|
||||
If you're interested in deploying Arches to a `localhost` (not the public Web), switch to the `local` code branch. That will deploy a limited subset of Docker containers needed to run Arches on a `localhost` in `DEBUG` mode. To switch to the local branch:
|
||||
Por el momento solo está disponible la versión de producción del sistema SPRPCB migrado de la implementación de la nube de ENTEL.
|
||||
|
||||
En un tiempo breve se habilitará una actualización para implementar una versión de desarrollo en la última versión de ArchesProject
|
||||
```bash
|
||||
git checkout origin/local
|
||||
```
|
||||
If you're interested in testing a `localhost` (only) deployment of Arches for Science (AfS), switch to the `local-dev-1-1-x` code branch. That will deploy a limited subset of Docker containers needed to run AfS on a `localhost` in `DEBUG` mode:
|
||||
```bash
|
||||
git checkout origin/local-afs-dev-1-1-x
|
||||
git checkout origin/pmoxos-local
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user