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

Is Debian supported? #604

Open
tuhaolam opened this issue Nov 3, 2016 · 4 comments
Open

Is Debian supported? #604

tuhaolam opened this issue Nov 3, 2016 · 4 comments
Milestone

Comments

@tuhaolam
Copy link

tuhaolam commented Nov 3, 2016

No description provided.

@vitan vitan changed the title 目前支持Debian吗? Is Debian supported? Nov 4, 2016
@vitan vitan added this to the v1.0.7 milestone Nov 4, 2016
@xiaods
Copy link
Contributor

xiaods commented Nov 4, 2016

not yet testing on debian.

@xiaods
Copy link
Contributor

xiaods commented Dec 29, 2016

@tuhaolam not debian testing env. how about your issue in your env. please paste it.

@xiaods
Copy link
Contributor

xiaods commented Dec 31, 2016

@tuhaolam i think it ok now to support debian. please have a try.

@StephenPCG
Copy link
Contributor

FYI, i just have deployed crane on a docker swarm with Debian 9 as underlying system. Here is my procedure:

  • provision 3 hosts with debian 9
  • provision a docker swarm cluster, docker version is 17.06.0-ce
  • git clone this project
  • install golang, and run make to compile bin/crane
  • install node, and run npm install && npm install -g bower && bower install in frontend/ dir
  • build docker images with: docker-compose -p crane -f deploy/docker-compose.yml build
  • update config in deploy/env correspondingly, if your docker daemon requires tls verify, remember to add CRANE_DOCKER_ENTRY_SCHEME=https in deploy/env file, and update deploy/docker-compose.yml, mount client certs (ca.pem, key.pem, cert.pem) somewhere.
  • up the stack:
    # bring up db first, wait sometime for it to finish initialization
    docker-compose -p crane -f deploy/docker-compose.yml -d crane_db
    # bring up all other components
    docker-compose -p crane -f deploy/docker-compose.yml -d
    

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

4 participants