Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 800 Bytes

Readme.md

File metadata and controls

34 lines (24 loc) · 800 Bytes

Start EOXServer using docker

Install docker for your system.

The next steps are:

git clone git@github.com:EOxServer/eoxserver.git
cd eoxserver/
docker build docker

This will give you a docker image ID as the last output e.g 55453fbf21c9. The image ID can also be retrieved using the docker images command. The last image you built should be at the top of the list.

Run

docker run -i -t --rm -p 8080:8000 $IMAGE_ID

where $IMAGE_ID is the image ID from before e.g. 55453fbf21c9

The first few unique characters also work:

docker run -i -t --rm -p 8080:8000 5545

EOxServer is now accessible at http://localhost:8080/. And you can login to the Admin Client using:

  • username: admin
  • password: admin