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

Install entermedia with docker #1

Open
Hocdoc opened this issue Sep 22, 2016 · 0 comments
Open

Install entermedia with docker #1

Hocdoc opened this issue Sep 22, 2016 · 0 comments

Comments

@Hocdoc
Copy link

Hocdoc commented Sep 22, 2016

Hello,

first of all thanks for creating Entermedia!

I've just tried to install it with the docker images as described on the homepage http://entermediadb.org/knowledge/docker-deployments/ .

Step 4 doesn't work as described for me on Ubuntu 16:

sudo sh ./entermedia-docker.sh create xyzcorp 8888

Error messages:

./entermedia-docker.sh: 5: ./entermedia-docker.sh: [[: not found
./entermedia-docker.sh: 14: ./entermedia-docker.sh: [[: not found
./entermedia-docker.sh: 28: ./entermedia-docker.sh: Syntax error: "fi" unexpected (expecting "then")

Instead of using the suggested sh I can run it directly:

chmod +x entermedia-docker.sh
./entermedia-docker.sh create xyzcorp 8888

There is also the "then" missing at the end of the line 28 in entermedia-docker.sh.

With these two changes the setup works as expected :-).

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

No branches or pull requests

1 participant