Skip to content

Commit

Permalink
Yearning open souce v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cookie committed Jan 9, 2018
1 parent c9340c6 commit 0dcc0de
Show file tree
Hide file tree
Showing 240 changed files with 6 additions and 130,194 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ WORKDIR /opt/


RUN git clone https://github.com/cookieY/Yearning.git && \
cp -rf Yearning/install/connections.py /usr/local/lib/python3.6/site-packages/pymysql/ && \
cp -rf Yearning/install/cursors.py /usr/local/lib/python3.6/site-packages/pymysql/ && \
cp -rf Yearning/install/docker_start.sh /usr/local/bin/ && \
cp -rf Yearning/webpage/dist/* /usr/share/nginx/html/
cd /opt/Yearning/src && pip3 install -r requirements.txt && \
cp -rf /opt/Yearning/install/connections.py /usr/local/lib/python3.6/site-packages/pymysql/ && \
cp -rf /opt/Yearning/install/cursors.py /usr/local/lib/python3.6/site-packages/pymysql/ && \
cp -rf /opt/Yearning/install/docker_start.sh /usr/local/bin/ && \
cp -rf /opt/Yearning/webpage/dist/* /usr/share/nginx/html/ && \
cd /opt/Yearning/install/ && tar xvf inception.tar && \
chmod 755 /usr/local/bin/docker_start.sh

WORKDIR /opt/Yearning/src

RUN pip3 install -r requirements.txt

ENTRYPOINT docker_start.sh
Binary file added install/inception.tar
Binary file not shown.
Binary file removed install/inception/bin/Inception
Binary file not shown.
25 changes: 0 additions & 25 deletions install/inception/bin/inc.cnf

This file was deleted.

Binary file removed install/inception/bin/mysql
Binary file not shown.
Empty file.
82 changes: 0 additions & 82 deletions install/inception/include/big_endian.h

This file was deleted.

95 changes: 0 additions & 95 deletions install/inception/include/byte_order_generic.h

This file was deleted.

93 changes: 0 additions & 93 deletions install/inception/include/byte_order_generic_x86.h

This file was deleted.

Loading

0 comments on commit 0dcc0de

Please sign in to comment.