Skip to content

Commit

Permalink
wip, docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thimios committed Nov 26, 2024
1 parent e17af72 commit 487b12f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
20 changes: 17 additions & 3 deletions src/content/docs/administration/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,21 @@ ArchivesSpace has been tested on Ubuntu Linux, Mac OS X, and Windows.

At least 1024 MB RAM allocated to the application are required. We recommend using at least 2 GB for optimal performance.

### Java Runtime Environment
## Software Dependencies

There are two ways to deploy ArchivesSpace:

Using Docker

Using the zip distribution

### Dependencies with using Docker

docker and/or docker desktop

### Dependencies when using the zip distribution

#### Java Runtime Environment

We recommend using [OpenJDK](https://openjdk.org/projects/jdk/). The following table lists the supported Java versions for each version of ArchivesSpace:

Expand All @@ -21,7 +35,7 @@ We recommend using [OpenJDK](https://openjdk.org/projects/jdk/). The following t
| ≤ v3.5.1 | 8 or 11 |
| ≥ v4.0.0 | 11 or 17 |

### Solr
#### Solr

Up to ArchivesSpace v3.1.1, the zip file distribution includes an embedded Solr v4 instance, which is deprecated and not supported anymore.

Expand All @@ -46,7 +60,7 @@ the application. Everything else will be treated as "best effort" community-led

See [Running with external Solr](/provisioning/solr) for more information on installing and upgrading Solr.

### Database
#### Database

While ArchivesSpace does include an embedded database, MySQL is required for production use.

Expand Down
7 changes: 0 additions & 7 deletions src/content/docs/development/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ title: Docker

The [Docker](https://www.docker.com/) configuration is used to create [automated builds](https://hub.docker.com/r/archivesspace/archivesspace/) on Docker Hub, which are deployed to [the latest version](http://test.archivesspace.org) when the build completes.

Please note:

- Docker is not supported as an install method.
- Docker configuration is being used for internal purposes only.
- Use of Docker by anyone else is "use at your own risk".
- Docker related files may be updated at anytime without warning or presence in release notes.

## Custom builds

Run ArchivesSpace with MySQL, external Solr and a Web Proxy. Switch to the
Expand Down

0 comments on commit 487b12f

Please sign in to comment.