Skip to content

Commit

Permalink
removing local bucket adding public release of SharQ core lib
Browse files Browse the repository at this point in the history
  • Loading branch information
manish-plivo committed Feb 19, 2020
1 parent f0482e0 commit aea3e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y nginx && pip install virtualenv envtpl
RUN curl -L https://releases.hashicorp.com/consul-template/${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.tgz | tar -C /usr/sbin -xzf -
RUN virtualenv /opt/sharq-server
RUN . /opt/sharq-server/bin/activate && /opt/sharq-server/bin/pip install --no-cache-dir -r /opt/sharq-server/requirements.txt && /opt/sharq-server/bin/python setup.py install -f && /opt/sharq-server/bin/pip install uwsgi
RUN /opt/sharq-server/bin/pip install https://voice-sharq.s3.amazonaws.com/SharQ-0.5.2.tar.gz

ADD src/config /etc/sharq-server/config
ADD src/config/nginx.conf /etc/nginx/nginx.conf
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ itsdangerous==0.24
msgpack-python==0.4.2
ujson==1.33
wsgiref==0.1.2
SharQ==0.5.2

0 comments on commit aea3e6d

Please sign in to comment.