Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

dokku for quick development #31

Closed
daviddias opened this issue Dec 9, 2016 · 5 comments
Closed

dokku for quick development #31

daviddias opened this issue Dec 9, 2016 · 5 comments

Comments

@daviddias
Copy link

No description provided.

@daviddias daviddias assigned ghost Dec 9, 2016
@ghost
Copy link

ghost commented Dec 10, 2016

Ok it's running at dokku@cloud.ipfs.team -- anyone who already has access (right now @lgierth and @diasdavid) should be able to add more people via echo $theSshKey | ssh dokku@cloud.ipfs.team ssh-keys:add $name.

Your next steps: ssh dokku@cloud.ipfs.team apps:create webrtc-star and http://dokku.viewdocs.io/dokku/deployment/application-deployment/

@ghost ghost closed this as completed Dec 12, 2016
@daviddias
Copy link
Author

@lgierth this will be a huge time saver, I'm sure @haadcode @victorbjelkholm and @dignifiedquire will like to know how to take advantage of it, can we have a doc somewhere to make sure this is not lost in a closed issue?

@drauschenbach
Copy link

Deployment to Dokku is not working for me.

installation of dep go-ipfs complete!
mkdir: can't create directory '.git/objects': No such file or directory
remote: The command '/bin/sh -c apk add --update musl-dev gcc go git bash wget ca-certificates 	&& mkdir -p $IPFS_PATH 	&& adduser -D -h $IPFS_PATH -u 1000 ipfs 	&& chown ipfs:ipfs $IPFS_PATH && chmod 755 $IPFS_PATH 	&& go get -u github.com/whyrusleeping/gx 	&& go get -u github.com/whyrusleeping/gx-go 	&& ([ -z "$GX_IPFS" ] || echo $GX_IPFS > $IPFS_PATH/api) 	&& cd $SRC_PATH 	&& gx --verbose install --global 	&& mkdir .git/objects && commit=$(git rev-parse --short HEAD) 	&& echo "ldflags=-X github.com/ipfs/go-ipfs/repo/config.CurrentCommit=$commit" 	&& cd $SRC_PATH/cmd/ipfs 	&& go build -ldflags "-X github.com/ipfs/go-ipfs/repo/config.CurrentCommit=$commit" 	&& cp ipfs /usr/local/bin/ipfs 	&& cp $SRC_PATH/bin/container_daemon /usr/local/bin/start_ipfs 	&& chmod 755 /usr/local/bin/start_ipfs 	&& apk del --purge musl-dev gcc go git && rm -rf $GOPATH && rm -vf $IPFS_PATH/api' returned a non-zero code: 1

@ghost
Copy link

ghost commented Jan 1, 2017

@drauschenbach could you file that as an issue in ipfs/go-ipfs? This issue here is not about go-ipfs

@drauschenbach
Copy link

Filed ipfs/kubo#3614

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants