- run PWD stack: PWD/?stack=i3c-install/stack1.yml
- make a "/i" link to i3c.Cloud cli-script:
ln -s /i3c/i3c/i3c.sh /i
- build/start zookeeper & kafka:
/i rebuild zookeeper
/i rerun zookeeper
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: |
ln -s /i3c/i3c/i3c.sh /i
/i rebuild zookeeper
/i rerun zookeeper
ln -s /i3c/i3c/i3c.sh /i
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: |
#ww
refs: Checkout github pull requests locally
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 |