Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Install ------- To install `qcor` run the following command from your terminal ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/aide-qc/deploy/master/aide_qc/install.sh)" /bin/bash -c "$(curl -fsSL https://aide-qc.github.io/deploy/install.sh)" ``` For more details, see [here](https://aide-qc.github.io/deploy/getting_started/). Loading docker/deploy/dev/Dockerfile +1 −1 Original line number Diff line number Diff line from qcor/deploy-base workdir /home/dev run cd /home/dev && apt-get update && apt-get install -y uuid-dev pkg-config \ run cd /home/dev && apt-get update && apt-get install -y uuid-dev pkg-config ca-certificates \ && git clone https://github.com/zeromq/libzmq \ && cd libzmq/ && mkdir build && cd build \ && cmake .. -DCMAKE_INSTALL_PREFIX=~/.zmq \ Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Install ------- To install `qcor` run the following command from your terminal ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/aide-qc/deploy/master/aide_qc/install.sh)" /bin/bash -c "$(curl -fsSL https://aide-qc.github.io/deploy/install.sh)" ``` For more details, see [here](https://aide-qc.github.io/deploy/getting_started/). Loading
docker/deploy/dev/Dockerfile +1 −1 Original line number Diff line number Diff line from qcor/deploy-base workdir /home/dev run cd /home/dev && apt-get update && apt-get install -y uuid-dev pkg-config \ run cd /home/dev && apt-get update && apt-get install -y uuid-dev pkg-config ca-certificates \ && git clone https://github.com/zeromq/libzmq \ && cd libzmq/ && mkdir build && cd build \ && cmake .. -DCMAKE_INSTALL_PREFIX=~/.zmq \ Loading