Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2-minute method #33

Closed
jerstlouis opened this issue Jan 23, 2023 · 2 comments · Fixed by #34
Closed

Update 2-minute method #33

jerstlouis opened this issue Jan 23, 2023 · 2 comments · Fixed by #34
Milestone

Comments

@jerstlouis
Copy link
Member

jerstlouis commented Jan 23, 2023

Describe the bug
The 2-minute method in README does not work.
It uses an the outdated Testbed 17 repository from GeoLabs rather than master, and does not copy the Dockerfile expected within the CITE directory.

Fix
The following works:

mkdir CITE
cd CITE
git clone https://github.com/opengeospatial/teamengine src
git clone https://github.com/opengeospatial/ets-common.git src1
cd src1
git clone https://github.com/opengeospatial/ets-ogcapi-processes10.git
cd ..
# Build the docker image
docker build -f src1/ets-ogcapi-processes10/Dockerfile . -t teamengine/ogcapi-processes:latest
# Run the docker container
docker run -d --name cite-teamengine -p 8080:8080 teamengine/ogcapi-processes:latest
@gfenoy
Copy link
Contributor

gfenoy commented Jan 23, 2023

I made the following proposal before #25.

@jerstlouis
Copy link
Member Author

jerstlouis commented Jan 24, 2023

Thanks @gfenoy

@ghobona Regarding #24 / #25, the 2-minutes method in the README still needs to be updated .

I don't have mvn installed, is that a better way to build the docker images to install mvn on the host? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants