Skip to content

Running on an Ubuntu Server #111

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

Closed
ceinem opened this issue Aug 23, 2020 · 1 comment · Fixed by #576
Closed

Running on an Ubuntu Server #111

ceinem opened this issue Aug 23, 2020 · 1 comment · Fixed by #576

Comments

@ceinem
Copy link

ceinem commented Aug 23, 2020

I'm a big fan of this stack, great work!
I preferred running this on an Ubuntu server rather than a Raspberry Pi and thought I would share some of the changes I had to make. Maybe this is something for the documentation? The chapter on running on a Virtual Machine in the wiki is not the most extensive 😄

I had an issue with docker versions, manually changing the docker-compose file to version 3.3 fixed this. Not sure what the issue here is.

for some containers, the specification in the docker-compose file is not suitable for ubuntu. For example I had to change the homebridge entry to: oznu/homebridge:latest

There were also some issues with starting the stack, this was also reported on the original repo

run:

export DOCKER_HOST=127.0.0.1:2375
sudo service docker start
sudo docker-compose up -d

after rebooting, run:

sudo service docker start
sudo docker-compose up -d
@ukkopahis
Copy link

Thanks for the info.
As IOTstack officially supports only Raspberry Pi, virtual machine setups are outside the scope of the project.

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.

2 participants