WIP: renaming blockstore to blockstack

This commit is contained in:
Jude Nelson
2016-02-23 15:52:18 -05:00
parent 4d94f628c2
commit 29f7e2ef8c
131 changed files with 935 additions and 935 deletions

View File

@@ -3,13 +3,13 @@ FROM ubuntu:14.04
RUN apt-get -y update && apt-get -y install python-setuptools python-dev git-core build-essential
RUN easy_install -U pip
RUN mkdir -p /root/blockstore
RUN git clone https://github.com/namesystem/blockstore.git /root/blockstore
RUN mkdir -p /root/blockstack
RUN git clone https://github.com/namesystem/blockstack.git /root/blockstack
WORKDIR /root/blockstore
WORKDIR /root/blockstack
RUN pip install --upgrade -r requirements.txt
RUN pip install blockstore
RUN pip install blockstack
EXPOSE 6264
CMD blockstored start
CMD blockstackd start