Skip to content

Instantly share code, notes, and snippets.

@virtimus
virtimus / gist:3bee71b173e762efa6a1e3931150b457
Last active January 16, 2018 11:47
i3c - airbnb/smartstack-cookbook reference run
install VirtualBox
instal Vagrant, Git
& vagrant plugin install vagrant-berkshelf
download and install https://downloads.chef.io/chefdk
git clone https://github.com/airbnb/smartstack-cookbook.git
cd smartstack-cookbook
vagrant up
problem with "FATAL: LoadError: cannot load such file -- ci/reporter/minitest"
found this:
@virtimus
virtimus / i3c-kafka.md
Last active January 22, 2018 01:01
i3c - kafka - test of message producer/consumer
ln -s /i3c/i3c/i3c.sh /i
  • build/start zookeeper & kafka:
/i rebuild zookeeper
/i rerun zookeeper
@virtimus
virtimus / i3c-install.md
Last active August 17, 2018 18:58
i3c - getting started
@virtimus
virtimus / i3c-openapi-test1.md
Last active December 16, 2018 10:06
i3c-openapi
ln -s /i3c/i3c/i3c.sh /i
  • clone i3c-openapi repo:
cd /
git clone https://github.com/virtimus/i3c-openapi.git

The domain mapped to ip of shost

currently implemented as i3c-cli:

/i cert [subdomain]
mkdir /etc/letsencrypt
-install i3c platform [i3c-install.md](https://gist.github.com/virtimus/3110c04a6e8b74ce18723e0b73eed1a3)
-install ssl cert [i3c-ssl-cert.md](https://gist.github.com/virtimus/ad273379985473e84b67c611db7f1fd6)
check docker ava:
```bash
docker ps
docker-compose -v
```
build containers & run:
@virtimus
virtimus / i3c-doc.md
Last active October 12, 2018 10:30
i3c.Cloud r&d platform documentation

#ww

@virtimus
virtimus / docker&wine
Last active October 12, 2018 12:08
linux-mint
cd /src/wine-3.17
./configure
#install docker
apt-get update
apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg > /tmp/dkey; apt-key add /tmp/dkey && add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" && apt-get update && apt-get -y install docker-ce